Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64stable-0.10 | Aurelien Jarno | 1 | -1/+1 |
2009-09-15 | Fix Linux task preemption on Versatile board | Aurelien Jarno | 1 | -2/+2 |
2009-09-15 | curses: save 250MB of memory | Aurelien Jarno | 1 | -3/+0 |
2009-08-27 | vnc: rework VncState release workflow | Chris Webb | 1 | -39/+71 |
2009-08-25 | Don't segfault when changing VNC password on an SDL display. | Zachary Amsden | 1 | -0/+4 |
2009-08-25 | Fix detached migration with exec. | Chris Lalancette | 1 | -4/+1 |
2009-08-25 | BACKPORT: Fix segfault of qemu-system-arm with PXA target | Torsten Duwe | 1 | -1/+1 |
2009-08-25 | make windows notice media change | Gleb Natapov | 1 | -13/+25 |
2009-08-25 | e1000.c doesn't properly emulate EERD and ICS registers | Bill Paul | 1 | -4/+9 |
2009-08-25 | BACKPORT: vnc: fix copyrect screen corruption | Gerd Hoffmann | 1 | -0/+23 |
2009-08-25 | fix migration to obey -S | Paolo Bonzini | 4 | -2/+7 |
2009-07-29 | fix broken migration | Glauber Costa | 1 | -1/+3 |
2009-07-23 | vmdk: Fix backing file handling | Kevin Wolf | 1 | -14/+15 |
2009-07-23 | BACKPORT: Add save/restore support to the LSI logic SCSI device model. | Nolan | 1 | -0/+173 |
2009-07-23 | Handle BH's queued by AIO completions in qemu_aio_flush() | Nolan | 1 | -1/+1 |
2009-07-20 | fix for bad macaddr of e1000 in Windows 2003 server with original MS driver | Naphtali Sprei | 1 | -0/+5 |
2009-07-16 | Update changelot for 0.10.6 releasev0.10.6 | Anthony Liguori | 1 | -0/+3 |
2009-07-16 | Initialize PS2 keyboard / mouse state on reset | Dinesh Subhraveti | 1 | -6/+32 |
2009-07-16 | Reset HPET config register on hpet_reset | Beth Kon | 1 | -0/+1 |
2009-07-16 | honor -S on incoming migration | Paolo Bonzini | 3 | -8/+1 |
2009-07-10 | Update for 0.10.6 release | Anthony Liguori | 2 | -1/+27 |
2009-07-10 | Revert "Make sure to use SDL_CFLAGS everywhere we include SDL headers" | Anthony Liguori | 2 | -3/+1 |
2009-07-10 | flush pending aio requests | Glauber Costa | 1 | -0/+1 |
2009-07-10 | Make sure to only vm_start() a failed migration if we were running to begin | Anthony Liguori | 1 | -1/+5 |
2009-07-10 | Unregister savevm callback in eeprom93xx_free() | Mark McLoughlin | 1 | -0/+1 |
2009-07-10 | Don't leak VLANClientState on PCI hot remove | Mark McLoughlin | 7 | -22/+19 |
2009-07-10 | Substitute O_DSYNC with O_SYNC or O_FSYNC when needed. | G 3 | 1 | -0/+4 |
2009-07-10 | sdl: Fix memory leakage | Jan Kiszka | 1 | -18/+21 |
2009-07-10 | cpu_unregister_map_client: fix memory leak. | Isaku Yamahata | 1 | -1/+2 |
2009-06-16 | Fix vga_screen_dump_blank() PPM generation | Eduardo Habkost | 1 | -2/+3 |
2009-06-16 | Prevent CD-ROM media eject while device is locked | Mark McLoughlin | 3 | -10/+27 |
2009-06-16 | kvm: Fix IRQ injection into full queue | Jan Kiszka | 1 | -2/+1 |
2009-06-16 | QEMU KVM: i386: Fix the cpu reset state | Nitin A Kamble | 1 | -6/+12 |
2009-06-16 | virtio blk: fix warning. | Gerd Hoffmann | 1 | -0/+1 |
2009-06-16 | lsi53c895a: Implement write access to DMA Byte Counter | Sebastian Herbszt | 1 | -0/+7 |
2009-06-16 | lsi53c895a: Implement read and write access to DMA Next Address | Sebastian Herbszt | 1 | -0/+2 |
2009-06-16 | lsi53c895a: Implement Scratch Byte Register | Sebastian Herbszt | 1 | -0/+7 |
2009-06-16 | Make sure to use SDL_CFLAGS everywhere we include SDL headers | Anthony Liguori | 2 | -1/+3 |
2009-06-16 | fix qemu_aio_flush | Andrea Arcangeli | 2 | -5/+10 |
2009-06-16 | migrate_fd_close: delete associated io-handler before closing the fd | Uri Lublin | 1 | -0/+2 |
2009-06-16 | exec-migration: handle EINTR in popen_get_buffer() | Uri Lublin | 1 | -1/+8 |
2009-06-16 | Fix prototype of function zfree. | Stefan Weil | 1 | -2/+2 |
2009-05-28 | serial: fix lost character after sysrq | Jason Wessel | 1 | -0/+2 |
2009-05-28 | Don't send all gratuitous packets at once. | Gleb Natapov | 1 | -5/+19 |
2009-05-28 | Minimal ethernet frame length is 64 bytes. | Gleb Natapov | 1 | -1/+2 |
2009-05-28 | net: Fix -net socket,listen (Jan Kiszka) | aliguori | 1 | -1/+1 |
2009-05-27 | Allow monitor interaction when using migrate -exec | Chris Lalancette | 3 | -12/+34 |
2009-05-27 | fix raw_pread_aligned return value | Christoph Hellwig | 1 | -1/+1 |
2009-05-27 | VNC: Fix memory allocation (wrong structure size). | Stefan Weil | 1 | -2/+1 |
2009-05-27 | e1000: Ignore reset command | Kevin Wolf | 1 | -2/+9 |