summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Sparc32: use qemu_irq for system_powerdownBlue Swirl3-22/+19
2009-08-08Sparc32: move sparc32_dma init to sun4m.cBlue Swirl4-42/+42
2009-08-08Sparc32: remove VRAM and NVRAM sizes from hwdefBlue Swirl1-36/+6
2009-08-08Sparc32: remove IRQ numbers from hwdefBlue Swirl1-135/+25
2009-08-08Sparc32: move intbit_to_level table back to slavio_intctl.cBlue Swirl2-50/+8
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl10-245/+217
2009-08-08Sparc32: Refactor slavio timerBlue Swirl1-181/+209
2009-08-08ppc_newworld: configure screen size from QEMU command line optionsBlue Swirl1-0/+5
2009-08-08Sparc64: configure screen size from QEMU command line optionsBlue Swirl1-0/+8
2009-08-08ppc_oldworld: configure screen size from qemu command line optionsLaurent Vivier2-0/+8
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl5-6/+6
2009-07-31PPC: convert Uni-north to qdev: also fixes Mac99 machine crashBlue Swirl1-55/+166
2009-07-31PPC: convert Grackle to qdevBlue Swirl1-20/+86
2009-07-31esp: fix interrupt register readBlue Swirl1-4/+9
2009-07-31Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl1-0/+3
2009-07-30e1000.c doesn't properly emulate EERD and ICS registersBill Paul1-4/+9
2009-07-30qdev: convert all vga devices.Gerd Hoffmann3-81/+130
2009-07-30qdev/core: add monitor command to list all driversGerd Hoffmann2-0/+12
2009-07-30qdev: factor out qdev_print_devinfo.Gerd Hoffmann1-1/+18
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster3-9/+54
2009-07-30Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin1-46/+11
2009-07-30Remove the pc-0-10 machine typeMark McLoughlin1-50/+5
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela8-18/+18
2009-07-27Refactor code to remove one #ifdef CONFIG_FDTJuan Quintela1-4/+2
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela3-5/+5
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