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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
kvm: consistently return 0/-errno from kvm_convert_memory
Paolo Bonzini
1
-4
/
+4
2024-12-19
rust: qemu-api: add a module to wrap functions and zero-sized closures
Paolo Bonzini
3
-0
/
+146
2024-12-19
rust: qom: add initial subset of methods on Object
Paolo Bonzini
3
-3
/
+66
2024-12-19
rust: qom: add casting functionality
Paolo Bonzini
7
-13
/
+366
2024-12-19
rust: tests: allow writing more than one test
Paolo Bonzini
1
-40
/
+55
2024-12-19
bql: add a "mock" BQL for Rust unit tests
Paolo Bonzini
5
-5
/
+45
2024-12-19
rust: re-export C types from qemu-api submodules
Paolo Bonzini
5
-17
/
+25
2024-12-19
rust: rename qemu-api modules to follow C code a bit more
Paolo Bonzini
10
-56
/
+91
2024-12-19
rust: qom: add possibility of overriding unparent
Paolo Bonzini
2
-5
/
+45
2024-12-19
rust: qom: put class_init together from multiple ClassInitImpl<>
Paolo Bonzini
5
-80
/
+127
2024-12-19
Constify all opaque Property pointers
Richard Henderson
9
-76
/
+76
2024-12-19
hw/core/qdev-properties: Constify Property argument to PropertyInfo.print
Richard Henderson
2
-2
/
+2
2024-12-19
hw/core/qdev-properties: Constify Property argument to object_field_prop_ptr
Richard Henderson
2
-2
/
+2
2024-12-19
include/hw/qdev-properties: Shrink struct Property
Richard Henderson
1
-4
/
+4
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
556
-624
/
+7
2024-12-19
target/riscv: Do not abuse DEFINE_PROP_END_OF_LIST
Richard Henderson
1
-6
/
+6
2024-12-19
hw/core: Remove device_class_set_props function
Richard Henderson
2
-26
/
+6
2024-12-19
rust/qemu-api: Use device_class_set_props_n
Richard Henderson
1
-5
/
+6
2024-12-19
hw/arm/armsse: Use device_class_set_props_n
Richard Henderson
1
-4
/
+5
2024-12-19
hw/scsi/megasas: Use device_class_set_props_n
Richard Henderson
1
-3
/
+4
2024-12-19
migration: Use device_class_set_props_n
Richard Henderson
3
-2
/
+4
2024-12-19
hw/core: Introduce device_class_set_props_n
Richard Henderson
4
-18
/
+55
2024-12-19
include/hw/qdev-core: Detect most empty Property lists at compile time
Richard Henderson
3
-2
/
+19
2024-12-19
hw/virtio: Remove empty Property lists
Richard Henderson
2
-10
/
+0
2024-12-19
hw/sparc: Remove empty Property lists
Richard Henderson
2
-10
/
+0
2024-12-19
hw/xen: Remove empty Property lists
Richard Henderson
1
-17
/
+0
2024-12-19
hw/s390x: Remove empty Property lists
Richard Henderson
1
-5
/
+0
2024-12-19
hw/tricore: Remove empty Property lists
Richard Henderson
2
-10
/
+0
2024-12-19
hw/ppc: Only register spapr_nvdimm_properties if CONFIG_LIBPMEM
Richard Henderson
1
-4
/
+5
2024-12-19
hw/pci-host/astro: Remove empty Property list
Richard Henderson
1
-5
/
+0
2024-12-19
target/s390x: Use s390x_cpu_properties for system mode only
Richard Henderson
1
-3
/
+3
2024-12-19
target/ppc: Remove empty property list
Richard Henderson
1
-6
/
+0
2024-12-19
hw/ide: Constify sysbus_ahci_properties
Richard Henderson
1
-1
/
+1
2024-12-19
migration: Constify migration_properties
Richard Henderson
2
-2
/
+2
2024-12-16
roms: re-add edk2-basetools target
Gerd Hoffmann
1
-0
/
+5
2024-12-16
pc-bios: add missing riscv64 descriptor
Heinrich Schuchardt
2
-1
/
+33
2024-12-16
pc-bios: Add amd-sev-es to edk2 json
Pratik R. Sampat
1
-0
/
+1
2024-12-16
x86/loader: add -shim option
Gerd Hoffmann
5
-0
/
+53
2024-12-16
x86/loader: expose unpatched kernel
Gerd Hoffmann
1
-0
/
+3
2024-12-16
x86/loader: read complete kernel
Gerd Hoffmann
1
-5
/
+6
2024-12-16
x86/loader: only patch linux kernels
Gerd Hoffmann
1
-1
/
+1
2024-12-15
docs: Constify all Property in examples
Richard Henderson
2
-3
/
+3
2024-12-15
tests/unit: Constify all Property
Richard Henderson
1
-1
/
+1
2024-12-15
hw/xen: Constify all Property
Richard Henderson
2
-2
/
+2
2024-12-15
hw/watchdog: Constify all Property
Richard Henderson
3
-3
/
+3
2024-12-15
hw/virtio: Constify all Property
Richard Henderson
38
-39
/
+39
2024-12-15
hw/vfio: Constify all Property
Richard Henderson
4
-5
/
+5
2024-12-15
hw/usb: Constify all Property
Richard Henderson
27
-32
/
+32
2024-12-15
hw/ufs: Constify all Property
Richard Henderson
2
-2
/
+2
2024-12-15
hw/tpm: Constify all Property
Richard Henderson
5
-5
/
+5
[next]