index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-27
monitor: Convert do_closefd() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_getfd() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_eject() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-27
monitor: Convert do_physical_memory_save() to QObject
Luiz Capitulino
1
-1
/
+2
2009-10-27
monitor: Convert do_memory_save() to QObject
Luiz Capitulino
1
-1
/
+1
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-10-08
monitor: Convert do_info_cpus() to QObject
Luiz Capitulino
1
-14
/
+81
2009-10-08
monitor: Convert do_info_balloon() to QObject
Luiz Capitulino
1
-3
/
+13
2009-10-08
monitor: Convert do_info_version() to QObject
Luiz Capitulino
1
-3
/
+25
2009-10-08
monitor: Convert do_balloon() to QObject
Luiz Capitulino
1
-2
/
+4
2009-10-08
monitor: Convert do_cont() to QObject
Luiz Capitulino
1
-2
/
+5
2009-10-08
monitor: Convert do_system_powerdown() to QObject
Luiz Capitulino
1
-1
/
+5
2009-10-08
monitor: Convert do_system_reset() to QObject
Luiz Capitulino
1
-1
/
+5
2009-10-08
monitor: Convert do_stop() to QObject
Luiz Capitulino
1
-1
/
+4
2009-10-08
monitor: Convert do_quit() do QObject
Luiz Capitulino
1
-1
/
+4
2009-10-08
monitor: do_info(): handle new and old info handlers
Luiz Capitulino
1
-7
/
+22
2009-10-08
monitor: Handle new and old style handlers
Luiz Capitulino
1
-3
/
+23
2009-10-08
monitor: Add user_print() to mon_cmd_t
Luiz Capitulino
1
-0
/
+1
2009-10-08
monitor: union for command handlers
Luiz Capitulino
1
-7
/
+2
2009-10-08
monitor: union for info handlers
Luiz Capitulino
1
-38
/
+39
2009-10-08
monitor: Convert mon_cmd_t initializations to C99 style
Luiz Capitulino
1
-70
/
+248
2009-10-06
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
1
-0
/
+3
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-27
/
+27
2009-10-01
Get rid of _t suffix
malc
1
-27
/
+27
2009-09-30
Fix build with profiler enabled
Aurelien Jarno
1
-0
/
+3
2009-09-20
ioports: remove unused env parameter and compile only once
Blue Swirl
1
-7
/
+7
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-16
/
+16
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-3
/
+3
2009-09-11
monitor: fix muxing
Gerd Hoffmann
1
-11
/
+24
2009-09-04
monitor: Update supported types documentation
Luiz Capitulino
1
-1
/
+3
2009-09-04
monitor: fail when 'i' type is greater than 32-bit
Luiz Capitulino
1
-0
/
+6
2009-09-04
monitor: Drop args[] handling code
Luiz Capitulino
1
-61
/
+10
2009-09-04
monitor: Drop str_allocated[]
Luiz Capitulino
1
-11
/
+2
2009-09-04
monitor: Drop unused macros
Luiz Capitulino
1
-12
/
+0
2009-09-04
monitor: Split monitor_handle_command()
Luiz Capitulino
1
-34
/
+39
2009-09-04
monitor: Port handler_10 to use QDict
Luiz Capitulino
1
-18
/
+8
2009-09-04
monitor: Drop handler_8 and handler_9
Luiz Capitulino
1
-16
/
+0
2009-09-04
monitor: Port handler_7 to use QDict
Luiz Capitulino
1
-12
/
+10
2009-09-04
monitor: Port handler_6 to use QDict
Luiz Capitulino
1
-8
/
+6
2009-09-04
monitor: Port handler_5 to use QDict
Luiz Capitulino
1
-21
/
+28
2009-09-04
monitor: Port handler_4 to use QDict
Luiz Capitulino
1
-13
/
+9
2009-09-04
monitor: Port handler_3 to use QDict
Luiz Capitulino
1
-11
/
+13
2009-09-04
monitor: Port handler_2 to use QDict
Luiz Capitulino
1
-10
/
+13
2009-09-04
monitor: Port handler_1 to use QDict
Luiz Capitulino
1
-28
/
+41
2009-09-04
monitor: Port handler_0 to use QDict
Luiz Capitulino
1
-9
/
+9
2009-09-04
monitor: Setup a QDict with arguments to handlers
Luiz Capitulino
1
-0
/
+18
2009-09-04
monitor: New format for handlers argument types
Luiz Capitulino
1
-5
/
+43
2009-09-04
Add wrappers to functions used by the Monitor
Luiz Capitulino
1
-0
/
+5
2009-08-31
Fix breakage due to __thread
Blue Swirl
1
-1
/
+1
2009-08-27
add qemu_error() + friends
Gerd Hoffmann
1
-1
/
+70
[next]