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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2019-07-02
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster
1
-45
/
+0
2019-07-02
qapi: Split machine.json off misc.json
Markus Armbruster
1
-1
/
+1
2019-06-18
vl: Deprecate -mon pretty=... for HMP monitors
Kevin Wolf
1
-1
/
+9
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-6
/
+12
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-0
/
+1
2019-06-05
vl: Document why objects are delayed
Markus Armbruster
1
-2
/
+8
2019-06-05
vl: Fix -drive / -blockdev persistent reservation management
Markus Armbruster
1
-2
/
+1
2019-06-03
vl: make -accel help to list enabled accelerators only
Wainer dos Santos Moschetta
1
-1
/
+17
2019-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...
Peter Maydell
1
-0
/
+1
2019-05-29
hw/display: add vhost-user-vga & gpu-pci
Marc-André Lureau
1
-0
/
+1
2019-05-28
semihosting: enable chardev backed output for console
Alex Bennée
1
-0
/
+2
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
1
-123
/
+3
2019-05-22
cpus: Initialize pseudo-random seeds for all guest cpus
Richard Henderson
1
-0
/
+4
2019-05-20
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2019-05-17
vl: Deprecate -virtfs_synth
Greg Kurz
1
-0
/
+4
2019-05-17
vl: fix -sandbox parsing crash when seccomp support is disabled
Marc-André Lureau
1
-8
/
+10
2019-05-15
vl: Add missing descriptions to the VGA adapters list
Philippe Mathieu-Daudé
1
-0
/
+2
2019-05-15
Declare -realtime as deprecated
Thomas Huth
1
-0
/
+2
2019-05-07
vl: add -vga help support
Marc-André Lureau
1
-9
/
+31
2019-05-07
vl: constify VGAInterfaceInfo
Marc-André Lureau
1
-3
/
+3
2019-04-29
trace: fix runstate tracing
Yury Kotov
1
-1
/
+1
2019-04-25
cpu: Rename parse_cpu_model() to parse_cpu_option()
Eduardo Habkost
1
-9
/
+9
2019-04-25
vl: Simplify machine_parse()
Markus Armbruster
1
-12
/
+10
2019-04-25
vl: Clean up after previous commit
Markus Armbruster
1
-17
/
+8
2019-04-25
vl.c: allocate TYPE_MACHINE list once during bootup
Wei Yang
1
-13
/
+11
2019-04-25
vl.c: make find_default_machine() local
Wei Yang
1
-1
/
+1
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-1
/
+1
2019-04-18
vl: Make -machine $TYPE,help and -accel help print to stdout
Markus Armbruster
1
-5
/
+5
2019-04-17
log: Make glib logging go through QEMU
Christophe Fergeau
1
-1
/
+1
2019-04-02
vl: Document dependencies hiding in global and compat props
Markus Armbruster
1
-2
/
+22
2019-04-02
Revert "migration: move only_migratable to MigrationState"
Markus Armbruster
1
-7
/
+2
2019-04-02
Revert "vl: Fix to create migration object before block backends again"
Markus Armbruster
1
-8
/
+7
2019-04-02
vl: Fix error location of positional arguments
Markus Armbruster
1
-0
/
+1
2019-03-19
vl: Fix to create migration object before block backends again
Markus Armbruster
1
-7
/
+8
2019-03-13
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...
Peter Maydell
1
-1
/
+1
2019-03-13
iconv: detect and make curses depend on it
Samuel Thibault
1
-1
/
+1
2019-03-12
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...
Peter Maydell
1
-1
/
+6
2019-03-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-1
/
+0
2019-03-11
vl: Create block backends before setting machine properties
Markus Armbruster
1
-2
/
+7
2019-03-11
vl: Factor configure_blockdev() out of main()
Markus Armbruster
1
-32
/
+42
2019-03-11
vl: Improve legibility of BlockdevOptions queue
Markus Armbruster
1
-10
/
+12
2019-03-11
sysbus: Fix latent bug with onboard devices
Markus Armbruster
1
-0
/
+4
2019-03-11
vl: Fix latent bug with -global and onboard devices
Markus Armbruster
1
-17
/
+2
2019-03-11
qdev: Fix latent bug with compat_props and onboard devices
Markus Armbruster
1
-0
/
+1
2019-03-11
hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size
Philippe Mathieu-Daudé
1
-1
/
+0
2019-03-11
audio: -audiodev command line option basic implementation
Kővágó, Zoltán
1
-1
/
+6
2019-03-11
hw/display: Add basic ATI VGA emulation
BALATON Zoltan
1
-0
/
+1
2019-03-07
slirp: move sources to src/ subdirectory
Marc-André Lureau
1
-3
/
+0
2019-03-06
migration/ram.c: add a notifier chain for precopy
Wei Wang
1
-0
/
+1
[next]