index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
linux-user: Add open_tree() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: Add move_mount() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: report ENOTTY for unknown ioctls
Thomas Weißschuh
1
-3
/
+3
2023-05-17
linux-user: Emulate /proc/cpuinfo output for riscv
Afonso Bordado
1
-2
/
+32
2023-04-29
cpus-common: stop using mb_set/mb_read
Paolo Bonzini
1
-2
/
+2
2023-04-29
async: Suppress GCC13 false positive in aio_bh_poll()
Cédric Le Goater
1
-0
/
+14
2023-04-28
tests: vhost-user-test: release mutex on protocol violation
Paolo Bonzini
1
-1
/
+2
2023-04-28
Update linux headers to v6.3rc5
David 'Digit' Turner
15
-10
/
+506
2023-04-28
update-linux-headers.sh: Add missing kernel headers.
David 'Digit' Turner
1
-2
/
+2
2023-04-28
Fix libvhost-user.c compilation.
David 'Digit' Turner
1
-0
/
+6
2023-04-28
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
2
-1
/
+25
2023-04-28
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
2
-1
/
+3
2023-04-28
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
1
-2
/
+2
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
1
-3
/
+14
2023-04-28
qemu-options.hx: Update the reduced-phys-bits documentation
Tom Lendacky
1
-2
/
+2
2023-04-28
qapi, i386/sev: Change the reduced-phys-bits value from 5 to 1
Tom Lendacky
1
-1
/
+1
2023-04-28
docs/devel/qapi-code-gen: Describe some doc markup pitfalls
Markus Armbruster
1
-0
/
+53
2023-04-28
qapi storage-daemon/qapi: Fix documentation section structure
Markus Armbruster
4
-8
/
+20
2023-04-28
qapi: Format since information the conventional way: (since X.Y)
Markus Armbruster
4
-9
/
+8
2023-04-28
qapi: Fix misspelled section tags in doc comments
Markus Armbruster
2
-3
/
+3
2023-04-28
qapi: Replace ad hoc "since" documentation by member documentation
Markus Armbruster
3
-17
/
+21
2023-04-28
qapi: Fix argument documentation markup
Markus Armbruster
3
-3
/
+3
2023-04-28
qga/qapi-schema: Fix member documentation markup
Markus Armbruster
1
-3
/
+3
2023-04-28
qapi: Fix unintended definition lists in documentation
Markus Armbruster
4
-30
/
+30
2023-04-28
qapi: Fix bullet list markup in documentation
Markus Armbruster
5
-13
/
+18
2023-04-28
qapi: Delete largely misleading "Stability Considerations"
Markus Armbruster
1
-22
/
+0
2023-04-28
qapi: Tidy up examples
Markus Armbruster
12
-38
/
+47
2023-04-28
qapi: @foo should be used to reference, not ``foo``
Markus Armbruster
4
-8
/
+10
2023-04-28
qapi/block-core: Clean up after removal of dirty bitmap @status
Markus Armbruster
1
-2
/
+2
2023-04-28
qapi: Fix up references to long gone error classes
Markus Armbruster
3
-6
/
+6
2023-04-28
qapi: Fix misspelled references
Markus Armbruster
3
-4
/
+4
2023-04-28
qga/qapi-schema: Fix a misspelled reference
Markus Armbruster
1
-1
/
+1
2023-04-28
qga/qapi-schema: Tidy up documentation of guest-fsfreeze-status
Markus Armbruster
1
-1
/
+1
2023-04-28
apic: disable reentrancy detection for apic-msi
Alexander Bulekov
1
-0
/
+7
2023-04-28
raven: disable reentrancy detection for iomem
Alexander Bulekov
1
-0
/
+7
2023-04-28
bcm2835_property: disable reentrancy detection for iomem
Alexander Bulekov
1
-0
/
+7
2023-04-28
lsi53c895a: disable reentrancy detection for script RAM
Alexander Bulekov
1
-0
/
+6
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
25
-33
/
+66
2023-04-28
checkpatch: add qemu_bh_new/aio_bh_new checks
Alexander Bulekov
1
-0
/
+8
2023-04-28
async: Add an optional reentrancy guard to the BH API
Alexander Bulekov
7
-8
/
+52
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
3
-0
/
+28
2023-04-28
tests: vhost-user-test: release mutex on protocol violation
Paolo Bonzini
1
-1
/
+2
2023-04-28
hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI
Thomas Huth
1
-1
/
+1
2023-04-28
hw/rdma: Compile target-independent parts of the rdma code only once
Thomas Huth
1
-3
/
+5
2023-04-28
hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
Thomas Huth
1
-4
/
+0
2023-04-28
s390x/gdb: Split s390-virt.xml
Ilya Leoshkevich
5
-26
/
+61
[next]