aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-10constify drive_get_by_id argGerd Hoffmann
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann
2009-08-10QemuOpts: add -set optionGerd Hoffmann
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann
2009-08-10QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann
2009-08-10QemuOpts: qemu_opts_parse: fix id= parsingGerd Hoffmann
2009-08-10QemuOpts: add some functionsGerd Hoffmann
2009-08-10Fix symfind.Laurent Desnogues
2009-08-10configure: let it find xen headers and libsChristoph Egger
2009-08-10tolower -> qemu_tolowerChristoph Egger
2009-08-10Do not try to invoke shebang scripts directly (NFS issues)malc
2009-08-09Use qemu_irq for system_powerdownBlue Swirl
2009-08-09Sparc32: use qemu_irq for system_powerdownBlue Swirl
2009-08-08Sparc32: move sparc32_dma init to sun4m.cBlue Swirl
2009-08-08Sparc32: remove VRAM and NVRAM sizes from hwdefBlue Swirl
2009-08-08Sparc32: remove IRQ numbers from hwdefBlue Swirl
2009-08-08Sparc32: move intbit_to_level table back to slavio_intctl.cBlue Swirl
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl
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-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd
2009-08-03enable NPTL for ppc-linux-user targets in configureNathan Froyd
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd
2009-08-03target-ppc: add cpu_set_tlsNathan Froyd
2009-08-03target-ppc: fix cpu_clone_regsNathan Froyd
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl
2009-08-01Add missing "static"Blue Swirl
2009-08-01More NULL pointer fixesBlue Swirl
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-31Option rom makefile fixesPaul Brook
2009-07-31Save/restore ARMv6 MMU statePaul Brook
2009-07-31esp: fix interrupt register readBlue Swirl
2009-07-31sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko
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-30qemu-option: fix parse_option_number().Gerd Hoffmann
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-30vnc: fix copyrect screen corruptionGerd Hoffmann
2009-07-30Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin