| Commit message (Expand) | Author | Age | Files | Lines |
* | monitor: add sendkey support for comma, dot and slash | aurel32 | 2008-10-01 | 1 | -0/+3 |
* | fix default size handling in monitor | aurel32 | 2008-10-01 | 1 | -1/+1 |
* | Add "info uuid" command to monitor (Gleb Natapov) | blueswir1 | 2008-09-18 | 1 | -0/+11 |
* | Move offsetof to osdep.h, remove local defintions. | balrog | 2008-09-16 | 1 | -4/+0 |
* | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 | 2008-08-30 | 1 | -2/+0 |
* | Fix OpenBSD linker warnings | blueswir1 | 2008-08-21 | 1 | -4/+6 |
* | Revert r4979 since it breaks the monitor | aliguori | 2008-08-19 | 1 | -1/+7 |
* | Report unmapped addresses in memory_dump (Jan Kiszka) | aliguori | 2008-08-18 | 1 | -1/+4 |
* | Fix warnings that would be generated by gcc -Wstrict-prototypes | blueswir1 | 2008-08-17 | 1 | -10/+31 |
* | Add the altgr key name to the monitor, by Samuel Thibault. | ths | 2008-08-13 | 1 | -0/+2 |
* | Set focus to monitor to ask password if line is multiplexed (Laurent Vivier) | aliguori | 2008-08-01 | 1 | -2/+15 |
* | Ask password when encrypted disk image is used (Laurent Vivier) | aliguori | 2008-08-01 | 1 | -7/+1 |
* | More efficient target register / TC accesses. | ths | 2008-06-27 | 1 | -1/+1 |
* | Add missing keys, sendkey support for all keys | blueswir1 | 2008-06-22 | 1 | -0/+17 |
* | Add an opaque parameter to boot_set API, move function to monitor.c | blueswir1 | 2008-06-20 | 1 | -1/+11 |
* | Add image format option in monitor for removable media | aurel32 | 2008-06-18 | 1 | -6/+14 |
* | Fix the sendkey hold time calculation (Jan Kiszka). | balrog | 2008-06-09 | 1 | -2/+2 |
* | Enhance sendkey with key hold time (Jan Kiszka). | balrog | 2008-06-08 | 1 | -19/+39 |
* | Add sysrq to key names known by "sendkey". | balrog | 2008-06-04 | 1 | -0/+1 |
* | Refactor and fix do_sendkey (Jan Kiszka). | balrog | 2008-06-04 | 1 | -23/+28 |
* | moved halted field to CPU_COMMON | bellard | 2008-05-28 | 1 | -7/+1 |
* | Tab-complete arguments for "logfile" in the monitor. | balrog | 2008-05-24 | 1 | -1/+1 |
* | Allow bootdevice change from the monitor | aurel32 | 2008-05-04 | 1 | -0/+17 |
* | Add a monitor command to raise NMI | aurel32 | 2008-04-27 | 1 | -0/+17 |
* | Use correct memory types in do_physical_memory_save() | aurel32 | 2008-04-12 | 1 | -1/+1 |
* | physical memory dump to file | aurel32 | 2008-04-11 | 1 | -0/+28 |
* | Add an ncurses UI. | balrog | 2008-02-10 | 1 | -0/+2 |
* | Fix miscellaneous minor things, by Andre Przywara. | ths | 2007-12-17 | 1 | -1/+1 |
* | Fix wrong signedness, by Andre Przywara. | ths | 2007-12-16 | 1 | -2/+2 |
* | The profiler need qemu-timer.h | ths | 2007-12-03 | 1 | -0/+4 |
* | Collecting block device statistics, by Richard W.M. Jones. | ths | 2007-12-02 | 1 | -0/+7 |
* | Add -drive parameter, by Laurent Vivier. | ths | 2007-12-02 | 1 | -8/+3 |
* | Fix a crash with monitor input arriving before readline_start has been called | blueswir1 | 2007-11-30 | 1 | -0/+2 |
* | Add statics and missing #includes for prototypes. | pbrook | 2007-11-18 | 1 | -2/+2 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+12 |
* | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 2007-10-26 | 1 | -0/+4 |
* | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 2007-10-25 | 1 | -1/+1 |
* | Fix monitor expressions | blueswir1 | 2007-09-25 | 1 | -11/+11 |
* | Fix >4G physical memory dump for Sparc32 | blueswir1 | 2007-09-24 | 1 | -19/+31 |
* | More PowerPC registers definitions. | j_mayer | 2007-09-19 | 1 | -19/+44 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -14/+14 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -70/+70 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 1 | -0/+4 |
* | VNC password authentication, by Daniel P. Berrange. | ths | 2007-08-25 | 1 | -2/+11 |
* | Extend monitor 'change' command for VNC, by Daniel P. Berrange. | ths | 2007-08-25 | 1 | -1/+16 |
* | Allow changing log filename. | pbrook | 2007-06-30 | 1 | -0/+7 |
* | Spelling fixes, by Aurelien Jarno. | ths | 2007-06-23 | 1 | -1/+1 |
* | Commit NAND image changes on "commit all" or "commit mtd". | balrog | 2007-05-24 | 1 | -1/+4 |
* | Remove repeated code and enable encrypted SD cards and USB sticks images. | balrog | 2007-04-30 | 1 | -11/+1 |
* | PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul... | balrog | 2007-04-30 | 1 | -0/+2 |