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
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-06-01
migration: Move include/migration/block.h into migration/
Juan Quintela
1
-1
/
+0
2017-06-01
migration: Export ram.c functions in its own file
Juan Quintela
1
-0
/
+1
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
1
-1
/
+2
2017-05-30
Merge remote-tracking branch 'kraxel/tags/pull-usb-20170529-1' into staging
Stefan Hajnoczi
1
-0
/
+8
2017-05-30
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
1
-29
/
+40
2017-05-29
usb: Deprecate HMP commands usb_add and usb_del
Thomas Huth
1
-0
/
+6
2017-05-29
usb: Deprecate the legacy -usbdevice option
Thomas Huth
1
-0
/
+2
2017-05-23
shutdown: Expose bool cause in SHUTDOWN and RESET events
Eric Blake
1
-4
/
+4
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-10
/
+8
2017-05-23
shutdown: Preserve shutdown cause through replay
Eric Blake
1
-1
/
+1
2017-05-23
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
1
-20
/
+33
2017-05-23
shutdown: Simplify shutdown_signal
Eric Blake
1
-3
/
+3
2017-05-19
Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into staging
Stefan Hajnoczi
1
-1
/
+2
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
1
-1
/
+1
2017-05-19
audio: Rename audio_init() to soundhw_init()
Eduardo Habkost
1
-1
/
+1
2017-05-19
audio: Move arch_init audio code to hw/audio/soundhw.c
Eduardo Habkost
1
-0
/
+1
2017-05-19
ui: egl-headless requires dmabuf support
Gerd Hoffmann
1
-2
/
+2
2017-05-17
migration: Pass Error ** argument to {save,load}_vmstate
Juan Quintela
1
-1
/
+3
2017-05-15
Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging
Stefan Hajnoczi
1
-0
/
+16
2017-05-15
Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...
Stefan Hajnoczi
1
-4
/
+2
2017-05-12
opengl: add egl-headless display
Gerd Hoffmann
1
-0
/
+16
2017-05-11
machine: call machine init from wrapper
Igor Mammedov
1
-1
/
+1
2017-05-11
numa: remove no longer need numa_post_machine_init()
Igor Mammedov
1
-2
/
+0
2017-05-11
numa: move source of default CPUs to NUMA node mapping into boards
Igor Mammedov
1
-1
/
+1
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
1
-2
/
+3
2017-05-10
virtfs: allow a device id to be specified in the -virtfs option
Chris Webb
1
-2
/
+3
2017-05-08
Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging
Stefan Hajnoczi
1
-14
/
+9
2017-05-05
Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging
Stefan Hajnoczi
1
-0
/
+1
2017-05-05
Fix the -accel parameter and the documentation for 'hax'
Thomas Huth
1
-14
/
+9
2017-05-05
vl: deprecate the "-hdachs" option
Thomas Huth
1
-0
/
+2
2017-05-04
vl: add todo note about root container cleanup
Marc-André Lureau
1
-0
/
+1
2017-04-27
Issue a deprecation warning if the user specifies the "-hdachs" option.
Thomas Huth
1
-0
/
+2
2017-04-21
xen: use libxendevice model to restrict operations
Paul Durrant
1
-0
/
+8
2017-03-14
main-loop: remove now unnecessary optimization
Paolo Bonzini
1
-4
/
+1
2017-03-09
vl/cpus: be smarter with icount and MTTCG
Alex Bennée
1
-5
/
+2
2017-03-07
block: Initial implementation of -blockdev
Markus Armbruster
1
-0
/
+39
2017-03-05
qmp: Dumb down how we run QMP command registration
Markus Armbruster
1
-1
/
+1
2017-03-03
vl: disable default cdrom when using explicitely scsi-hd
Hervé Poussineau
1
-0
/
+1
2017-03-03
qapi: flatten GuestPanicInformation union
Anton Nefedov
1
-6
/
+6
2017-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
1
-1
/
+48
2017-02-24
tcg: add options for enabling MTTCG
KONRAD Frederic
1
-1
/
+48
2017-02-22
machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...
Igor Mammedov
1
-1
/
+1
2017-02-21
hw: Deprecate -drive if=scsi with non-onboard HBAs
Markus Armbruster
1
-1
/
+7
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
1
-0
/
+4
2017-02-16
vl: log available guest crash information
Anton Nefedov
1
-0
/
+11
2017-02-16
report guest crash information in GUEST_PANICKED event
Anton Nefedov
1
-3
/
+8
2017-02-16
vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...
Dou Liyang
1
-2
/
+2
2017-02-16
move vm_start to cpus.c
Claudio Imbrenda
1
-29
/
+1
[next]