index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
i386/sev: fix unreachable code coverity issue
Pankaj Gupta
1
-1
/
+2
2024-06-11
i386/cpu: fixup number of addressable IDs for processor cores in the physical package
Chuang Xu
1
-4
/
+2
2024-06-10
tracetool: Forbid newline character in event format
Philippe Mathieu-Daudé
1
-0
/
+2
2024-06-10
hw/vfio: Remove newline character in trace events
Philippe Mathieu-Daudé
1
-2
/
+2
2024-06-10
hw/usb: Remove newline character in trace events
Philippe Mathieu-Daudé
1
-3
/
+3
2024-06-10
hw/sh4: Remove newline character in trace events
Philippe Mathieu-Daudé
1
-2
/
+2
2024-06-10
backends/tpm: Remove newline character in trace event
Philippe Mathieu-Daudé
2
-3
/
+5
2024-06-10
scsi-disk: Fix crash for VM configured with USB CDROM after live migration
Hyman Huang
2
-1
/
+24
2024-06-10
tracetool: Remove unused vcpu.py script
Philippe Mathieu-Daudé
3
-67
/
+1
2024-06-10
crypto/block: drop qcrypto_block_open() n_threads argument
Stefan Hajnoczi
9
-19
/
+6
2024-06-10
block/crypto: create ciphers on demand
Stefan Hajnoczi
4
-50
/
+78
2024-06-10
linux-aio: add IO_CMD_FDSYNC command support
Prasad Pandit
3
-1
/
+30
2024-06-10
block/copy-before-write: use uint64_t for timeout in nanoseconds
Fiona Ebner
1
-1
/
+1
2024-06-10
qemu-io: add cvtnum() error handling for zone commands
Stefan Hajnoczi
1
-1
/
+47
2024-06-10
aio: warn about iohandler_ctx special casing
Stefan Hajnoczi
1
-0
/
+6
2024-06-10
Revert "monitor: use aio_co_reschedule_self()"
Stefan Hajnoczi
1
-2
/
+5
2024-06-10
block: drop force_dup parameter of raw_reconfigure_getfd()
Denis V. Lunev via
1
-5
/
+3
2024-06-09
Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging
Richard Henderson
2
-16
/
+43
2024-06-09
hw/arm: xen: Enable use of grant mappings
Edgar E. Iglesias
1
-0
/
+5
2024-06-09
xen: mapcache: Add support for grant mappings
Edgar E. Iglesias
4
-37
/
+144
2024-06-09
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
Edgar E. Iglesias
3
-9
/
+18
2024-06-09
xen: mapcache: Unmap first entries in buckets
Edgar E. Iglesias
1
-3
/
+8
2024-06-09
xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
Edgar E. Iglesias
1
-21
/
+33
2024-06-09
bsd-user: Catch up to run-time reserved_va math
Warner Losh
1
-12
/
+27
2024-06-09
bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes
Warner Losh
1
-0
/
+12
2024-06-09
linux-user: Adjust comment to reflect the code.
Warner Losh
1
-4
/
+4
2024-06-09
Merge tag 'pull-hex-20240608' of https://github.com/quic/qemu into staging
Richard Henderson
13
-49
/
+179
2024-06-08
target/hexagon: idef-parser simplify predicate init
Anton Johansson
2
-14
/
+14
2024-06-08
target/hexagon: idef-parser fix leak of init_list
Anton Johansson
1
-1
/
+8
2024-06-08
target/hexagon: idef-parser remove undefined functions
Anton Johansson
1
-13
/
+0
2024-06-08
target/hexagon: idef-parser remove unused defines
Anton Johansson
1
-10
/
+0
2024-06-08
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
7
-8
/
+128
2024-06-08
Hexagon: fix HVX store new
Matheus Tavares Bernardino
2
-3
/
+29
2024-06-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
42
-275
/
+616
2024-06-08
python: mkvenv: remove ensure command
Paolo Bonzini
1
-105
/
+0
2024-06-08
Revert "python: use vendored tomli"
Paolo Bonzini
4
-14
/
+6
2024-06-08
i386: Add support for overflow recovery
John Allen
3
-2
/
+3
2024-06-08
i386: Add support for SUCCOR feature
John Allen
3
-1
/
+23
2024-06-08
i386: Fix MCE support for AMD hosts
John Allen
3
-8
/
+37
2024-06-08
docs: i386: pc: Avoid mentioning limit of maximum vCPUs
Zhao Liu
1
-1
/
+2
2024-06-08
target/i386: Add get/set/migrate support for FRED MSRs
Xin Li
3
-0
/
+99
2024-06-08
target/i386: enumerate VMX nested-exception support
Xin Li
3
-0
/
+3
2024-06-08
vmxcap: add support for VMX FRED controls
Xin Li
1
-0
/
+12
2024-06-08
target/i386: mark CR4.FRED not reserved
Xin Li
1
-1
/
+16
2024-06-08
target/i386: add support for FRED in CPUID enumeration
Xin Li
2
-1
/
+19
2024-06-08
hvf: Makes assert_hvf_ok report failed expression
Phil Dennis-Jordan
2
-29
/
+25
2024-06-08
i386/hvf: Updates API usage to use modern vCPU run function
Phil Dennis-Jordan
1
-1
/
+22
2024-06-08
i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
Phil Dennis-Jordan
1
-0
/
+1
2024-06-08
i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change
Phil Dennis-Jordan
1
-2
/
+3
2024-06-08
hvf: Consistent types for vCPU handles
Phil Dennis-Jordan
2
-2
/
+4
[prev]
[next]