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
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-04
qapi: Convert query-status
Luiz Capitulino
1
-21
/
+11
2011-10-04
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
1
-59
/
+59
2011-10-04
RunState: Drop the RSTATE_NO_STATE value
Luiz Capitulino
1
-12
/
+7
2011-10-04
vl: Change qemu_vmstop_requested() to return a bool
Luiz Capitulino
1
-6
/
+10
2011-09-20
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-18
/
+138
2011-09-16
Fix termination by signal with -no-shutdown
Kevin Wolf
1
-0
/
+1
2011-09-15
QMP: query-status: Introduce 'status' key
Luiz Capitulino
1
-0
/
+23
2011-09-15
Monitor/QMP: Don't allow cont on bad VM state
Luiz Capitulino
1
-0
/
+4
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-3
/
+6
2011-09-15
Drop the incoming_expected global variable
Luiz Capitulino
1
-2
/
+0
2011-09-15
runstate_set(): Check for valid transitions
Luiz Capitulino
1
-1
/
+73
2011-09-15
RunState: Add additional states
Luiz Capitulino
1
-0
/
+20
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-13
/
+13
2011-09-09
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-1
/
+1
2011-09-09
Don't use g_thread_get_initialized.
Gerd Hoffmann
1
-0
/
+1
2011-09-09
Fix comment (install patch -> install path)
Stefan Weil
1
-1
/
+1
2011-09-02
rename qemu_malloc and related to glib names for coherence
Frediano Ziglio
1
-3
/
+3
2011-09-02
main: force enabling of I/O thread
Anthony Liguori
1
-18
/
+0
2011-09-02
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
1
-8
/
+11
2011-09-01
Add glib support to main loop
Anthony Liguori
1
-0
/
+74
2011-09-01
trace: add "-trace events" argument to control initial state
Lluís
1
-1
/
+3
2011-09-01
trace: avoid conditional code compilation during option parsing
Lluís
1
-8
/
+9
2011-09-01
trace: move backend-specific code into the trace/ directory
Lluís
1
-1
/
+1
2011-09-01
trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*
Lluís
1
-1
/
+1
2011-08-22
Poll main loop after I/O events were received
Jan Kiszka
1
-4
/
+8
2011-08-22
Do not drop global mutex for polled main loop runs
Jan Kiszka
1
-2
/
+8
2011-08-22
char: qemu_chr_open_opts() -> qemu_chr_new_from_opts()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
1
-4
/
+4
2011-08-20
Add trace points for g_malloc/g_free functions
Anthony Liguori
1
-0
/
+27
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-22
/
+22
2011-08-21
Reorder default ram_size initialization
Jan Kiszka
1
-5
/
+5
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-7
/
+7
2011-07-29
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
1
-6
/
+10
2011-07-29
Allow to leave type on default in -machine
Jan Kiszka
1
-1
/
+4
2011-07-29
showing a splash picture when start
wayne
1
-1
/
+16
2011-07-26
vl.c: Check the asked ram_size later.
Anthony PERARD
1
-6
/
+10
2011-07-23
notifier: Pass data argument to callback
Jan Kiszka
1
-2
/
+2
2011-07-23
do not reset no_shutdown after we shutdown the vm
Wen Congyang
1
-1
/
+0
2011-07-23
vl.c: Don't limit node count by smp count
Sasha Levin
1
-2
/
+2
2011-07-23
Generalize -machine command line option
Jan Kiszka
1
-17
/
+26
2011-07-04
pxa2xx_lcd: add proper rotation support
Vasily Khoruzhick
1
-1
/
+10
2011-06-16
Allow silent system resets
Jan Kiszka
1
-4
/
+6
2011-06-15
Introduce format string for pid_t
Andreas Färber
1
-1
/
+1
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
1
-1
/
+18
2011-06-14
usb: don't call usb_host_device_open from vl.c
Gerd Hoffmann
1
-1
/
+5
2011-06-08
Merge remote-tracking branch 'spice/spice.v37' into staging
Anthony Liguori
1
-0
/
+1
2011-06-07
isa-vga: Make available with -device, like the other VGA qdevs
Markus Armbruster
1
-0
/
+1
2011-06-06
Fix regression introduced by -machine accel=
Anthony Liguori
1
-1
/
+2
2011-06-06
qxl: add to the list of devices which disable the default vga
Gerd Hoffmann
1
-0
/
+1
2011-05-19
defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM
Markus Armbruster
1
-0
/
+3
[next]