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-07-27
kill drives_table
Gerd Hoffmann
1
-5
/
+7
2009-07-27
Add monitor_get_fd() command for fetching named fds
Mark McLoughlin
1
-0
/
+24
2009-07-27
Add getfd and closefd monitor commands
Mark McLoughlin
1
-0
/
+69
2009-07-16
monitor: Add port write command
Jan Kiszka
1
-0
/
+19
2009-07-16
Move boot_set callback backend
Jan Kiszka
1
-18
/
+5
2009-07-09
use constant IOPORTS_MASK instead of 0xffff.
Isaku Yamahata
1
-1
/
+1
2009-07-09
QEMU: MCE: Add MCE simulation to qemu/tcg
Huang Ying
1
-0
/
+46
2009-06-29
monitor: Refactor acl commnds
Jan Kiszka
1
-39
/
+57
2009-06-29
monitor: Add completion for help command
Jan Kiszka
1
-0
/
+5
2009-06-29
slirp: Drop statistic code
Jan Kiszka
1
-2
/
+0
2009-06-29
slirp: Add info usernet for dumping connection states
Jan Kiszka
1
-0
/
+2
2009-06-10
monitor: Introduce get_command_name()
Luiz Capitulino
1
-14
/
+30
2009-06-10
monitor: Remove unused variable
Luiz Capitulino
1
-2
/
+0
2009-06-10
monitor: Remove uneeded 'return' statement
Luiz Capitulino
1
-1
/
+0
2009-06-10
monitor: Remove uneeded goto
Luiz Capitulino
1
-4
/
+6
2009-06-06
Use hxtool to generate monitor documentation and C structures
Blue Swirl
1
-119
/
+3
2009-06-05
qdev: add monitor command to dump the tree.
Gerd Hoffmann
1
-0
/
+3
2009-05-28
User networking: Show active connections
Alexander Graf
1
-1
/
+2
2009-05-27
User Networking: Enable removal of redirections
Alexander Graf
1
-2
/
+3
2009-05-08
Drop CONFIG_GDBSTUB
Jan Kiszka
1
-4
/
+0
2009-05-01
Hardware watchdog
Richard W.M. Jones
1
-0
/
+10
2009-04-22
monitor: Fix warning in do_info_numa (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-21
add info numa command to monitor (Andre Przywara)
aliguori
1
-0
/
+21
2009-04-21
slirp: Enhance host-guest redirection setup (Jan Kiszka)
aliguori
1
-0
/
+4
2009-04-21
monitor: Allow host_net_add/remove for all targets (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-21
monitor: Improve host_net_add (Jan Kiszka)
aliguori
1
-2
/
+2
2009-04-21
net: Add support for capturing VLANs (Jan Kiszka)
aliguori
1
-1
/
+1
2009-04-19
kqemu: merge CONFIG_KQEMU and USE_KQEMU
blueswir1
1
-2
/
+2
2009-04-18
monitor: Update command help (Jan Kiszka)
aliguori
1
-6
/
+6
2009-04-07
Add --with-pkgversion.
pbrook
1
-1
/
+1
2009-04-05
Add new command line option -singlestep for tcg single stepping.
aurel32
1
-3
/
+20
2009-04-05
gdbstub: Rework configuration via command line and monitor (Jan Kiszka)
aliguori
1
-9
/
+10
2009-03-28
gdbstub: Allow re-instantiation (Jan Kiszka)
aliguori
1
-0
/
+2
2009-03-12
monitor: sync from kvm state before generating output (Jan Kiszka)
aliguori
1
-0
/
+2
2009-03-08
Multi-key completion for sendkey
blueswir1
1
-0
/
+3
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-1
/
+1
2009-03-06
Remove tabs introduced from VNC ACL series
aliguori
1
-86
/
+86
2009-03-06
Support ACLs for controlling VNC access ("Daniel P. Berrange")
aliguori
1
-0
/
+96
2009-03-05
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
aliguori
1
-10
/
+37
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
1
-5
/
+22
2009-03-05
monitor: Decouple terminals (Jan Kiszka)
aliguori
1
-71
/
+75
2009-03-05
monitor: Introduce ReadLineState (Jan Kiszka)
aliguori
1
-17
/
+19
2009-03-05
monitor: Drop banner hiding (Jan Kiszka)
aliguori
1
-7
/
+3
2009-03-05
monitor: Rework terminal management (Jan Kiszka)
aliguori
1
-20
/
+23
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
1
-363
/
+389
2009-03-05
monitor: Rework modal password input (Jan Kiszka)
aliguori
1
-51
/
+63
2009-03-05
monitor: Break out readline_show_prompt (Jan Kiszka)
aliguori
1
-0
/
+2
2009-03-05
monitor: Simplify password input mode (Jan Kiszka)
aliguori
1
-20
/
+0
2009-03-05
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
1
-4
/
+40
2009-03-05
block: Improve bdrv_iterate (Jan Kiszka)
aliguori
1
-1
/
+2
[next]