Age | Commit message (Expand) | Author | Files | Lines |
2006-08-17 | save VGA PCI state | bellard | 3 | -56/+96 |
2006-08-17 | reset key modifiers when switching console (aka savevm keyboard bug) | bellard | 1 | -1/+3 |
2006-08-17 | win32 compilation fix | bellard | 1 | -0/+10 |
2006-08-15 | ESP DMA fix. | pbrook | 1 | -2/+1 |
2006-08-14 | scsi empty drive fix (Blue Swirl). | pbrook | 1 | -0/+1 |
2006-08-13 | Remove OpenBIOS ESP patch. Merged upstream. | pbrook | 1 | -30/+0 |
2006-08-12 | SCSI and USB async IO support. | pbrook | 14 | -293/+746 |
2006-08-10 | Add SCSI controller class. | pbrook | 1 | -0/+1 |
2006-08-09 | removed tabs | bellard | 1 | -186/+186 |
2006-08-09 | indent | bellard | 1 | -98/+110 |
2006-08-07 | use AIO for DMA transfers - enabled DMA for CDROMs | bellard | 1 | -199/+236 |
2006-08-07 | mem leak fixes | bellard | 1 | -15/+14 |
2006-08-07 | copyright update | bellard | 2 | -5/+5 |
2006-08-07 | update | bellard | 2 | -11/+15 |
2006-08-07 | fixed aio emulation | bellard | 1 | -8/+7 |
2006-08-07 | Dynamically allocate AIO Completion Blocks. | pbrook | 6 | -548/+483 |
2006-08-06 | removed duplicated line | bellard | 1 | -1/+0 |
2006-08-06 | info about VM snapshots | bellard | 2 | -5/+70 |
2006-08-06 | use zlib to compress ram snapshots - correctly save qemu clock | bellard | 1 | -29/+226 |
2006-08-06 | qcow2 is now used for '-snapshot' - keep BlockDriverState.total_sectors | bellard | 2 | -8/+7 |
2006-08-06 | handle read outside the backing file | bellard | 1 | -9/+33 |
2006-08-06 | Add missing #define. | pbrook | 1 | -0/+1 |
2006-08-06 | Fix SCSI off-by-one device size. | pbrook | 1 | -9/+15 |
2006-08-06 | fixed blocking io emulation | bellard | 3 | -2/+11 |
2006-08-05 | fixed disk image creation | bellard | 1 | -5/+9 |
2006-08-05 | block API change | bellard | 1 | -16/+15 |
2006-08-05 | use QEMUFile API | bellard | 2 | -4/+4 |
2006-08-05 | multiple snapshot support | bellard | 6 | -139/+711 |
2006-08-05 | enable qcow2 | bellard | 2 | -2/+2 |
2006-08-05 | O_LARGEFILE is not needed | bellard | 1 | -1/+1 |
2006-08-05 | new qcow2 disk image format | bellard | 1 | -0/+2236 |
2006-08-04 | sparc64.ld file (Blue Swirl) | bellard | 1 | -0/+138 |
2006-08-03 | swapped memset args (Charles Coffing) | bellard | 1 | -2/+2 |
2006-08-03 | removed unused code | bellard | 2 | -273/+0 |
2006-08-03 | added missing returns | bellard | 1 | -0/+2 |
2006-08-03 | win32 fixes (initial patch by kazu) | bellard | 1 | -20/+30 |
2006-08-02 | fixed refresh logic (initial patch by Igor Kovalenko) | bellard | 1 | -6/+6 |
2006-08-02 | some compilation fixes | bellard | 1 | -10/+16 |
2006-08-01 | async file I/O API | bellard | 16 | -456/+1898 |
2006-08-01 | commit to specific devices | bellard | 1 | -6/+9 |
2006-08-01 | show backing file name | bellard | 1 | -0/+9 |
2006-08-01 | removed unused code | bellard | 2 | -198/+1 |
2006-07-30 | Rewrite Arm host support. | pbrook | 6 | -78/+295 |
2006-07-29 | Arm host build fix. | pbrook | 1 | -1/+1 |
2006-07-22 | error display fix (malc) | bellard | 1 | -1/+2 |
2006-07-21 | Fix Arm cp15 c13 (Process ID) register writes. | pbrook | 1 | -2/+10 |
2006-07-19 | usb destroy API change (Lonnie Mendez) | bellard | 7 | -31/+48 |
2006-07-19 | Linux compilation fix | bellard | 1 | -0/+9 |
2006-07-18 | Sparc64 host support (Blue Swirl) | bellard | 6 | -18/+84 |
2006-07-18 | Sparc64 user emulator fixes (Blue Swirl) | bellard | 3 | -3/+31 |