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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-09
hw/smbios: support for type 8 (port connector)
Hal Martin
1
-0
/
+10
2022-10-09
pci: Sanity check mask argument to pci_set_*_by_mask()
Peter Maydell
1
-4
/
+16
2022-10-09
pci: Remove unused pci_get_*_by_mask() functions
Peter Maydell
1
-28
/
+0
2022-10-09
hmp: add virtio commands
Laurent Vivier
1
-0
/
+5
2022-10-09
qmp: decode feature & status bits in virtio-status
Laurent Vivier
2
-0
/
+8
2022-10-09
qmp: add QMP command x-query-virtio
Laurent Vivier
1
-0
/
+1
2022-10-09
mem/cxl-type3: Add sn option to provide serial number for PCI ecap
Jonathan Cameron
1
-0
/
+1
2022-10-07
vhost-user-blk: make 'config_wce' part of 'host_features'
Daniil Tatianin
1
-1
/
+0
2022-10-07
virtio-blk: move config size params to virtio-blk-common
Daniil Tatianin
1
-0
/
+20
2022-10-07
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
1
-2
/
+8
2022-10-07
hw/virtio: add boilerplate for vhost-user-gpio device
Viresh Kumar
1
-0
/
+35
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
1
-0
/
+12
2022-10-07
hw/virtio: move vm_running check to virtio_device_started
Alex Bennée
1
-0
/
+5
2022-10-07
include/hw: document vhost_dev feature life-cycle
Alex Bennée
1
-0
/
+3
2022-10-07
include/hw/virtio: more comment for VIRTIO_F_BAD_FEATURE
Alex Bennée
1
-1
/
+6
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
1
-0
/
+24
2022-10-06
accel/kvm: move kvm_update_guest_debug to inline stub
Alex Bennée
1
-0
/
+16
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
2
-7
/
+1
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
3
-5
/
+9
2022-10-06
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
2
-8
/
+12
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
1
-0
/
+1
2022-10-05
Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
7
-32
/
+131
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
2
-2
/
+33
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2
-1
/
+7
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
1
-0
/
+3
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
3
-14
/
+3
2022-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2
-12
/
+22
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
1
-3
/
+4
2022-10-03
include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
Richard Henderson
1
-0
/
+9
2022-10-03
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
2
-0
/
+36
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
2
-0
/
+16
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
1
-1
/
+0
2022-10-03
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
1
-11
/
+11
2022-10-03
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
1
-0
/
+9
2022-10-03
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
5
-6
/
+13
2022-10-03
Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
1
-0
/
+3
2022-09-30
hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS command
Lev Kujawski
1
-0
/
+3
2022-09-30
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
1
-1
/
+0
2022-09-30
block: make serializing requests functions 'void'
Denis V. Lunev
1
-1
/
+1
2022-09-30
block: add missed block_acct_setup with new block device init procedure
Denis V. Lunev
1
-1
/
+6
2022-09-30
block: pass OnOffAuto instead of bool to block_acct_setup()
Denis V. Lunev
1
-3
/
+3
2022-09-29
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
3
-3
/
+21
2022-09-29
hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
Francisco Iglesias
1
-0
/
+3
2022-09-29
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
1
-0
/
+18
2022-09-29
chardev: src buffer const for write functions
Arwed Meyer
2
-3
/
+3
2022-09-29
watchdog: remove -watchdog option
Paolo Bonzini
1
-12
/
+0
2022-09-28
Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...
Stefan Hajnoczi
1
-0
/
+6
2022-09-27
Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
16
-42
/
+253
2022-09-27
Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...
Stefan Hajnoczi
5
-15
/
+5
2022-09-27
x86: return modified setup_data only if read as memory, not as file
Jason A. Donenfeld
1
-0
/
+22
[next]