Age | Commit message (Expand) | Author | Files | Lines |
2011-03-29 | add a service to reap zombies, use it in SLIRP | Paolo Bonzini | 4 | -10/+69 |
2011-03-29 | extract I/O handler lists to iohandler.c | Paolo Bonzini | 4 | -102/+138 |
2011-03-28 | vhost: fix dirty page handling | Michael S. Tsirkin | 1 | -1/+3 |
2011-03-28 | virtio-serial: don't crash on invalid input | Michael S. Tsirkin | 1 | -0/+3 |
2011-03-28 | e1000: check buffer availability | Michael S. Tsirkin | 1 | -8/+8 |
2011-03-28 | virtio-pci: fix bus master work around on load | Michael S. Tsirkin | 2 | -7/+7 |
2011-03-28 | pci: use uint8_t for devfn_min | Isaku Yamahata | 3 | -7/+7 |
2011-03-28 | pci: use PCI_DEVFN in pci_get_bus_devfn() | Isaku Yamahata | 1 | -1/+1 |
2011-03-28 | pci: use devfn for pci_find_device() instead of (slot, fn) pair | Isaku Yamahata | 5 | -8/+8 |
2011-03-28 | pci: replace the magic, 256, for the maximum of devfn | Isaku Yamahata | 2 | -1/+2 |
2011-03-26 | report that QEMU process was killed by a signal | Gleb Natapov | 3 | -4/+25 |
2011-03-26 | rtl8139: add vlan tag insertion | Benjamin Poirier | 1 | -15/+60 |
2011-03-26 | rtl8139: add vlan tag extraction | Benjamin Poirier | 1 | -14/+52 |
2011-03-26 | rtl8139: cleanup FCS calculation | Benjamin Poirier | 1 | -17/+3 |
2011-03-25 | severe memory leak caused by broken palette_destroy() function | Ulrich Obergfell | 1 | -3/+1 |
2011-03-25 | vl.c: Fix compilation failure if CONFIG_SDL isn't defined | Peter Maydell | 1 | -6/+7 |
2011-03-24 | Merge remote branch 'amit/for-anthony' into staging | Anthony Liguori | 8 | -27/+52 |
2011-03-24 | tcg/arm: Support host code being compiled for Thumb | Peter Maydell | 1 | -9/+26 |
2011-03-22 | Revert "x86: Save/restore PAT MSR" | Anthony Liguori | 1 | -2/+0 |
2011-03-22 | vnc: fix build error from VNC_DIRTY_WORDS | Anthony Liguori | 1 | -1/+1 |
2011-03-22 | fix vnc regression | Wen Congyang | 1 | -2/+6 |
2011-03-22 | qmp-commands.hx: Clean up mess of client_migrate_info | Jes Sorensen | 1 | -34/+34 |
2011-03-22 | Make VNC support optional | Jes Sorensen | 7 | -43/+104 |
2011-03-22 | error message if user specifies curses on cmd line when curses is disabled | Jes Sorensen | 2 | -4/+5 |
2011-03-22 | error message if user specifies SDL cmd line option when SDL is disabled | Jes Sorensen | 2 | -10/+8 |
2011-03-22 | Add support for -display vnc | Jes Sorensen | 2 | -1/+18 |
2011-03-22 | Introduce -display none | Jes Sorensen | 3 | -1/+10 |
2011-03-22 | Introduce -display argument | Jes Sorensen | 2 | -0/+97 |
2011-03-22 | Consolidate DisplaySurface allocation in qemu_alloc_display() | Jes Sorensen | 3 | -34/+34 |
2011-03-22 | target-arm: use make_float32() to make constant floats for VRSQRTS | Peter Maydell | 1 | -6/+5 |
2011-03-22 | target-arm: Fix VRECPS edge cases handling | Peter Maydell | 1 | -3/+8 |
2011-03-22 | target-arm: Fix TCG temporary leaks for scalar VMULL | Peter Maydell | 1 | -0/+2 |
2011-03-22 | target-arm: Set Q bit for overflow in SMUAD and SMLAD | Peter Maydell | 1 | -4/+12 |
2011-03-22 | target-arm: Fix GE bits for v6media signed modulo arithmetic | Peter Maydell | 1 | -2/+2 |
2011-03-22 | target-arm: Fix UNDEF cases in Thumb load/store | Peter Maydell | 1 | -11/+18 |
2011-03-22 | linux-user: Fix unlock_user() call in return from poll() | Peter Maydell | 1 | -3/+1 |
2011-03-22 | vmmouse: Register vmstate via qdev | Jan Kiszka | 1 | -1/+1 |
2011-03-22 | vmmouse: Fix initialization | Jan Kiszka | 1 | -0/+1 |
2011-03-22 | vmmouse: Fix typo preventing x86-64 build | Jan Kiszka | 1 | -1/+1 |
2011-03-22 | fix applesmc REV key | René Rebe | 1 | -1/+1 |
2011-03-22 | enable kvm for ppc(32) on ppc64 | René Rebe | 1 | -0/+2 |
2011-03-22 | target-ppc: add support for 6 SPE instructions | Fabien Chouteau | 1 | -4/+198 |
2011-03-22 | pc-bios: update linuxboot.bin and multiboot.bin | Aurelien Jarno | 2 | -0/+0 |
2011-03-22 | fix linuxboot.bin and multiboot.bin to not hijack int19 | Gleb Natapov | 3 | -15/+29 |
2011-03-21 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 24 | -566/+618 |
2011-03-21 | seabios: update to latest git | Anthony Liguori | 2 | -0/+0 |
2011-03-21 | Fix migration uint8 arrys handled | Juan Quintela | 1 | -0/+2 |
2011-03-21 | softfloat: Drop [s]bits{8, 16, 32, 64} types in favor of [u]int{8, 16, 32, 64}_t | Andreas Färber | 5 | -432/+417 |
2011-03-21 | softfloat: Resolve type mismatches between declaration and implementation | Andreas Färber | 1 | -34/+34 |
2011-03-21 | softfloat: Prepend QEMU-style header with derivation notice | Andreas Färber | 4 | -0/+21 |