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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-23
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...
Richard Henderson
1
-2
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...
Richard Henderson
1
-3
/
+3
2021-10-22
disas/nios2: Simplify endianess conversion
Philippe Mathieu-Daudé
1
-2
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta...
Richard Henderson
1
-1
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int...
Richard Henderson
1
-0
/
+1
2021-10-22
hw/riscv: opentitan: Update to the latest build
Alistair Francis
1
-3
/
+3
2021-10-22
aspeed/smc: Use a container for the flash mmio address space
Cédric Le Goater
1
-1
/
+1
2021-10-21
Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into staging
Richard Henderson
5
-43
/
+50
2021-10-21
hw/acpi/aml-build: Add PPTT table
Andrew Jones
1
-0
/
+3
2021-10-20
device_tree: Add qemu_fdt_add_path
Yanan Wang
1
-0
/
+1
2021-10-20
hw/arm/virt: Only describe cpu topology since virt-6.2
Yanan Wang
1
-1
/
+3
2021-10-21
spapr/xive: Add source status helpers
Cédric Le Goater
1
-0
/
+24
2021-10-20
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel
2
-42
/
+43
2021-10-20
mac_via: add GPIO for A/UX mode
Mark Cave-Ayland
1
-0
/
+1
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
1
-0
/
+1
2021-10-20
vhost: record the last virtqueue index for the virtio device
Jason Wang
1
-0
/
+2
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
1
-2
/
+2
2021-10-20
vhost-net: control virtqueue support
Jason Wang
1
-2
/
+4
2021-10-20
net: introduce control client
Jason Wang
1
-0
/
+5
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
1
-0
/
+1
2021-10-20
vhost-user-rng: Add vhost-user-rng implementation
Mathieu Poirier
1
-0
/
+33
2021-10-20
virtio-iommu: Drop base_name and change generic_name
Eric Auger
1
-1
/
+1
2021-10-20
vdpa: Check for iova range at mappings changes
Eugenio Pérez
1
-0
/
+2
2021-10-18
vt82c686: Add a method to VIA_ISA to raise ISA interrupts
BALATON Zoltan
1
-0
/
+4
2021-10-15
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
1
-0
/
+1
2021-10-15
block-backend: update blk_co_pwrite() and blk_co_pread() wrappers
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2021-10-15
block-backend: fix blk_co_flush prototype to mention coroutine_fn
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-10-15
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2021-10-15
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-10-15
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
3
-6
/
+11
2021-10-15
virtio-net: Store failover primary opts pointer locally
Kevin Wolf
1
-0
/
+1
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
1
-2
/
+6
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
1
-1
/
+24
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2
-2
/
+2
2021-10-15
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
1
-0
/
+2
2021-10-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
3
-319
/
+245
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2
-71
/
+74
2021-10-13
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
Richard Henderson
2
-87
/
+87
2021-10-13
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
1
-161
/
+84
2021-10-13
hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-11
/
+0
2021-10-13
hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-10-13
hw/i386/sgx: Have sgx_epc_get_section() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2021-10-13
monitor: Reduce hmp_info_sev() declaration
Philippe Mathieu-Daudé
2
-1
/
+1
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
1
-28
/
+0
2021-10-12
Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...
Richard Henderson
1
-6
/
+0
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
1
-6
/
+0
[next]