aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-08-08Sparc32: Refactor slavio timerBlue Swirl
2009-08-08ppc_newworld: configure screen size from QEMU command line optionsBlue Swirl
2009-08-08Sparc64: configure screen size from QEMU command line optionsBlue Swirl
2009-08-08ppc_oldworld: configure screen size from qemu command line optionsLaurent Vivier
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-07-31PPC: convert Uni-north to qdev: also fixes Mac99 machine crashBlue Swirl
2009-07-31PPC: convert Grackle to qdevBlue Swirl
2009-07-31esp: fix interrupt register readBlue Swirl
2009-07-31Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl
2009-07-30e1000.c doesn't properly emulate EERD and ICS registersBill Paul
2009-07-30qdev: convert all vga devices.Gerd Hoffmann
2009-07-30qdev/core: add monitor command to list all driversGerd Hoffmann
2009-07-30qdev: factor out qdev_print_devinfo.Gerd Hoffmann
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster
2009-07-30Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin
2009-07-30Remove the pc-0-10 machine typeMark McLoughlin
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27Refactor code to remove one #ifdef CONFIG_FDTJuan Quintela
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela
2009-07-27qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen
2009-07-27HPET fixes for reg writesBeth Kon
2009-07-27switch -drive to QemuOpts.Gerd Hoffmann
2009-07-27kill drives_optGerd Hoffmann
2009-07-27kill drives_tableGerd Hoffmann
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann
2009-07-27qdev: bus walker + qdev_device_add()Gerd Hoffmann
2009-07-27qdev: create default bus names.Gerd Hoffmann
2009-07-27qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann
2009-07-27qdev/prop: add pci devfn propertyGerd Hoffmann
2009-07-27Add a pc-0.11 machine type and make the pc type an aliasMark McLoughlin
2009-07-27Add machine type aliasesMark McLoughlin
2009-07-26Give the kernel more roomAlexander Graf
2009-07-26PPC: Round VGA BIOS size to page boundaryAlexander Graf
2009-07-22notify io_thread at the end of rx handlingGlauber Costa
2009-07-22Add save/restore support to the LSI logic SCSI device model.Nolan
2009-07-21Sparc32: convert Sun4c interrupt controller to qdevBlue Swirl
2009-07-21Sparc32: convert SBI to qdevBlue Swirl
2009-07-21Sparc32/64: use 64 bit type for memory sizeBlue Swirl
2009-07-21qdev: add 64 bit typeBlue Swirl
2009-07-21Sparc64: refactor kernel initBlue Swirl
2009-07-21Sparc64: refactor CPU initBlue Swirl
2009-07-21Sparc64: convert memory to qdevBlue Swirl
2009-07-21Sparc64: convert boot prom to qdevBlue Swirl
2009-07-21Sparc32: Fix lanceBlue Swirl
2009-07-21Sparc64: convert APB to qdevBlue Swirl
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-20Fix build with DEBUG_PCI in pci_host.h enabledBlue Swirl
2009-07-20Clean up fdc qdev conversionBlue Swirl
2009-07-17isxdigit -> qemu_isxdigitChristoph Egger