aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-26report that QEMU process was killed by a signalGleb Natapov
2011-03-26rtl8139: add vlan tag insertionBenjamin Poirier
2011-03-26rtl8139: add vlan tag extractionBenjamin Poirier
2011-03-26rtl8139: cleanup FCS calculationBenjamin Poirier
2011-03-25severe memory leak caused by broken palette_destroy() functionUlrich Obergfell
2011-03-25vl.c: Fix compilation failure if CONFIG_SDL isn't definedPeter Maydell
2011-03-24Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell
2011-03-22Revert "x86: Save/restore PAT MSR"Anthony Liguori
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori
2011-03-22fix vnc regressionWen Congyang
2011-03-22qmp-commands.hx: Clean up mess of client_migrate_infoJes Sorensen
2011-03-22Make VNC support optionalJes Sorensen
2011-03-22error message if user specifies curses on cmd line when curses is disabledJes Sorensen
2011-03-22error message if user specifies SDL cmd line option when SDL is disabledJes Sorensen
2011-03-22Add support for -display vncJes Sorensen
2011-03-22Introduce -display noneJes Sorensen
2011-03-22Introduce -display argumentJes Sorensen
2011-03-22Consolidate DisplaySurface allocation in qemu_alloc_display()Jes Sorensen
2011-03-22target-arm: use make_float32() to make constant floats for VRSQRTSPeter Maydell
2011-03-22target-arm: Fix VRECPS edge cases handlingPeter Maydell
2011-03-22target-arm: Fix TCG temporary leaks for scalar VMULLPeter Maydell
2011-03-22target-arm: Set Q bit for overflow in SMUAD and SMLADPeter Maydell
2011-03-22target-arm: Fix GE bits for v6media signed modulo arithmeticPeter Maydell
2011-03-22target-arm: Fix UNDEF cases in Thumb load/storePeter Maydell
2011-03-22linux-user: Fix unlock_user() call in return from poll()Peter Maydell
2011-03-22vmmouse: Register vmstate via qdevJan Kiszka
2011-03-22vmmouse: Fix initializationJan Kiszka
2011-03-22vmmouse: Fix typo preventing x86-64 buildJan Kiszka
2011-03-22fix applesmc REV keyRené Rebe
2011-03-22enable kvm for ppc(32) on ppc64René Rebe
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau
2011-03-22pc-bios: update linuxboot.bin and multiboot.binAurelien Jarno
2011-03-22fix linuxboot.bin and multiboot.bin to not hijack int19Gleb Natapov
2011-03-21Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-03-21seabios: update to latest gitAnthony Liguori
2011-03-21Fix migration uint8 arrys handledJuan Quintela
2011-03-21softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_tAndreas Färber
2011-03-21softfloat: Resolve type mismatches between declaration and implementationAndreas Färber
2011-03-21softfloat: Prepend QEMU-style header with derivation noticeAndreas Färber
2011-03-21e1000: Fix multi-descriptor packet checksum offloadStefan Hajnoczi
2011-03-21Merge branch 'for-anthony' of git://github.com/bonzini/qemuAurelien Jarno
2011-03-21Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2011-03-21rbd: don't link with -lcryptoAurelien Jarno
2011-03-21hw/arm_sysctl.c: Add the Versatile Express system registersPeter Maydell
2011-03-21char: Prevent multiple devices opening same chardevAmit Shah
2011-03-21virtio-console: Keep chardev open for other users after hot-unplugAmit Shah
2011-03-21virtio-serial: Don't clear ->have_data() pointer after unplugAmit Shah
2011-03-21virtio-serial-bus: Simplify handle_output() functionAmit Shah
2011-03-21virtio-serial: Enable ioeventfdAmit Shah