aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-22exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64stable-0.10Aurelien Jarno1-1/+1
2009-09-15Fix Linux task preemption on Versatile boardAurelien Jarno1-2/+2
2009-09-15curses: save 250MB of memoryAurelien Jarno1-3/+0
2009-08-27vnc: rework VncState release workflowChris Webb1-39/+71
2009-08-25Don't segfault when changing VNC password on an SDL display.Zachary Amsden1-0/+4
2009-08-25Fix detached migration with exec.Chris Lalancette1-4/+1
2009-08-25BACKPORT: Fix segfault of qemu-system-arm with PXA targetTorsten Duwe1-1/+1
2009-08-25make windows notice media changeGleb Natapov1-13/+25
2009-08-25e1000.c doesn't properly emulate EERD and ICS registersBill Paul1-4/+9
2009-08-25BACKPORT: vnc: fix copyrect screen corruptionGerd Hoffmann1-0/+23
2009-08-25fix migration to obey -SPaolo Bonzini4-2/+7
2009-07-29fix broken migrationGlauber Costa1-1/+3
2009-07-23vmdk: Fix backing file handlingKevin Wolf1-14/+15
2009-07-23BACKPORT: Add save/restore support to the LSI logic SCSI device model.Nolan1-0/+173
2009-07-23Handle BH's queued by AIO completions in qemu_aio_flush()Nolan1-1/+1
2009-07-20fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei1-0/+5
2009-07-16Update changelot for 0.10.6 releasev0.10.6Anthony Liguori1-0/+3
2009-07-16Initialize PS2 keyboard / mouse state on resetDinesh Subhraveti1-6/+32
2009-07-16Reset HPET config register on hpet_resetBeth Kon1-0/+1
2009-07-16honor -S on incoming migrationPaolo Bonzini3-8/+1
2009-07-10Update for 0.10.6 releaseAnthony Liguori2-1/+27
2009-07-10Revert "Make sure to use SDL_CFLAGS everywhere we include SDL headers"Anthony Liguori2-3/+1
2009-07-10flush pending aio requestsGlauber Costa1-0/+1
2009-07-10Make sure to only vm_start() a failed migration if we were running to beginAnthony Liguori1-1/+5
2009-07-10Unregister savevm callback in eeprom93xx_free()Mark McLoughlin1-0/+1
2009-07-10Don't leak VLANClientState on PCI hot removeMark McLoughlin7-22/+19
2009-07-10Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 31-0/+4
2009-07-10sdl: Fix memory leakageJan Kiszka1-18/+21
2009-07-10cpu_unregister_map_client: fix memory leak.Isaku Yamahata1-1/+2
2009-06-16Fix vga_screen_dump_blank() PPM generationEduardo Habkost1-2/+3
2009-06-16Prevent CD-ROM media eject while device is lockedMark McLoughlin3-10/+27
2009-06-16kvm: Fix IRQ injection into full queueJan Kiszka1-2/+1
2009-06-16QEMU KVM: i386: Fix the cpu reset stateNitin A Kamble1-6/+12
2009-06-16virtio blk: fix warning.Gerd Hoffmann1-0/+1
2009-06-16lsi53c895a: Implement write access to DMA Byte CounterSebastian Herbszt1-0/+7
2009-06-16lsi53c895a: Implement read and write access to DMA Next AddressSebastian Herbszt1-0/+2
2009-06-16lsi53c895a: Implement Scratch Byte RegisterSebastian Herbszt1-0/+7
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori2-1/+3
2009-06-16fix qemu_aio_flushAndrea Arcangeli2-5/+10
2009-06-16migrate_fd_close: delete associated io-handler before closing the fdUri Lublin1-0/+2
2009-06-16exec-migration: handle EINTR in popen_get_buffer()Uri Lublin1-1/+8
2009-06-16Fix prototype of function zfree.Stefan Weil1-2/+2
2009-05-28serial: fix lost character after sysrqJason Wessel1-0/+2
2009-05-28Don't send all gratuitous packets at once.Gleb Natapov1-5/+19
2009-05-28Minimal ethernet frame length is 64 bytes.Gleb Natapov1-1/+2
2009-05-28net: Fix -net socket,listen (Jan Kiszka)aliguori1-1/+1
2009-05-27Allow monitor interaction when using migrate -execChris Lalancette3-12/+34
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig1-1/+1
2009-05-27VNC: Fix memory allocation (wrong structure size).Stefan Weil1-2/+1
2009-05-27e1000: Ignore reset commandKevin Wolf1-2/+9