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
/
include
/
sysemu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2
-2
/
+0
2023-09-01
os-posix.c: create and export os_set_chroot()
Michael Tokarev
1
-0
/
+1
2023-09-01
os-posix.c: create and export os_set_runas()
Michael Tokarev
1
-0
/
+1
2023-09-01
include/sysemu/os-posix.h: move *daemonize* declarations together
Michael Tokarev
1
-3
/
+2
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
1
-2
/
+2
2023-08-24
sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-4
/
+2
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-4
/
+2
2023-08-24
accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint
Anton Johansson
1
-3
/
+3
2023-08-24
accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
Anton Johansson
1
-3
/
+3
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
1
-0
/
+2
2023-07-26
migration: Extend query-migrate to provide dirty page limit info
Hyman Huang(黄勇)
1
-0
/
+2
2023-06-28
accel/kvm: Re-include "exec/memattrs.h" header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-28
accel: Document generic accelerator headers
Philippe Mathieu-Daudé
6
-0
/
+12
2023-06-27
console/win32: allocate shareable display surface
Marc-André Lureau
1
-0
/
+3
2023-06-06
hvf: add guest debugging handlers for Apple Silicon hosts
Francesco Cagnin
2
-0
/
+16
2023-06-06
hvf: add breakpoint handlers
Francesco Cagnin
2
-0
/
+23
2023-06-02
runstate: drop unused runstate_store()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2023-06-02
runstate: add runstate_get()
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
1
-10
/
+3
2023-05-30
block: drain from main loop thread in bdrv_co_yield_to_drain()
Stefan Hajnoczi
1
-12
/
+13
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
1
-0
/
+1
2023-05-28
win32: wrap socket close() with an exception handler
Marc-André Lureau
1
-0
/
+4
2023-05-18
kvm: Synchronize the backup bitmap in the last stage
Gavin Shan
1
-0
/
+1
2023-05-16
sysemu/kvm: Remove unused headers
Philippe Mathieu-Daudé
1
-3
/
+0
2023-05-15
block: introduce zone append write for zoned devices
Sam Li
1
-0
/
+9
2023-05-15
block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...
Sam Li
1
-0
/
+18
2023-05-10
block: bdrv/blk_co_unref() for calls in coroutine context
Kevin Wolf
1
-1
/
+4
2023-04-25
linux-aio: use LinuxAioState from the running thread
Emanuele Giuseppe Esposito
1
-0
/
+5
2023-04-21
Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...
Richard Henderson
1
-0
/
+3
2023-04-20
tpm: Add support for TPM device over I2C bus
Ninad Palsule
1
-0
/
+3
2023-04-20
softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
Thomas Huth
1
-0
/
+4
2023-04-11
block, block-backend: write some hot coroutine wrappers by hand
Paolo Bonzini
1
-3
/
+2
2023-03-27
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
1
-1
/
+4
2023-03-21
win32: add qemu_close_socket_osfhandle()
Marc-André Lureau
1
-2
/
+13
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
2
-6
/
+4
2023-03-13
os-posix: remove useless ioctlsocket() define
Marc-André Lureau
1
-1
/
+0
2023-03-13
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
1
-2
/
+2
2023-03-13
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
1
-0
/
+2
2023-03-13
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
1
-0
/
+5
2023-03-10
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-41
/
+72
2023-03-07
gdbstub: move update guest debug to accel ops
Mads Ynddal
1
-0
/
+1
2023-03-07
cryptodev: support QoS
zhenwei pi
1
-0
/
+7
2023-03-07
cryptodev: Account statistics
zhenwei pi
1
-0
/
+49
2023-03-07
cryptodev: Use CryptoDevBackendOpInfo for operation
zhenwei pi
1
-16
/
+10
2023-03-07
cryptodev: Introduce cryptodev alg type in QAPI
zhenwei pi
1
-7
/
+1
2023-03-07
cryptodev: Remove 'name' & 'model' fields
zhenwei pi
1
-9
/
+3
2023-03-07
cryptodev: Introduce cryptodev.json
zhenwei pi
1
-9
/
+2
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2
-0
/
+2
2023-03-01
i386/xen: Reserve Xen special pages for console, xenstore rings
David Woodhouse
1
-0
/
+9
[next]