aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-10-30MAINTAINERS: Add maintainer for COLO framework related filesmigration-for-2.8migration-for-2.8-2zhanghailiang1-0/+8
2016-10-30configure: Support enable/disable COLO featurezhanghailiang2-1/+12
2016-10-30docs: Add documentation for COLO featurezhanghailiang1-0/+189
2016-10-30COLO: Implement failover work for secondary VMzhanghailiang1-0/+34
2016-10-30COLO: Implement the process of failover for primary VMzhanghailiang4-1/+55
2016-10-30COLO: Introduce state to record failover processzhanghailiang5-0/+69
2016-10-30COLO: Add 'x-colo-lost-heartbeat' command to trigger failoverzhanghailiang12-1/+149
2016-10-30COLO: Synchronize PVM's state to SVM periodicallyzhanghailiang1-0/+12
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang4-2/+36
2016-10-30COLO: Load VMState into QIOChannelBuffer before restore itzhanghailiang1-2/+65
2016-10-30COLO: Send PVM state to secondary side when do checkpointzhanghailiang2-17/+105
2016-10-30COLO: Add a new RunState RUN_STATE_COLOzhanghailiang2-1/+12
2016-10-30COLO: Introduce checkpointing protocolzhanghailiang3-2/+226
2016-10-30COLO: Establish a new communicating path for COLOzhanghailiang1-0/+28
2016-10-30migration: Switch to COLO process after finishing loadvmzhanghailiang6-0/+67
2016-10-30migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang6-6/+80
2016-10-30COLO: migrate COLO related info to secondary nodezhanghailiang4-0/+57
2016-10-30migration: Introduce capability 'x-colo' to migrationzhanghailiang9-2/+89
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into st...Peter Maydell4-150/+225
2016-10-28Merge remote-tracking branch 'remotes/vivier/tags/m68k-part2-pull-request' in...Peter Maydell5-248/+507
2016-10-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell87-1713/+4981
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell22-32/+213
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell12-250/+1695
2016-10-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-250/+527
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...Peter Maydell9-0/+0
2016-10-28curses: Use cursesw instead of cursesSamuel Thibault1-9/+20
2016-10-28curses: fix left/right arrow translationSamuel Thibault1-2/+2
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth1-1/+3
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia1-2/+21
2016-10-28Defer BrlAPI tty acquisition to when guest starts using deviceSamuel Thibault1-32/+49
2016-10-28Add dots keypresses support to the baum braille deviceSamuel Thibault1-104/+130
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell1-0/+1
2016-10-28MAINTAINERS: update M68K entryLaurent Vivier1-1/+2
2016-10-28target-m68k: immediate ops manage word and byte operandsLaurent Vivier1-22/+35
2016-10-28target-m68k: cmp manages word and bytes operandsLaurent Vivier1-6/+11
2016-10-28target-m68k: add/sub manage word and byte operandsLaurent Vivier1-33/+40
2016-10-28target-m68k: add addressing modes to negLaurent Vivier1-8/+12
2016-10-28target-m68k: introduce byte and word cc_opsLaurent Vivier3-69/+93
2016-10-28target-m68k: some bit ops cleanupLaurent Vivier1-19/+15
2016-10-28target-m68k: suba/adda can manage word operandLaurent Vivier1-2/+3
2016-10-28target-m68k: and can manage word and byte operandsLaurent Vivier1-6/+10
2016-10-28target-m68k: or can manage word and byte operandsLaurent Vivier1-6/+8
2016-10-28target-m68k: eor can manage word and byte operandsLaurent Vivier1-6/+7
2016-10-28target-m68k: add addressing modes to notLaurent Vivier1-4/+10
2016-10-28target-m68k: Inline addx, subx, negxRichard Henderson3-60/+178
2016-10-28target-m68k: add dbccLaurent Vivier1-0/+25
2016-10-28target-m68k: add addressing modes to sccLaurent Vivier1-20/+20
2016-10-28target-m68k: add exg opsLaurent Vivier1-0/+30
2016-10-28target-m68k: add linklLaurent Vivier1-5/+21
2016-10-28target-m68k: add bkpt instructionLaurent Vivier1-0/+6
2016-10-28ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin1-6/+26
2016-10-28spapr: Memory hot-unplug supportBharata B Rao2-1/+135
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: Add DRC count indexed hotplug identifier typeBharata B Rao2-15/+65
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth4-41/+177
2016-10-28spapr: update spapr hotplug documentationMichael Roth1-9/+46
2016-10-28target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade4-8/+17
2016-10-28target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das4-0/+64
2016-10-28tests: Add pseries machine to the prom-env-test, tooDavid Gibson1-8/+12
2016-10-28spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth1-0/+6
2016-10-28libqos: Change PCI accessors to take opaque BAR handleDavid Gibson14-309/+300
2016-10-28tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson3-6/+9
2016-10-28tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson1-8/+27
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson5-12/+60
2016-10-28tests: Clean up IO handling in ide-testDavid Gibson1-61/+118
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson4-96/+14
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson4-0/+53
2016-10-28tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson1-1/+1
2016-10-28libqos: Better handling of PCI legacy IODavid Gibson2-0/+6
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson4-176/+63
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson4-126/+170
2016-10-28libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson5-59/+36
2016-10-28adb: change handler only when recognizedHervé Poussineau1-3/+23
2016-10-28spapr: improve ibm,architecture-vec-5 property handlingMichael Roth2-6/+18
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth3-11/+55
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth4-44/+30
2016-10-28spapr_ovec: initial implementation of option vector helpersMichael Roth3-1/+305
2016-10-28pseries: Remove spapr_create_fdt_skel()David Gibson2-59/+36
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson3-25/+19
2016-10-28pseries: Move /hypervisor node construction to fdt_build_fdt()David Gibson1-21/+28
2016-10-28pseries: Move /event-sources construction to spapr_build_fdt()David Gibson3-15/+14
2016-10-28pseries: Consolidate construction of /rtas device tree nodeDavid Gibson3-90/+76
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson3-80/+70
2016-10-28pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson3-17/+26
2016-10-28pseries: Consolidate RTAS loadingDavid Gibson3-33/+43
2016-10-28pseries: Move adding of fdt reserve map entriesDavid Gibson1-8/+9
2016-10-28pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2-45/+40
2016-10-28pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2-8/+7
2016-10-28pseries: Split device tree construction from device tree loadDavid Gibson2-20/+24
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde2-4/+76
2016-10-28ppc/pnv: add a ISA busCédric Le Goater2-0/+67
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt6-1/+553
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater4-0/+75
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater5-1/+372
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater5-2/+421
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2-0/+32
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater2-1/+76
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater2-5/+271
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt4-0/+267
2016-10-28configure, ppc64: Copy skiboot.lid to build directory when configuringAlexey Kardashevskiy1-0/+1
2016-10-28ppc: add skiboot firmware for the pnv platformCédric Le Goater7-2/+17
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt1-1/+1
2016-10-28pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson1-2/+0
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin1-2/+2
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater3-25/+24
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2-0/+3
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater4-27/+25
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania3-0/+117
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania4-0/+18
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth3-5/+5
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth5-60/+57
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth2-54/+12
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth4-32/+109
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth1-1/+7
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier7-13/+88
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier4-176/+128
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier4-29/+25
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier9-217/+186
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2-1/+2
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier1-0/+1
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt1-0/+49
2016-10-28pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy3-1/+1
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf3-0/+1417
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf2-32/+89
2016-10-27fdc: Add a floppy drive qdevKevin Wolf1-31/+120
2016-10-27fdc: Add a floppy qbusKevin Wolf1-5/+35
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland1-185/+28
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland6-17/+26
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng1-1/+2
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz3-0/+201
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz1-0/+20
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz1-11/+18
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz1-2/+4
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz1-0/+8
2016-10-27qapi: Allow blockdev-add for NBDMax Reitz1-4/+23
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz1-10/+16
2016-10-27block/nbd: Accept SocketAddressMax Reitz3-66/+117
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz1-6/+20
2016-10-27block/nbd: Use qdict_put()Max Reitz1-7/+6
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz1-13/+6
2016-10-27block/nbd: Reject port parameter without hostMax Reitz1-2/+5
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz3-6/+6
2016-10-27qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf1-1/+1
2016-10-27block: Remove bdrv_aio_ioctl()Kevin Wolf2-30/+0
2016-10-27raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf1-6/+3
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf2-6/+12
2016-10-27block: Remove bdrv_ioctl()Kevin Wolf2-38/+0
2016-10-27raw-posix: Don't use bdrv_ioctl()Kevin Wolf1-3/+13
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf4-10/+39
2016-10-27block: Remove bdrv_aio_pdiscard()Kevin Wolf3-33/+0
2016-10-27block: Use blk_co_pdiscard() for all BB level discardKevin Wolf1-12/+18
2016-10-27block: Use blk_co_flush() for all BB level flushesKevin Wolf1-10/+17
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell1-1/+2
2016-10-27seabios: update to 1.10.0 release.Gerd Hoffmann9-0/+0
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell43-1090/+2345
2016-10-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell10-101/+104
2016-10-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...Peter Maydell8-657/+881
2016-10-27main: set names for main loop sources createdDaniel P. Berrange1-0/+2
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange3-0/+11
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange6-0/+15
2016-10-27char: set name for all I/O channels createdDaniel P. Berrange2-7/+74
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange4-0/+6
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange3-5/+39
2016-10-27io: Add a QIOChannelSocket cleanup testFelipe Franciosi1-0/+33
2016-10-27io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange1-7/+1
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi5-6/+24
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi4-5/+6
2016-10-26io: Fix double shift usages on QIOChannel featuresFelipe Franciosi2-4/+4
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson5-120/+45
2016-10-26target-alpha: Introduce MMU_PHYS_IDXRichard Henderson5-114/+44
2016-10-26target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota4-22/+1
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota1-125/+0
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota1-93/+0
2016-10-26target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota3-58/+163
2016-10-26target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota1-12/+14
2016-10-26target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota1-95/+45
2016-10-26target-arm: Rearrange aa32 load and store functionsRichard Henderson1-105/+66
2016-10-26tests: add atomic_add-benchEmilio G. Cota3-1/+167
2016-10-26target-i386: remove helper_lock()Emilio G. Cota3-50/+0
2016-10-26target-i386: emulate XCHG using atomic helperEmilio G. Cota1-6/+2
2016-10-26target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota1-30/+57
2016-10-26target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota1-5/+10
2016-10-26target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota1-4/+34
2016-10-26target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota1-6/+20
2016-10-26target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota1-11/+13
2016-10-26target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota1-18/+58
2016-10-26target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota3-66/+169
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson1-11/+1
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson6-13/+114
2016-10-26tcg: Add atomic128 helpersRichard Henderson6-3/+119
2016-10-26tcg: Add atomic helpersRichard Henderson9-15/+826
2016-10-26cputlb: Tidy some macrosRichard Henderson2-22/+8
2016-10-26cputlb: Move most of iotlb code out of lineRichard Henderson2-42/+47
2016-10-26cputlb: Remove includes from softmmu_template.hRichard Henderson1-4/+0
2016-10-26cputlb: Move probe_write out of softmmu_template.hRichard Henderson2-23/+21
2016-10-26cputlb: Replace SHIFT with DATA_SIZERichard Henderson2-13/+10
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée1-0/+8
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson9-0/+88
2016-10-26int128: Add int128_make128Richard Henderson1-5/+15