aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-17QMP: allow JSON dict arguments in qmp-shellStefan Hajnoczi
2014-02-17hmp: migrate command (without -d) now blocks correctlySoramichi AKIYAMA
2014-02-14PPC: KVM: Add missing address space to ldl_phys helperAlexander Graf
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-13Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into s...Peter Maydell
2014-02-12Merge remote-tracking branch 'remotes/alon/pull-libcacard.glusterfs' into sta...Peter Maydell
2014-02-12Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into stagingPeter Maydell
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias
2014-02-11exec: Make cpu_memory_rw_debug use the CPUs ASEdgar E. Iglesias
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: On AS changes, only flush affected CPU TLBsEdgar E. Iglesias
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias
2014-02-11exec: Make memory_region_section_get_iotlb use section ASEdgar E. Iglesias
2014-02-11exec: Always initialize MemorySection address spacesEdgar E. Iglesias
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias
2014-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...Peter Maydell
2014-02-10Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell
2014-02-10memory: fix limiting of translation at a page boundaryPaolo Bonzini
2014-02-10prep: Drop from ppcemb-softmmuAndreas Färber
2014-02-10ACPI: Remove commented-out code from HPET._CRSGabriel L. Somlo
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-10hw/acpi: move typeinfo to the file endIgor Mammedov
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov
2014-02-10define hotplug interfaceIgor Mammedov
2014-02-10loader: document that errno is setMichael S. Tsirkin
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau
2014-02-09prep: Kill get_system_io() usageHervé Poussineau
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau
2014-02-09block: Fix 32 bit truncation in mark_request_serialising()Kevin Wolf
2014-02-09blkdebug: Don't leak bs->file on failureKevin Wolf
2014-02-09block: Don't call ROUND_UP with negative valuesKevin Wolf
2014-02-09block: bdrv_aligned_pwritev: Assert overlap rangeKevin Wolf
2014-02-09block: Fix memory leaks in bdrv_co_do_pwritev()Kevin Wolf
2014-02-09raw: Fix BlockLimits passthroughKevin Wolf