summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* pci: clean up of pci_init_wmask().Isaku Yamahata2009-12-011-3/+3
* pci: kill unnecessary included in pci.cIsaku Yamahata2009-12-011-1/+0Star
* 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/+4Star
* 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/+2Star
* pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin2009-12-012-37/+11Star
* 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/+3Star
* ARM RealView I2CPaul Brook2009-11-221-1/+85
* GPIO I2C reworkPaul Brook2009-11-223-100/+161
* DS1338 RTCPaul Brook2009-11-221-0/+132
* BCD cleanupPaul Brook2009-11-224-98/+68Star
* ARM PBX-A9 board supportPaul Brook2009-11-197-108/+207
* sb16: remove highspeed reset codemalc2009-11-181-8/+1Star
* Convert linux bootrom to external rom and fw_cfgAlexander Graf2009-11-172-103/+31Star
* Convert multiboot to fw_cfg backed data storageAlexander Graf2009-11-172-14/+34
* Introduce rom_copyAlexander Graf2009-11-172-0/+39
* fw_cfg: change cur_offset to 32 bitsJuan Quintela2009-11-172-6/+40