aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-10-24fdc: convert to reset + vmsdBlue Swirl1-8/+29
2009-10-24esp: convert to reset + vmsdBlue Swirl1-8/+16
2009-10-24sparc32: convert cs4231 to VMState, vmsd and resetBlue Swirl1-33/+19
2009-10-24escc: add chipset docsBlue Swirl1-0/+4
2009-10-24escc: convert to VMState, vmsd and resetBlue Swirl1-62/+38
2009-10-24sparc32: add chipset docs for eccmemctlBlue Swirl1-0/+4
2009-10-24sparc32: convert slavio_misc to reset + vmsdBlue Swirl1-6/+6
2009-10-24sparc32: convert eccmemctl to reset + vmsdBlue Swirl1-6/+6
2009-10-24sparc64: remove unused variablesBlue Swirl1-3/+0
2009-10-21qdev: add string property.Gerd Hoffmann2-0/+32
2009-10-21char: rename CHR_EVENT_RESET to CHR_EVENT_OPENEDAmit Shah2-2/+2
2009-10-18Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl1-1/+1
2009-10-15MIPS jazz: create isa busRoy Tam1-0/+2
2009-10-15multiboot: Limit number of multiboot modulesAdam Lackorzynski1-1/+8
2009-10-15multiboot: Fix cmdline of modulesAdam Lackorzynski1-1/+1
2009-10-15pcnet: Extend hardware resetJan Kiszka1-0/+3
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin7-9/+16
2009-10-15net: handle -netdevice optionsMark McLoughlin1-1/+1
2009-10-15net: remove id field from NICInfoMark McLoughlin1-2/+2
2009-10-15hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin1-2/+2
2009-10-15eepro100: Remove unused device status entriesStefan Weil1-74/+20
2009-10-14scsi disk block descriptor v2Artyom Tarasenko1-1/+21
2009-10-13Add some chipset doc linksBlue Swirl2-0/+17
2009-10-12Fixed wacom emulationFrançois Revol1-14/+24
2009-10-12rom loader: also try filename as-is.Gerd Hoffmann1-2/+1
2009-10-12rom loader: fix sparc -kernel boot.Gerd Hoffmann14-24/+54
2009-10-12TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela3-4/+4
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela3-3/+0
2009-10-12ide: cmd646 ->unit has just the value that we wantJuan Quintela1-2/+2
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela1-6/+11
2009-10-12ide: 'secondary' field is only used by cmd646Juan Quintela1-1/+1
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela3-30/+11
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela3-338/+478
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela2-10/+20
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela2-13/+19
2009-10-12ide: remove uselsess casts from void *Juan Quintela2-13/+13
2009-10-12ide: Remove duplicated definitionsJuan Quintela1-6/+0
2009-10-12ide: Remove cast in pci_register_barJuan Quintela1-12/+6
2009-10-12ide: change cast to DO_UPCASTJuan Quintela1-2/+2
2009-10-10Fix Windows host breakage by 45a50b1668822c23afc2a89f724654e176518bc4 (TeLeMan)malc1-1/+1
2009-10-08pcnet: Restart poll timer on pcnet_startJan Kiszka1-0/+1
2009-10-08pcnet: Drop unused recv_pos fieldJan Kiszka1-13/+8
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster6-6/+6
2009-10-07Warn if value of qdev_init() isn't checkedMarkus Armbruster1-1/+1
2009-10-07Make isa_create() terminate program on failureMarkus Armbruster1-5/+3
2009-10-07New qdev_init_nofail()Markus Armbruster34-58/+72
2009-10-07Check return value of qdev_init()Markus Armbruster4-4/+8
2009-10-07Make qdev_init() destroy the device on failureMarkus Armbruster2-4/+6
2009-10-06qdev: move commentGerd Hoffmann1-1/+1
2009-10-06qemu/pci: make pci not depend on msixMichael S. Tsirkin2-3/+9