aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-07qemu-timer: Add missing 'static' attributeStefan Weil
2014-05-07ui: Add missing 'static' attributeStefan Weil
2014-05-07monitor: Add missing 'static' attributeStefan Weil
2014-05-07hw/s390x: Add missing 'static' attributeStefan Weil
2014-05-07hw/mips: Add missing 'static' and 'const' attributesStefan Weil
2014-05-07hw/9pfs: Add missing 'static' attributesStefan Weil
2014-05-07arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()Chen Gang
2014-05-07tests/tcg: Fix compilation of test_pathPeter Maydell
2014-05-07qga: Fix typo (plural) in commentStefan Weil
2014-05-07configure: remove bashismMichael Tokarev
2014-05-07xen_disk: add discard supportOlaf Hering
2014-05-07pass an inclusive address range to xc_domain_pin_memory_cacheattrStefano Stabellini
2014-05-07xen: factor out common functionsWei Liu
2014-05-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-05-07configure: make source tree build more robustMichael S. Tsirkin
2014-05-07MAINTAINERS: addresses for responsible disclosureMichael S. Tsirkin
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu
2014-05-07pm_smbus: correctly report unclaimed cyclesPaolo Bonzini
2014-05-07xen: move Xen PV machine files to hw/xenpvWei Liu
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini
2014-05-07qemu-xen: free all the pirqs for msi/msix when driver unloadZhenzhong Duan
2014-05-07smbus: allow returning an error from readsPaolo Bonzini
2014-05-07exec: Limit translation limiting in address_space_translate to xenAlexey Kardashevskiy
2014-05-07apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo
2014-05-07pc: add compat_props placeholder for 2.0 machine typeGabriel L. Somlo
2014-05-07i8259: don't abort when trying to use level sensitive irqsHervé Poussineau
2014-05-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140507' into stagingPeter Maydell
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell
2014-05-07Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-05-07acpi: fix tables for no-hpet configurationMichael S. Tsirkin
2014-05-07acpi-build: properly decrement objects' reference countersKirill Batuzov
2014-05-07acpi/pcihp.c: Rewrite acpi_pcihp_get_bsel using object_property_get_intKirill Batuzov
2014-05-07s390x/css: Don't save orb in subchannel.Cornelia Huck
2014-05-07s390x/helper: Added format control bit to MMU translationThomas Huth
2014-05-07s390x/helper: Fixed real-to-absolute address translationThomas Huth
2014-05-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-6' into stagingPeter Maydell
2014-05-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into stagingPeter Maydell
2014-05-06Merge remote-tracking branch 'remotes/rth/tgt-axp' into stagingPeter Maydell
2014-05-06Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-05-05migration: expose xbzrle cache miss rateChenLiang
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang
2014-05-05migration: Add counts of updating the dirty bitmapChenLiang
2014-05-05XBZRLE: Fix one XBZRLE corruption issuesChenLiang
2014-05-05migration: remove duplicate codeChenLiang
2014-05-05Coverity: Fix failure path for qemu_accept in migrationDr. David Alan Gilbert
2014-05-05Init the XBZRLE.lock in ram_mig_initDr. David Alan Gilbert
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert
2014-05-05Count used RAMBlock pages for migration_dirty_pagesDr. David Alan Gilbert
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert
2014-05-05Disallow outward migration while awaiting incoming migrationDr. David Alan Gilbert