Age | Commit message (Expand) | Author | Files | Lines |
2008-10-07 | Add static (spotted by sparse) | blueswir1 | 1 | -1/+1 |
2008-10-07 | Fix error in fexpand (spotted by sparse) | blueswir1 | 1 | -4/+4 |
2008-10-06 | Switch the memory savevm handler to be "live" | aliguori | 1 | -141/+152 |
2008-10-06 | Show size for unassigned accesses (Robert Reif) | blueswir1 | 8 | -33/+72 |
2008-10-06 | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 11 | -13/+13 |
2008-10-06 | Introduce v3 of savevm protocol | aliguori | 3 | -45/+248 |
2008-10-06 | Add dirty tracking for live migration | aliguori | 2 | -4/+33 |
2008-10-06 | Add bdrv_flush_all() | aliguori | 2 | -0/+12 |
2008-10-06 | Allow the monitor to be suspended during non-blocking op | aliguori | 2 | -1/+20 |
2008-10-05 | Silence some warnings about no value returned from non-void function | blueswir1 | 2 | -1/+2 |
2008-10-05 | Make various generated structures static | blueswir1 | 1 | -1/+1 |
2008-10-05 | Make target_sigaltstack_used static | blueswir1 | 2 | -2/+2 |
2008-10-05 | Export x86_stack_size in qemu.h | blueswir1 | 2 | -2/+3 |
2008-10-05 | Make ioctl table static | blueswir1 | 2 | -2/+2 |
2008-10-05 | Make bitmask tables static const | blueswir1 | 3 | -10/+10 |
2008-10-05 | Make struct_termios_def const | blueswir1 | 3 | -3/+5 |
2008-10-05 | Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes | blueswir1 | 2 | -3/+3 |
2008-10-05 | Make audio_pcm_opsstatic const | blueswir1 | 11 | -14/+14 |
2008-10-05 | Add some missing static and const qualifiers, reg_names only used if NDEBUG set | blueswir1 | 7 | -15/+32 |
2008-10-05 | Variable logfilename is not used outside exec.c | blueswir1 | 1 | -1/+1 |
2008-10-05 | Variable autostart is not used outside main() | blueswir1 | 2 | -3/+3 |
2008-10-04 | Update Sparc docs, add -cpu flag | blueswir1 | 1 | -16/+64 |
2008-10-04 | Fix crc32w decoding, fix a constant width in blendvpd. | balrog | 2 | -5/+4 |
2008-10-04 | Make network packet debug functions more accessible | blueswir1 | 1 | -4/+7 |
2008-10-04 | Add some missing static qualifiers | blueswir1 | 2 | -8/+8 |
2008-10-04 | Move nographic export to sysemu.h | blueswir1 | 4 | -5/+1 |
2008-10-04 | Use qemu-log.h | blueswir1 | 8 | -21/+8 |
2008-10-04 | x86 "popcnt" affects flags. | balrog | 1 | -0/+2 |
2008-10-04 | Implement SSE4.1, SSE4.2 (x86). | balrog | 4 | -37/+992 |
2008-10-03 | Improve pflash cfi01 debug messages (Thomas Petazzoni). | balrog | 1 | -3/+3 |
2008-10-03 | Reset CFI01 flash wcycle after erase confirm (Thomas Petazzoni). | balrog | 1 | -1/+1 |
2008-10-03 | Rearrange tick functions | blueswir1 | 4 | -31/+46 |
2008-10-03 | Fix missing prototype warnings by moving declarations | blueswir1 | 2 | -11/+9 |
2008-10-03 | Fix warning about unused function | blueswir1 | 1 | -0/+2 |
2008-10-03 | Fix warning about missing return value | blueswir1 | 1 | -0/+1 |
2008-10-02 | Optimize 64 bit bswap | malc | 1 | -5/+5 |
2008-10-02 | Do not use load_seg_vm to load CS in real mode iret handling | malc | 1 | -1/+2 |
2008-10-02 | Include qemu-common.h in order to get prototypes for qemu_malloc etc. | blueswir1 | 1 | -0/+1 |
2008-10-02 | Resurrect the safe part of r5274 | blueswir1 | 11 | -58/+163 |
2008-10-02 | Make PCI class description tables const | blueswir1 | 1 | -2/+2 |
2008-10-02 | Make monitor command tables const | blueswir1 | 1 | -22/+22 |
2008-10-02 | Make some i386 disassembler tables const | blueswir1 | 1 | -22/+22 |
2008-10-02 | Make CPULogItem tables const | blueswir1 | 4 | -5/+5 |
2008-10-02 | Make keysym tables const | blueswir1 | 4 | -6/+6 |
2008-10-02 | Make some tables const | blueswir1 | 1 | -6/+6 |
2008-10-02 | Sun ss20 OBP does 32bit register access to esp (Robert Reif) | blueswir1 | 1 | -1/+1 |
2008-10-02 | Fix MXCC printf warning (based on patch by Robert Reif) | blueswir1 | 1 | -3/+3 |
2008-10-02 | Add missing parenthesis in qemu_ram_alloc() | ths | 1 | -1/+1 |
2008-10-01 | ppc: fix crash in ppc system single step support | aurel32 | 1 | -4/+0 |
2008-10-01 | Reset CPU on INIT IPI | aurel32 | 1 | -0/+5 |