summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-10variable timer intervalsStefano Stabellini4-10/+33
2009-08-10single vnc server surfaceStefano Stabellini3-160/+200
2009-08-10a single vnc timer to refresh the screenStefano Stabellini2-20/+42
2009-08-10Fix checksum writing in signboot.shAlexander Graf1-1/+2
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil3-1/+954
2009-08-10Win32: Fix default prefixStefan Weil1-1/+1
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 Hoffmann3-5/+132
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann8-44/+25
2009-08-10qdev/prop: add drive property.Gerd Hoffmann2-0/+36
2009-08-10add -drive if=noneGerd Hoffmann2-0/+5
2009-08-10constify drive_get_by_id argGerd Hoffmann2-2/+2
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann5-56/+73
2009-08-10QemuOpts: add -set optionGerd Hoffmann4-1/+52
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann4-73/+79
2009-08-10QemuOpts: make the drive id actually show up in "info block".Gerd Hoffmann1-1/+1
2009-08-10QemuOpts: qemu_opts_parse: fix id= parsingGerd Hoffmann1-1/+6
2009-08-10QemuOpts: add some functionsGerd Hoffmann2-0/+23
2009-08-10Fix symfind.Laurent Desnogues2-2/+2
2009-08-10configure: let it find xen headers and libsChristoph Egger1-1/+1
2009-08-10tolower -> qemu_tolowerChristoph Egger1-1/+1
2009-08-10Do not try to invoke shebang scripts directly (NFS issues)malc2-3/+3
2009-08-09Use qemu_irq for system_powerdownBlue Swirl5-34/+23
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-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko6-40/+69
2009-08-03linux-user: make FUTEX_* calls honor timeout parameterNathan Froyd1-8/+16
2009-08-03enable NPTL for ppc-linux-user targets in configureNathan Froyd1-0/+2
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd1-0/+68
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd2-20/+56
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd5-10/+17
2009-08-03target-ppc: add cpu_set_tlsNathan Froyd1-0/+11
2009-08-03target-ppc: fix cpu_clone_regsNathan Froyd1-3/+1
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl2-2/+3
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl1-3/+3
2009-08-01Add missing "static"Blue Swirl1-1/+1
2009-08-01More NULL pointer fixesBlue Swirl7-11/+13
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl20-58/+59
2009-07-31PPC: convert Uni-north to qdev: also fixes Mac99 machine crashBlue Swirl1-55/+166