summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-02-13isa: remove isa_mem_base variableHervé Poussineau4-5/+3
2015-02-13gt64xxx: remove isa_mem_base usageHervé Poussineau1-27/+68
2015-02-13piix4: use PCI address space instead of system memoryHervé Poussineau1-1/+1
2015-02-13mips: remove isa_mem_base usageHervé Poussineau1-9/+10
2015-02-13jazz: remove usage of isa_mem_baseHervé Poussineau1-11/+14
2015-02-13jazz: do not explode QEMUMachineInitArgs structureHervé Poussineau1-13/+8
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau11-13/+23
2015-02-13target-arm: Add feature parsing to virtGreg Bellows1-3/+17
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf1-5/+133
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf2-0/+155
2015-02-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell2-42/+99
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy1-1/+1
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini1-8/+57
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2-11/+18
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2-22/+19
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10vga: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil1-7/+7
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-7/+1
2015-02-10usb: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch1-20/+8
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch1-30/+19
2015-02-10Add trace to ps2.c.Don Koch1-0/+16
2015-02-10Add tracing to xenfb.Don Koch1-0/+5
2015-02-10fw_cfg: fix typos in comments: patch -> pathGonglei2-2/+2
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven1-2/+2
2015-02-06virtio-blk: add a knob to disable request mergingPeter Lieven1-1/+4
2015-02-06virtio-blk: introduce multireadPeter Lieven2-98/+206
2015-02-06hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven1-1/+1
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert3-0/+30
2015-02-06Restore atapi_dma flag across migrationDr. David Alan Gilbert1-0/+1
2015-02-06Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell1-50/+27
2015-02-06rtl8139: simplify timer logicPaolo Bonzini1-50/+27
2015-02-05fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu1-1/+1
2015-02-05migration: Append JSON description of migration streamAlexander Graf3-3/+3
2015-02-05hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek1-4/+33
2015-02-05target-arm: Change reset to highest available ELGreg Bellows1-2/+20
2015-02-05target_arm: Parameterise the irq lines for armv7m_initAlistair Francis2-5/+8
2015-02-05target_arm: Remove memory region init from armv7m_initAlistair Francis2-34/+23
2015-02-04vfio-pci: Fix missing unparent of dynamically allocated MemoryRegionAlex Williamson1-0/+1
2015-02-04vfio: fix wrong initialize vfio_group_listChen Fan1-1/+1
2015-02-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150203' into stagingPeter Maydell3-37/+43
2015-02-03s390x/ipl: Improved code indentation in s390_ipl_init()Thomas Huth1-23/+24
2015-02-03s390x/pci: fix dma notifications in rpcit instructionYi Min Zhao1-8/+12
2015-02-03s390x/pci: check for invalid function handleFrank Blaschka1-1/+1
2015-02-03s390x/pci: avoid sign extension in stpcifcFrank Blaschka1-4/+4
2015-02-03s390: Plug memory leak on s390_pci_generate_event() error pathMarkus Armbruster1-1/+2