summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-08-10vga: do not resize the screen on hw_invalidateStefano Stabellini2-3/+4
2009-08-10qdev/isa: convert fdc.Gerd Hoffmann1-41/+76
2009-08-10qdev/isa: make pc use qdev for i8042 setup.Gerd Hoffmann1-1/+4
2009-08-10qdev/isa: make the piix isa bridge register an isa bus.Gerd Hoffmann1-0/+2
2009-08-10qdev/isa: add qdev support to i8042 (aka ps/2 kbd+mouse).Gerd Hoffmann1-0/+40
2009-08-10qdev/isa: add isa bus support to qdev.Gerd Hoffmann2-0/+127
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann7-43/+17
2009-08-10qdev/prop: add drive property.Gerd Hoffmann2-0/+36
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann2-42/+41
2009-08-10tolower -> qemu_tolowerChristoph Egger1-1/+1
2009-08-09Use qemu_irq for system_powerdownBlue Swirl3-24/+17
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