aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-22fix vnc regressionWen Congyang1-2/+6
2011-03-22qmp-commands.hx: Clean up mess of client_migrate_infoJes Sorensen1-34/+34
2011-03-22Make VNC support optionalJes Sorensen7-43/+104
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen2-4/+5
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen2-10/+8
2011-03-22Add support for -display vncJes Sorensen2-1/+18
2011-03-22Introduce -display noneJes Sorensen3-1/+10
2011-03-22Introduce -display argumentJes Sorensen2-0/+97
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen3-34/+34
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell1-6/+5
2011-03-22target-arm: Fix VRECPS edge cases handlingPeter Maydell1-3/+8
2011-03-22target-arm: Fix TCG temporary leaks for scalar VMULLPeter Maydell1-0/+2
2011-03-22target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell1-4/+12
2011-03-22target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell1-2/+2
2011-03-22target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell1-11/+18
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell1-3/+1
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka1-1/+1
2011-03-22vmmouse: Fix initializationJan Kiszka1-0/+1
2011-03-22vmmouse: Fix typo preventing x86-64 buildJan Kiszka1-1/+1
2011-03-22fix applesmc REV keyRené Rebe1-1/+1
2011-03-22enable kvm for ppc(32) on ppc64René Rebe1-0/+2
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau1-4/+198
2011-03-22pc-bios: update linuxboot.bin and multiboot.binAurelien Jarno2-0/+0
2011-03-22fix linuxboot.bin and multiboot.bin to not hijack int19Gleb Natapov3-15/+29
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori24-566/+618
2011-03-21seabios: update to latest gitAnthony Liguori2-0/+0
2011-03-21Fix migration uint8 arrys handledJuan Quintela1-0/+2
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber5-432/+417
2011-03-21softfloat: Resolve type mismatches between declaration and implementationAndreas Färber1-34/+34
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber4-0/+21
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi1-1/+3
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno79-351/+364
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno10-69/+339
2011-03-21rbd: don't link with -lcryptoAurelien Jarno1-1/+1
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell1-1/+63
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah3-1/+11
2011-03-21virtio-console: Keep chardev open for other users after hot-unplugAmit Shah1-1/+5
2011-03-21virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah1-1/+0
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah1-9/+3
2011-03-21virtio-serial: Enable ioeventfdAmit Shah1-0/+3
2011-03-21virtio-serial: Disallow generic ports at id 0Amit Shah1-0/+9
2011-03-21virtio-serial: Use a struct to pass config information from proxyAmit Shah4-15/+21
2011-03-21remove qemu_get_clockPaolo Bonzini2-18/+0
2011-03-21add a generic scaling mechanism for timersPaolo Bonzini2-13/+21
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini68-268/+268
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini14-56/+56
2011-03-21add more helper functions with explicit milli/nanosecond resolutionPaolo Bonzini1-0/+23
2011-03-20Fix conversions from pointer to int and vice versaStefan Weil4-10/+10
2011-03-19petalogix_ml605_mmu: remove unused variableBlue Swirl1-3/+2
2011-03-19qemu-thread: delete unused functionsBlue Swirl2-40/+0