summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini
2011-03-28vhost: fix dirty page handlingMichael S. Tsirkin
2011-03-28virtio-serial: don't crash on invalid inputMichael S. Tsirkin
2011-03-28e1000: check buffer availabilityMichael S. Tsirkin
2011-03-28virtio-pci: fix bus master work around on loadMichael S. Tsirkin
2011-03-28pci: use uint8_t for devfn_minIsaku Yamahata
2011-03-28pci: use PCI_DEVFN in pci_get_bus_devfn()Isaku Yamahata
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2011-03-28pci: replace the magic, 256, for the maximum of devfnIsaku Yamahata
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