summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* constify drive_get_by_id argGerd Hoffmann2009-08-102-2/+2
* QemuOpts: switch over -device.Gerd Hoffmann2009-08-105-56/+73
* QemuOpts: add -set optionGerd Hoffmann2009-08-104-1/+52
* QemuOpts: create qemu-config.hGerd Hoffmann2009-08-104-73/+79
* QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann2009-08-101-1/+1
* QemuOpts: qemu_opts_parse: fix id= parsingGerd Hoffmann2009-08-101-1/+6
* QemuOpts: add some functionsGerd Hoffmann2009-08-102-0/+23
* Fix symfind.Laurent Desnogues2009-08-102-2/+2
* configure: let it find xen headers and libsChristoph Egger2009-08-101-1/+1
* tolower -> qemu_tolowerChristoph Egger2009-08-101-1/+1
* Do not try to invoke shebang scripts directly (NFS issues)malc2009-08-102-3/+3
* Use qemu_irq for system_powerdownBlue Swirl2009-08-095-34/+23Star
* Sparc32: use qemu_irq for system_powerdownBlue Swirl2009-08-093-22/+19Star
* Sparc32: move sparc32_dma init to sun4m.cBlue Swirl2009-08-084-42/+42
* Sparc32: remove VRAM and NVRAM sizes from hwdefBlue Swirl2009-08-081-36/+6Star
* Sparc32: remove IRQ numbers from hwdefBlue Swirl2009-08-081-135/+25Star
* Sparc32: move intbit_to_level table back to slavio_intctl.cBlue Swirl2009-08-082-50/+8Star
* Sparc32: move device instantiation to sun4m.cBlue Swirl2009-08-0810-245/+217Star
* Sparc32: Refactor slavio timerBlue Swirl2009-08-081-181/+209
* ppc_newworld: configure screen size from QEMU command line optionsBlue Swirl2009-08-081-0/+5
* Sparc64: configure screen size from QEMU command line optionsBlue Swirl2009-08-081-0/+8
* ppc_oldworld: configure screen size from qemu command line optionsLaurent Vivier2009-08-082-0/+8
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-046-40/+69
* linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd2009-08-031-8/+16
* enable NPTL for ppc-linux-user targets in configureNathan Froyd2009-08-031-0/+2
* linux-user: handle POWERPC_EXCP_STCXNathan Froyd2009-08-031-0/+68
* target-ppc: add exceptions for conditional storesNathan Froyd2009-08-032-20/+56
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-035-10/+17
* target-ppc: add cpu_set_tlsNathan Froyd2009-08-031-0/+11
* target-ppc: fix cpu_clone_regsNathan Froyd2009-08-031-3/+1Star
* Fix Sparse warning about missing prototypeBlue Swirl2009-08-012-2/+3
* Fix Sparse warning about "expression using sizeof on a function"Blue Swirl2009-08-011-3/+3
* Add missing "static"Blue Swirl2009-08-011-1/+1
* More NULL pointer fixesBlue Swirl2009-08-017-11/+13
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-3120-58/+59
* PPC: convert Uni-north to qdev: also fixes Mac99 machine crashBlue Swirl2009-07-311-55/+166
* PPC: convert Grackle to qdevBlue Swirl2009-07-311-20/+86
* Option rom makefile fixesPaul Brook2009-07-313-9/+13
* Save/restore ARMv6 MMU statePaul Brook2009-07-312-2/+22
* esp: fix interrupt register readBlue Swirl2009-07-311-4/+9
* sparc64 flush pending conditional evaluations before exposing cpu stateIgor Kovalenko2009-07-311-0/+5
* Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl2009-07-311-0/+3
* e1000.c doesn't properly emulate EERD and ICS registersBill Paul2009-07-301-4/+9
* qemu-option: fix parse_option_number().Gerd Hoffmann2009-07-301-0/+1
* qdev: convert all vga devices.Gerd Hoffmann2009-07-303-81/+130
* qdev/core: add monitor command to list all driversGerd Hoffmann2009-07-303-0/+14
* qdev: factor out qdev_print_devinfo.Gerd Hoffmann2009-07-301-1/+18
* Fix VM state change handlers running out of orderMarkus Armbruster2009-07-303-9/+54
* vnc: fix copyrect screen corruptionGerd Hoffmann2009-07-301-0/+22
* Remove the virtio-{blk, console}-pci-0-10 device typesMark McLoughlin2009-07-301-46/+11Star