summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-14block: Open by reference will try device then node_name.Benoît Canet2-2/+14
2014-02-14block: Relax bdrv_lookup_bs constraints.Benoît Canet1-15/+11
2014-02-14blockdev: Fix wrong usage of QDECREF causing snapshoted quorum to crash on cl...Benoît Canet1-2/+0
2014-02-14block: mirror - use local_err to avoid NULL errpJeff Cody1-2/+4
2014-02-14qemu-iotests: Don't run 005 on vmdk split formatsFam Zheng1-0/+2
2014-02-14block: qemu-iotests - add vhdx log replay tests for qemu-imgJeff Cody2-0/+21
2014-02-14block: qemu-iotests - fix test 070 (vhdx)Jeff Cody2-2/+5
2014-02-14block: Don't throw away errno via error_setgJeff Cody3-10/+17
2014-02-14block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepareJeff Cody1-2/+8
2014-02-14blockdev: Remove 'type' parameter from blockdev_init()Kevin Wolf1-14/+33
2014-02-14sdhci: Drop unnecessary #includeKevin Wolf1-1/+0
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell38-461/+540
2014-02-13Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into s...Peter Maydell6-10/+7
2014-02-12Merge remote-tracking branch 'remotes/alon/pull-libcacard.glusterfs' into sta...Peter Maydell1-1/+1
2014-02-12Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into stagingPeter Maydell50-84/+730
2014-02-11petalogix-ml605: Create the CPU with object_new()Edgar E. Iglesias1-5/+2
2014-02-11exec: Make cpu_memory_rw_debug use the CPUs ASEdgar E. Iglesias1-5/+5
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias5-11/+15
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias11-26/+34
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias14-39/+46
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias6-17/+18
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias25-119/+137
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias18-92/+132
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias10-44/+48
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias25-137/+185
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias30-149/+190
2014-02-11exec: On AS changes, only flush affected CPU TLBsEdgar E. Iglesias1-0/+5
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias6-13/+33
2014-02-11memory: Add MemoryListener to typedefs.hEdgar E. Iglesias2-2/+1
2014-02-11exec: Make memory_region_section_get_iotlb use section ASEdgar E. Iglesias1-1/+1
2014-02-11exec: Always initialize MemorySection address spacesEdgar E. Iglesias1-0/+2
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias4-7/+7
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias4-5/+7
2014-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...Peter Maydell42-112/+9000
2014-02-10Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell5-12/+25
2014-02-10memory: fix limiting of translation at a page boundaryPaolo Bonzini1-16/+19
2014-02-10prep: Drop from ppcemb-softmmuAndreas Färber4-6/+3
2014-02-10ACPI: Remove commented-out code from HPET._CRSGabriel L. Somlo1-3/+0
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov5-45/+15
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov3-25/+53
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov3-47/+94
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov4-30/+60
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov16-30/+21
2014-02-10hw/acpi: move typeinfo to the file endIgor Mammedov1-46/+46
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov2-0/+32
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov2-0/+16
2014-02-10define hotplug interfaceIgor Mammedov3-0/+127
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2014-02-09raven: Use constant PCI_NUM_PINS instead of 4Hervé Poussineau1-3/+3
2014-02-09prep: Kill get_system_io() usageHervé Poussineau1-1/+1