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
2022-04-22
dump: Add more offset variables
Janosch Frank
1
-0
/
+4
2022-04-22
dump: Introduce shdr_num to decrease complexity
Janosch Frank
1
-1
/
+1
2022-04-22
dump: Remove the sh_info variable
Janosch Frank
1
-2
/
+1
2022-04-20
sysemu/os-win32: Test for and use _lock_file/_unlock_file
Richard Henderson
1
-7
/
+9
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
2
-1
/
+8
2022-04-06
Move fcntl_setfl() to oslib-posix
Marc-André Lureau
1
-0
/
+2
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
2
-1
/
+5
2022-04-06
include: move qemu_get_vm_name() to sysemu.h
Marc-André Lureau
1
-0
/
+2
2022-04-06
include: move dump_in_progress() to runstate.h
Marc-André Lureau
1
-0
/
+1
2022-04-06
oslib: drop qemu_gettimeofday()
Marc-André Lureau
2
-9
/
+0
2022-03-16
softmmu: List CPU types again
Philippe Mathieu-Daudé
1
-2
/
+0
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
1
-2
/
+2
2022-03-15
kvm-irqchip: introduce new API to support route change
Longpeng(Mike)
1
-0
/
+19
2022-03-06
softmmu: Add qemu_init_arch_modules()
Philippe Mathieu-Daudé
1
-0
/
+2
2022-03-06
accel: Introduce AccelOpsClass::cpus_are_resettable()
Philippe Mathieu-Daudé
2
-5
/
+2
2022-03-06
accel: Introduce AccelOpsClass::cpu_thread_is_idle()
Philippe Mathieu-Daudé
1
-0
/
+1
2022-03-06
accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
Philippe Mathieu-Daudé
1
-6
/
+12
2022-03-06
sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
Philippe Mathieu-Daudé
1
-3
/
+3
2022-03-06
sysemu/memory_mapping: Become target-agnostic
Philippe Mathieu-Daudé
1
-3
/
+2
2022-03-04
block-backend-common.h: split function pointers in BlockDevOps
Emanuele Giuseppe Esposito
1
-5
/
+23
2022-03-04
include/sysemu/blockdev.h: global state API
Emanuele Giuseppe Esposito
1
-3
/
+10
2022-03-04
IO_CODE and IO_OR_GS_CODE for block-backend I/O API
Emanuele Giuseppe Esposito
1
-0
/
+2
2022-03-04
include/sysemu/block-backend: split header into I/O and global state (GS) API
Emanuele Giuseppe Esposito
4
-266
/
+362
2022-03-04
os-posix: Add os_set_daemonize()
Hanna Reitz
2
-0
/
+9
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
1
-0
/
+58
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+2
2022-01-18
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
1
-3
/
+5
2022-01-18
hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around
Philippe Mathieu-Daudé
1
-11
/
+11
2022-01-18
hw/dma: Remove CONFIG_USER_ONLY check
Philippe Mathieu-Daudé
1
-3
/
+0
2022-01-14
include/sysemu/blockdev.h: remove drive_get_max_devs
Emanuele Giuseppe Esposito
1
-1
/
+0
2022-01-14
include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...
Emanuele Giuseppe Esposito
1
-2
/
+0
2022-01-04
sysemu: Cleanup qemu_run_machine_init_done_notifiers()
Xiaoyao Li
1
-1
/
+0
2021-12-31
dma: Let ld*_dma() propagate MemTxResult
Philippe Mathieu-Daudé
1
-13
/
+12
2021-12-31
dma: Let st*_dma() propagate MemTxResult
Philippe Mathieu-Daudé
1
-10
/
+10
2021-12-31
dma: Let ld*_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-5
/
+6
2021-12-31
dma: Let st*_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-4
/
+6
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-30
dma: Have dma_buf_read() / dma_buf_write() take a void pointer
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+3
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-8
/
+12
2021-12-30
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-5
/
+6
2021-12-30
dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-5
/
+10
2021-12-30
dma: Let dma_memory_set() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-12-30
dma: Let dma_memory_valid() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-16
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+15
2021-12-15
blockdev: Drop unused drive_get_next()
Markus Armbruster
1
-1
/
+0
2021-12-10
gdbstub, kvm: let KVM report supported singlestep flags
Maxim Levitsky
1
-0
/
+15
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
1
-1
/
+0
[next]