summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-07-27qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin1-0/+1
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen2-0/+2
2009-07-27HPET fixes for reg writesBeth Kon2-13/+8
2009-07-27switch -drive to QemuOpts.Gerd Hoffmann1-6/+6
2009-07-27kill drives_optGerd Hoffmann1-5/+5
2009-07-27kill drives_tableGerd Hoffmann31-225/+186
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann2-26/+85
2009-07-27qdev: bus walker + qdev_device_add()Gerd Hoffmann2-0/+252
2009-07-27qdev: create default bus names.Gerd Hoffmann2-1/+25
2009-07-27qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann1-4/+4
2009-07-27qdev/prop: add pci devfn propertyGerd Hoffmann2-0/+44
2009-07-27Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin1-1/+2
2009-07-27Add machine type aliasesMark McLoughlin1-0/+1
2009-07-26Give the kernel more roomAlexander Graf1-2/+2
2009-07-26PPC: Round VGA BIOS size to page boundaryAlexander Graf2-0/+8
2009-07-22notify io_thread at the end of rx handlingGlauber Costa1-0/+4
2009-07-22Add save/restore support to the LSI logic SCSI device model.Nolan1-0/+172
2009-07-21Sparc32: convert Sun4c interrupt controller to qdevBlue Swirl3-20/+57
2009-07-21Sparc32: convert SBI to qdevBlue Swirl3-21/+54
2009-07-21Sparc32/64: use 64 bit type for memory sizeBlue Swirl2-4/+4
2009-07-21qdev: add 64 bit typeBlue Swirl2-0/+62
2009-07-21Sparc64: refactor kernel initBlue Swirl1-42/+55
2009-07-21Sparc64: refactor CPU initBlue Swirl1-19/+27
2009-07-21Sparc64: convert memory to qdevBlue Swirl1-4/+59
2009-07-21Sparc64: convert boot prom to qdevBlue Swirl1-29/+62
2009-07-21Sparc32: Fix lanceBlue Swirl1-0/+1
2009-07-21Sparc64: convert APB to qdevBlue Swirl2-35/+76
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl10-42/+43
2009-07-20Fix build with DEBUG_PCI in pci_host.h enabledBlue Swirl1-5/+8
2009-07-20Clean up fdc qdev conversionBlue Swirl1-74/+65
2009-07-17isxdigit -> qemu_isxdigitChristoph Egger1-2/+2
2009-07-17Suppress a Sparse warningBlue Swirl2-1/+3
2009-07-17Sparc32: use hex for version numbersBlue Swirl2-2/+2
2009-07-17Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-4/+4
2009-07-17Sparc32: fix fdc io_baseBlue Swirl1-1/+2
2009-07-17Fix sparc-softmmu breakage by ee6847d19be16c789b8bd4e553b7cd6701ba1245Blue Swirl1-1/+1
2009-07-16fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei1-0/+5
2009-07-16qdev: es1370+ac97 descriptionGerd Hoffmann2-0/+2
2009-07-16qdev/compat: virtio-net-pci 0.10 compatibility.Gerd Hoffmann2-3/+28
2009-07-16qdev: print device id in "info pci".Gerd Hoffmann1-0/+1
2009-07-16qdev/compat: virtio-console-pci 0.10 compatibility.Gerd Hoffmann2-1/+20
2009-07-16qdev: add id= support for pci nics.Gerd Hoffmann1-0/+2
2009-07-16qdev/compat: virtio-blk-pci 0.10 compatibility.Gerd Hoffmann2-1/+21
2009-07-16qdev: add user-specified identifier to devices.Gerd Hoffmann2-2/+5
2009-07-16qdev/compat: add pc-0.10 machine type.Gerd Hoffmann1-0/+11
2009-07-16qdev: add no_user, alias and descGerd Hoffmann2-0/+15
2009-07-16qdev/compat: compat property infrastructure.Gerd Hoffmann4-0/+38
2009-07-16qdev: factor out driver search to qdev_find_info()Gerd Hoffmann1-7/+15
2009-07-16cleanup: drop unused struct elements from VirtIOPCIProxy.Gerd Hoffmann1-6/+0
2009-07-16qdev: rework device properties.Gerd Hoffmann45-390/+920