summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-26report that QEMU process was killed by a signalGleb Natapov3-4/+25
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier1-15/+60
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier1-14/+52
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier1-17/+3
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell1-3/+1
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell1-6/+7
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori8-27/+52
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell1-9/+26
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori1-2/+0
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1
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