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
/
stubs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-24
acpi: move aml builder code for floppy device
Gerd Hoffmann
2
-0
/
+8
2020-06-12
stubs: move Xen stubs to accel/
Paolo Bonzini
3
-68
/
+0
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-9
/
+0
2020-06-10
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2020-06-05
stubs: Restrict ui/win32-kbd-hook to system-mode
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-05
stubs/Makefile: Reduce the user-mode object list
Philippe Mathieu-Daudé
1
-21
/
+29
2020-05-21
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...
Peter Maydell
2
-0
/
+19
2020-05-19
ui/win32-kbd-hook: handle AltGr in a hook procedure
Volker Rümelin
2
-0
/
+19
2020-05-18
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
Gerd Hoffmann
1
-1
/
+1
2020-03-06
hmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2020-03-06
qmp: Fail gracefully if chardev is already in use
Kevin Wolf
1
-1
/
+1
2020-03-06
stubs: Update monitor stubs for qemu-storage-daemon
Kevin Wolf
3
-13
/
+24
2020-03-06
stubs: Add arch_type
Kevin Wolf
2
-0
/
+5
2020-01-30
stubs: add stubs for io_uring interface
Aarushi Mehta
2
-0
/
+33
2020-01-20
migration: Change SaveStateEntry.instance_id into uint32_t
Peter Xu
1
-1
/
+1
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+9
2020-01-09
semihosting: add qemu_semihosting_console_inc for SYS_READC
Keith Packard
1
-0
/
+4
2020-01-07
replay: record and replay random number sources
Pavel Dovgalyuk
1
-0
/
+9
2020-01-06
vmstate: replace DeviceState with VMStateIf
Marc-André Lureau
1
-2
/
+2
2019-12-17
acpi: move PC stubs out of stubs/
Paolo Bonzini
2
-8
/
+0
2019-11-05
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
Philippe Mathieu-Daudé
1
-1
/
+2
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2
-0
/
+10
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
3
-3
/
+3
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2
-1
/
+1
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
1
-1
/
+5
2019-06-17
monitor: Fix return type of monitor_fdset_dup_fd_find
Yury Kotov
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
22
-22
/
+0
2019-05-28
semihosting: enable chardev backed output for console
Alex Bennée
1
-0
/
+4
2019-05-28
semihosting: introduce CONFIG_SEMIHOSTING
Alex Bennée
2
-0
/
+67
2019-05-24
hw/display/ramfb: initialize fw-config space with xres/ yres
Hou Qiming
1
-1
/
+1
2019-05-23
hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()
Philippe Mathieu-Daudé
2
-0
/
+22
2019-04-18
qemu-print: New qemu_printf(), qemu_vprintf() etc.
Markus Armbruster
1
-0
/
+5
2019-04-18
monitor error: Make printf()-like functions return a value
Markus Armbruster
1
-5
/
+8
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-0
/
+15
2019-02-18
qapi: make query-cpu-definitions depend on specific targets
Marc-André Lureau
2
-12
/
+0
2019-02-18
qapi: make query-cpu-model-expansion depend on s390 or x86
Marc-André Lureau
2
-14
/
+0
2019-02-18
qapi: make s390 commands depend on TARGET_S390X
Marc-André Lureau
3
-28
/
+0
2019-02-18
qapi: Generate QAPIEvent stuff into separate files
Markus Armbruster
1
-1
/
+1
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2
-14
/
+0
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+1
2019-01-24
qapi: Eliminate indirection through qmp_event_get_func_emit()
Markus Armbruster
1
-0
/
+5
2019-01-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+5
2019-01-17
acpi: build TPM Physical Presence interface
Stefan Berger
1
-0
/
+5
2019-01-14
net: do not depend on slirp internals
Marc-André Lureau
1
-1
/
+1
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
1
-2
/
+1
2018-10-19
tpm: Clean up error reporting in tpm_init_tpmdev()
Markus Armbruster
1
-2
/
+1
2018-10-19
replay: pass raw icount value to replay_save_clock
Paolo Bonzini
2
-1
/
+6
2018-10-15
stubs: add ramfb
Gerd Hoffmann
2
-0
/
+14
2018-08-23
qsp: track BQL callers explicitly
Emilio G. Cota
1
-1
/
+1
2018-07-24
tests: don't silence error reporting for all tests
Daniel P. Berrangé
1
-1
/
+2
[prev]
[next]