summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* MIPS jazz: create isa busRoy Tam2009-10-151-0/+2
* multiboot: Limit number of multiboot modulesAdam Lackorzynski2009-10-151-1/+8
* multiboot: Fix cmdline of modulesAdam Lackorzynski2009-10-151-1/+1
* pcnet: Extend hardware resetJan Kiszka2009-10-151-0/+3
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-157-9/+16
* net: handle -netdevice optionsMark McLoughlin2009-10-151-1/+1
* net: remove id field from NICInfoMark McLoughlin2009-10-151-2/+2
* hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin2009-10-151-2/+2
* eepro100: Remove unused device status entriesStefan Weil2009-10-151-74/+20
* scsi disk block descriptor v2Artyom Tarasenko2009-10-141-1/+21
* Add some chipset doc linksBlue Swirl2009-10-132-0/+17
* Fixed wacom emulationFrançois Revol2009-10-121-14/+24
* rom loader: also try filename as-is.Gerd Hoffmann2009-10-121-2/+1
* rom loader: fix sparc -kernel boot.Gerd Hoffmann2009-10-1214-24/+54
* TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela2009-10-123-4/+4
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-123-3/+0
* ide: cmd646 ->unit has just the value that we wantJuan Quintela2009-10-121-2/+2
* ide: cmd646 we can get the pci device with container_ofJuan Quintela2009-10-121-6/+11
* ide: 'secondary' field is only used by cmd646Juan Quintela2009-10-121-1/+1
* ide: PCIIDEState type field is not needed anymoreJuan Quintela2009-10-123-30/+11
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-123-338/+478
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-122-10/+20
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-122-13/+19
* ide: remove uselsess casts from void *Juan Quintela2009-10-122-13/+13
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
* ide: Remove cast in pci_register_barJuan Quintela2009-10-121-12/+6
* ide: change cast to DO_UPCASTJuan Quintela2009-10-121-2/+2
* Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc2009-10-101-1/+1
* pcnet: Restart poll timer on pcnet_startJan Kiszka2009-10-081-0/+1
* pcnet: Drop unused recv_pos fieldJan Kiszka2009-10-081-13/+8
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-076-6/+6
* Warn if value of qdev_init() isn't checkedMarkus Armbruster2009-10-071-1/+1
* Make isa_create() terminate program on failureMarkus Armbruster2009-10-071-5/+3
* New qdev_init_nofail()Markus Armbruster2009-10-0734-58/+72
* Check return value of qdev_init()Markus Armbruster2009-10-074-4/+8
* Make qdev_init() destroy the device on failureMarkus Armbruster2009-10-072-4/+6
* qdev: move commentGerd Hoffmann2009-10-061-1/+1
* qemu/pci: make pci not depend on msixMichael S. Tsirkin2009-10-062-3/+9
* qemu/pci: clarify pci config load routineMichael S. Tsirkin2009-10-061-4/+5
* Final net cleanup after conversion to QemuOptsMark McLoughlin2009-10-061-1/+1
* Port PCI NIC hotplug to QemuOptsMark McLoughlin2009-10-061-2/+14
* Make NICInfo string fields non-constMark McLoughlin2009-10-062-2/+2
* Revert "Fix exit on 'pci_add' Monitor command"Anthony Liguori2009-10-063-16/+0
* Reorganize option rom (+linux kernel) loading.Gerd Hoffmann2009-10-064-248/+312
* eepro100: support 16 bit read from SCBCmd (== 2)=?UTF-8?q?Reimar=20D=C3=B6ffinger?=2009-10-061-0/+1
* Improve error reporting on file accessJustin M. Forbes2009-10-051-6/+6
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-055-9/+9
* pci_create() is now unused, remove itMarkus Armbruster2009-10-052-19/+0
* Fix pci_add nic not to exit on bad modelMarkus Armbruster2009-10-0513-14/+43
* Make it obvious that pci_nic_init() can't failMarkus Armbruster2009-10-051-16/+9
OpenPOWER on IntegriCloud