summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qapi: Replace start_optional()/end_optional() by optional()Markus Armbruster2014-05-158-31/+19
* qapi: Remove unused Visitor callbacks start_handle(), end_handle()Markus Armbruster2014-05-152-18/+0
* qapi: Normalize marshalling's visitor initialization and cleanupMarkus Armbruster2014-05-152-19/+16
* qapi: Update qapi-code-gen.txt example to match current codeMarkus Armbruster2014-05-151-56/+90
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-2' into stagingPeter Maydell2014-05-1518-2/+5
|\
| * ipxe: update to current gitGerd Hoffmann2014-05-158-1/+3
| * seabios: update to 1.7.5-rc1Gerd Hoffmann2014-05-1510-1/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-05-151-1/+1
|\ \
| * | virtio: allow mapping up to max queue sizeMichael S. Tsirkin2014-05-121-1/+1
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-1570-234/+171
|\ \ \
| * | | usb: fix up post load checksMichael S. Tsirkin2014-05-141-2/+2
| * | | migration: show average throughput when migration finishesPeter Lieven2014-05-141-0/+5
| * | | savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-1460-147/+70
| * | | savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-148-13/+11
| * | | Split ram_save_blockDr. David Alan Gilbert2014-05-141-62/+79
| * | | arch_init: Simplify code for load_xbzrle()Chen Gang2014-05-141-10/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/rth/fix-mov' into stagingPeter Maydell2014-05-151-8/+11
|\ \ \
| * | | tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson2014-05-141-8/+11
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513'...Peter Maydell2014-05-1580-657/+905
|\ \ \
| * | | hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOPeter Maydell2014-05-131-0/+4
| * | | hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell2014-05-131-3/+10
| * | | hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell2014-05-131-2/+2
| * | | hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell2014-05-131-6/+6
| * | | hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell2014-05-131-2/+2
| * | | hw/net/cadence_gem: Remove dead codePeter Maydell2014-05-131-7/+1
| * | | hw/intc/allwinner-a10-pic: Add missing 'break'Peter Maydell2014-05-131-0/+1
| * | | target-arm/helper.c: Don't flush the TLB if SCTLR is rewritten unchangedPeter Maydell2014-05-131-0/+7
| * | | hw/net/stellaris_enet: Convert to vmstatePeter Maydell2014-05-131-68/+80
| * | | hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell2014-05-131-21/+19
| * | | hw/net/stellaris_enet: Fix debug format stringsPeter Maydell2014-05-131-3/+3
| * | | hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell2014-05-131-2/+15
| * | | hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell2014-05-131-42/+77
| * | | hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell2014-05-131-1/+1
| * | | hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell2014-05-131-4/+6
| * | | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-1364-169/+58
| * | | disas/libvixl: Update to libvixl 1.4Peter Maydell2014-05-1311-342/+628
* | | | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-1527-202/+242
|\ \ \ \
| * | | | pc: port 92 reset requires a low->high transitionPaolo Bonzini2014-05-131-1/+2
| * | | | cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-134-19/+22
| * | | | apic: do not accept SIPI on the bootstrap processorPaolo Bonzini2014-05-131-1/+1
| * | | | target-i386: preserve FPU and MSR state on INITPaolo Bonzini2014-05-133-20/+35
| * | | | target-i386: fix set of registers zeroed on resetPaolo Bonzini2014-05-132-7/+7
| * | | | kvm: forward INIT signals coming from the chipsetPaolo Bonzini2014-05-133-11/+30
| * | | | kvm: reset state from the CPU's reset methodPaolo Bonzini2014-05-1313-25/+37
| * | | | target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-135-36/+12
| * | | | target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...Kevin O'Connor2014-05-131-19/+19
| * | | | target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...Kevin O'Connor2014-05-131-17/+17
| * | | | target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.cKevin O'Connor2014-05-131-5/+2
| * | | | pci-assign: limit # of msix vectorsMichael S. Tsirkin2014-05-131-6/+6
| * | | | pci-assign: Fix a bug when map MSI-X table memory failedGonglei2014-05-131-0/+1
OpenPOWER on IntegriCloud