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
/
rust
/
qemu-api-macros
/
src
/
bits.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2025-06-02
hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
Bernhard Beschow
1
-0
/
+5
2025-06-02
vdpa: move memory listener register to vhost_vdpa_init
Eugenio Pérez
1
-7
/
+28
2025-06-02
vdpa: move iova_tree allocation to net_vhost_vdpa_init
Eugenio Pérez
2
-34
/
+18
2025-06-02
vdpa: reorder listener assignment
Eugenio Pérez
1
-1
/
+1
2025-06-02
vdpa: add listener_registered
Eugenio Pérez
2
-1
/
+12
2025-06-02
vdpa: set backend capabilities at vhost_vdpa_init
Eugenio Pérez
1
-1
/
+6
2025-06-02
vdpa: reorder vhost_vdpa_set_backend_cap
Eugenio Pérez
1
-30
/
+30
2025-06-02
vdpa: check for iova tree initialized at net_client_start
Eugenio Pérez
1
-1
/
+3
2025-06-02
vhost: Don't set vring call if guest notifier is unused
Huaitong Han
3
-2
/
+8
2025-06-01
tests/qtest/bios-tables-test: Use MiB macro rather hardcode value
Bibo Mao
1
-10
/
+10
[next]