summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* net: remove NICInfo::vcMark McLoughlin2009-12-035-27/+27
* ac97: port to vmstateJuan Quintela2009-12-031-57/+44
* ac97: up savevm version and remove active from stateJuan Quintela2009-12-031-9/+4
* ac97: recalculate active after loadvmJuan Quintela2009-12-031-0/+3
* ac97: sizeof needs %zdJuan Quintela2009-12-031-2/+2
* gus: port to vmstateJuan Quintela2009-12-031-30/+17
* c4231a: port to vmstateJuan Quintela2009-12-031-28/+30
* es1370: port to vmstateJuan Quintela2009-12-031-41/+36
* sb16: port to vmstateJuan Quintela2009-12-031-107/+61
* qdev: Use QError for 'device not found' errorLuiz Capitulino2009-12-031-2/+2
* fix I2C slave addressingJuha Riihimäki2009-12-021-2/+4
* Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann2009-12-022-2/+2
* Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS2009-12-021-2/+2
* Fix free use in xen_backend.cJean-Christophe DUBOIS2009-12-021-1/+1
* Fix qemu_free use in scsi-generic.cJean-Christophe DUBOIS2009-12-021-2/+2
* Fix qemu_free use in nseries.cJean-Christophe DUBOIS2009-12-021-1/+1
* Fix qemu_free use in bt-l2cap.cJean-Christophe DUBOIS2009-12-021-1/+1
* Fix qemu_free use in nand.cJean-Christophe DUBOIS2009-12-021-2/+2
* Fix qemu_free use in baum.cJean-Christophe DUBOIS2009-12-021-4/+4
* Fix qemu_free use in acpi.cJean-Christophe DUBOIS2009-12-021-1/+1
* pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-023-20/+29
* vga-pci: Fix access to linear framebufferStefan Weil2009-12-021-0/+6
* msix: clear pending bit of an unused vectorMichael S. Tsirkin2009-12-011-10/+17
* msix: fix reset value for enable bitMichael S. Tsirkin2009-12-011-1/+2
* msix: fix mask bit state after resetMichael S. Tsirkin2009-12-011-0/+11
* virtio: do not reset msix state on soft resetMichael S. Tsirkin2009-12-011-4/+8
* msix: add helper to unuse all msix entriesMichael S. Tsirkin2009-12-012-0/+8
* pci: convert goto into scope in bridge_filterMichael S. Tsirkin2009-12-011-6/+7
* pci: pci bridge related clean up.Isaku Yamahata2009-12-012-7/+12
* pci: fix pci_config_get_io_base().Isaku Yamahata2009-12-011-1/+1
* pci: remove magic number, 256 in pci.cIsaku Yamahata2009-12-011-2/+3
* pci: split up up pci_update mappingsMichael S. Tsirkin2009-12-011-57/+68
* pci: clean up of pci_update_mappings()Isaku Yamahata2009-12-011-1/+1
* pci: remove unused constantsIsaku Yamahata2009-12-011-9/+0
* pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata2009-12-012-4/+4
* pci: remove some unnecessary comment in pci.hIsaku Yamahata2009-12-011-9/+2
* pci: clean up of pci_init_wmask().Isaku Yamahata2009-12-011-3/+3
* pci: kill unnecessary included in pci.cIsaku Yamahata2009-12-011-1/+0
* pci_host: remove unnecessary & 0xff.Isaku Yamahata2009-12-011-2/+3
* pci: s/pci_find_host_bus/pci_find_root_bus/gIsaku Yamahata2009-12-013-7/+7
* pci: remove pci_sub_bus() by open coding.Isaku Yamahata2009-12-011-8/+4
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-019-27/+27
* pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata2009-12-012-6/+7
* pci: remove pci_addr_to_config() by open codeIsaku Yamahata2009-12-011-7/+2
* pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin2009-12-012-37/+11
* pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata2009-12-014-2/+5
* pci: fix pci_info_device().Isaku Yamahata2009-12-011-1/+1
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-0123-25/+76
* Revert "vga: do not resize the screen on hw_invalidate"Aurelien Jarno2009-11-272-4/+3
* ARM RealView I2CPaul Brook2009-11-221-1/+85
OpenPOWER on IntegriCloud