aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08vfio-pci: No spurious MSIsAlex Williamson
2012-10-08vfio-pci: Rework MSIX setup/teardownAlex Williamson
2012-10-08vfio-pci: Unmap and retry DMA mappingAlex Williamson
2012-10-08vfio-pci: Re-order map/unmapAlex Williamson
2012-10-08vfio-pci: Update slow path INTx algorithmAlex Williamson
2012-10-08net: consolidate NetClientState header files into onePaolo Bonzini
2012-10-08virtio-net: update nc.link_down in virtio_net_load()Amos Kong
2012-10-08e1000: update nc.link_down in e1000_post_load()Amos Kong
2012-10-08rtl8139: implement 8139cp link statusJason Wang
2012-10-08qxl: set default revision to 4Gerd Hoffmann
2012-10-08spice: raise requirement to 0.12Gerd Hoffmann
2012-10-08hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy
2012-10-08hw/qxl: fix condition for exiting guest_bugAlon Levy
2012-10-08hw/qxl: exit on failure to register qxl interfaceAlon Levy
2012-10-08qxl: fix range check for rev3 io commands.Gerd Hoffmann
2012-10-08qxl/update_area_io: cleanup invalid parameters handlingMichael Tokarev
2012-10-08qxl: always update displaysurface on resizeGerd Hoffmann
2012-10-07Merge branch 'master' of git.qemu.org:/pub/git/qemuBlue Swirl
2012-10-07qemu-barrier: Fix compilation on i386 hostsAurelien Jarno
2012-10-07target-sparc: Optimize conditionals using SUBCCRichard Henderson
2012-10-07target-sparc: Fall through from not-taken trapRichard Henderson
2012-10-07target-sparc: Cleanup "global" temporary allocationRichard Henderson
2012-10-07target-sparc: Use movcond for FMOV*RRichard Henderson
2012-10-07target-sparc: Use movcond in mulsccRichard Henderson
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson
2012-10-07target-sparc: Tidy TccRichard Henderson
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-10-07target-sparc: Use movcond in gen_generic_branchRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson
2012-10-07target-sparc: Use DisasCompare in TccRichard Henderson
2012-10-07target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson
2012-10-07target-sparc: Tidy gen_generic_branch interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson
2012-10-07target-sparc: Tidy save_state interfaceRichard Henderson
2012-10-07target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson
2012-10-07target-sparc: Tidy flush_cond interfaceRichard Henderson
2012-10-07target-sparc: Tidy do_branch interfacesRichard Henderson
2012-10-07target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson
2012-10-07target-sparc: Tidy cpu_dump_stateRichard Henderson
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil
2012-10-06Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafAurelien Jarno
2012-10-06qemu-barrier: Fix compilation on i386 hostsStefan Weil
2012-10-06tcg: Add tcg_high_condRichard Henderson
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: Add is_unsigned_condRichard Henderson