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
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-06
qemu-thread: Avoid futex abstraction for non-Linux
Akihiko Odaki
1
-31
/
+53
2025-06-06
qemu-thread: Replace __linux__ with CONFIG_LINUX
Akihiko Odaki
2
-4
/
+4
2025-06-06
futex: Support Windows
Akihiko Odaki
6
-17
/
+53
2025-06-06
futex: Check value after qemu_futex_wait()
Akihiko Odaki
3
-13
/
+24
2025-06-06
i386/kvm: Prefault memory on page state change
Tom Lendacky
3
-5
/
+29
2025-06-06
rust: make TryFrom macro more resilient
Paolo Bonzini
1
-3
/
+4
2025-06-06
docs: update Rust module status
Paolo Bonzini
1
-1
/
+1
2025-06-06
rust/hpet: Drop BqlCell wrapper for num_timers
Zhao Liu
1
-16
/
+11
2025-06-06
rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
2
-13
/
+10
2025-06-06
hpet: return errors from realize if properties are incorrect
Paolo Bonzini
1
-7
/
+8
2025-06-06
hpet: adjust VMState for consistency with Rust version
Paolo Bonzini
1
-3
/
+3
2025-06-06
rust/hpet: change type of num_timers to usize
Paolo Bonzini
1
-12
/
+12
2025-06-06
rust: qdev: support returning errors from realize
Paolo Bonzini
3
-8
/
+14
2025-06-05
rust: qemu-api: add tests for Error bindings
Paolo Bonzini
1
-0
/
+104
2025-06-05
rust: qemu-api: add bindings to Error
Paolo Bonzini
7
-0
/
+341
2025-06-05
util/error: make func optional
Paolo Bonzini
2
-2
/
+9
2025-06-05
util/error: allow non-NUL-terminated err->src
Paolo Bonzini
2
-3
/
+11
2025-06-05
util/error: expose Error definition to Rust code
Paolo Bonzini
3
-9
/
+28
2025-06-05
subprojects: add the foreign crate
Paolo Bonzini
7
-3
/
+41
2025-06-05
subprojects: add the anyhow crate
Paolo Bonzini
7
-3
/
+46
2025-06-03
rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]
Paolo Bonzini
1
-8
/
+36
2025-06-03
rust: pl011: use the bits macro
Paolo Bonzini
5
-44
/
+49
2025-06-03
rust: add "bits", a custom bitflags implementation
Paolo Bonzini
8
-0
/
+728
2025-06-03
i386/tdvf: Fix build on 32-bit host
Cédric Le Goater
1
-3
/
+3
2025-06-03
i386/tdx: Fix build on 32-bit host
Cédric Le Goater
1
-13
/
+13
2025-06-03
meson: use config_base_arch for target libraries
Pierrick Bouvier
1
-4
/
+3
2025-06-03
target/i386: Add the immediate form MSR access instruction support
Xin Li (Intel)
2
-1
/
+5
2025-06-03
target/i386: Add a new CPU feature word for CPUID.7.1.ECX
Xin Li (Intel)
2
-1
/
+23
2025-06-03
target/i386: Remove FRED dependency on WRMSRNS
Xin Li (Intel)
1
-4
/
+0
2025-06-03
rust: use native Meson support for clippy and rustdoc
Paolo Bonzini
6
-22
/
+10
2025-06-03
rust: cell: remove support for running doctests with "cargo test --doc"
Paolo Bonzini
1
-13
/
+9
2025-06-03
rust: add qemu-api doctests to "meson test"
Paolo Bonzini
4
-9
/
+16
2025-06-03
build, dockerfiles: add support for detecting rustdoc
Paolo Bonzini
5
-0
/
+16
2025-06-03
rust: use "objects" for Rust executables as well
Paolo Bonzini
3
-24
/
+7
2025-06-03
meson: update to version 1.8.1
Paolo Bonzini
6
-4
/
+16
2025-06-03
rust: bindings: allow ptr_offset_with_cast
Paolo Bonzini
1
-0
/
+1
2025-06-03
qapi: Improve documentation around job state @concluded
Markus Armbruster
2
-13
/
+8
2025-06-03
qapi: Tidy up references to job state CONCLUDED
Markus Armbruster
2
-6
/
+6
2025-06-03
qapi: Mention both job-cancel and block-job-cancel in doc comments
Markus Armbruster
1
-5
/
+5
2025-06-03
qapi: Refer to job-FOO instead of deprecated block-job-FOO in docs
Markus Armbruster
1
-29
/
+28
2025-06-03
qapi: Spell JSON null correctly in blockdev-reopen documentation
Markus Armbruster
1
-1
/
+1
2025-06-03
qapi: Use proper markup instead of CAPS for emphasis in doc comments
Markus Armbruster
4
-19
/
+19
2025-06-03
qapi: Fix capitalization in doc comments
Markus Armbruster
8
-10
/
+10
2025-06-03
qapi: Correct spelling of QEMU in doc comments
Markus Armbruster
10
-26
/
+26
2025-06-03
qapi: Drop a problematic (Since: 2.11) from query-hotpluggable-cpus
Markus Armbruster
1
-1
/
+1
2025-06-03
qapi: Avoid breaking lines within (since X.Y)
Markus Armbruster
8
-66
/
+66
2025-06-03
qapi: Move (since X.Y) to end of description
Markus Armbruster
2
-12
/
+12
2025-06-03
qapi: Tidy up whitespace in doc comments
Markus Armbruster
8
-24
/
+25
2025-06-03
qapi: Tidy up run-together sentences in doc comments
Markus Armbruster
5
-28
/
+28
2025-06-02
trace/simple: seperate hot paths of tracing fucntions
Tanish Desai
1
-13
/
+10
[next]