summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-17docs/devel: add b4 for patch retrievalPierrick Bouvier1-0/+14
2025-01-17docs/devel: add git-publish for patch submittingPierrick Bouvier1-0/+25
2025-01-17docs/sphinx: include kernel-doc script as a dependencyAlex Bennée1-0/+3
2025-01-17include/exec: remove warning_printed from MemoryRegionAlex Bennée1-1/+0
2025-01-17include/exec: fix some copy and paste errors in kdocAlex Bennée1-2/+2
2025-01-17tests/qtest: fix some copy and paste errors in kdocAlex Bennée2-4/+4
2025-01-17editorconfig: update for perl scriptsAlex Bennée1-0/+13
2025-01-17plugins: fix kdoc annotationAlex Bennée1-1/+1
2025-01-17plugins: enable linking with clang/lldPierrick Bouvier4-7/+27
2025-01-17docs/devel/style: add a section about bitfield, and disallow them for packed ...Pierrick Bouvier1-0/+20
2025-01-17win32: remove usage of attribute gcc_structPierrick Bouvier4-21/+3
2025-01-17accel/tcg: also suppress asynchronous IRQs for cpu_io_recompileAlex Bennée1-2/+3
2025-01-17configure: reenable plugins by default for 32-bit hostsPierrick Bouvier1-20/+1
2025-01-17contrib/plugins/hotpages: fix 32-bit buildPierrick Bouvier1-3/+3
2025-01-17contrib/plugins/hwprofile: fix 32-bit buildPierrick Bouvier1-11/+16
2025-01-17contrib/plugins/cflow: fix 32-bit buildPierrick Bouvier1-6/+11
2025-01-17contrib/plugins/hotblocks: fix 32-bit buildPierrick Bouvier1-5/+24
2025-01-17contrib/plugins/cache: fix 32-bit buildPierrick Bouvier1-12/+6
2025-01-17contrib/plugins/stoptrigger: fix 32-bit buildPierrick Bouvier1-21/+27
2025-01-17tests/tcg/plugins/mem: fix 32-bit buildPierrick Bouvier1-3/+3
2025-01-17tests/tcg/plugins/syscall: fix 32-bit buildPierrick Bouvier1-3/+3
2025-01-17contrib/plugins/howvec: ensure we don't regress if this plugin is extendedPierrick Bouvier1-3/+4
2025-01-17tests/tcg/plugins/insn: remove unused callback parameterPierrick Bouvier1-3/+1
2025-01-17system: propagate Error to gdbserver_start (and other device setups)Alex Bennée7-59/+62
2025-01-17system: squash usb_parse into a single functionAlex Bennée1-18/+4
2025-01-17system/vl: more error exit into config enumeration codeAlex Bennée1-15/+17
2025-01-17semihosting/meson: Build config.o and console.o oncePhilippe Mathieu-Daudé1-3/+6
2025-01-17semihosting/console: Avoid including 'cpu.h'Philippe Mathieu-Daudé2-3/+2
2025-01-17semihosting/arm-compat: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-01-17semihosting/uaccess: Include missing 'exec/cpu-all.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-01-17semihosting/syscalls: Include missing 'exec/cpu-defs.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-01-17semihosting/uaccess: Briefly document returned valuesPhilippe Mathieu-Daudé1-0/+55
2025-01-17semihosting: add guest_error logging for failed opensAlex Bennée1-0/+2
2025-01-15hw/acpi: Add vmclock deviceDavid Woodhouse8-1/+412
2025-01-15virtio-net: vhost-user: Implement internal migrationLaurent Vivier1-23/+112
2025-01-15vhost: Add stubs for the migration state transfer interfaceLaurent Vivier1-0/+23
2025-01-15hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`Li Zhijian1-1/+1
2025-01-15tests: acpi: update expected blobsIgor Mammedov41-40/+0
2025-01-15pci: acpi: Windows 'PCI Label Id' bug workaroundIgor Mammedov1-10/+23
2025-01-15tests: acpi: whitelist expected blobsIgor Mammedov1-0/+40
2025-01-15docs: acpi_hest_ghes: fix documentation for CPER sizeMauro Carvalho Chehab1-2/+4
2025-01-15acpi/ghes: Change ghes fill logic to work with only one sourceMauro Carvalho Chehab1-8/+4
2025-01-15acpi/ghes: move offset calculus to a separate functionMauro Carvalho Chehab1-9/+31
2025-01-15acpi/ghes: better name the offset of the hardware error firmwareMauro Carvalho Chehab3-5/+5
2025-01-15acpi/ghes: rename etc/hardware_error file macrosMauro Carvalho Chehab1-15/+23
2025-01-15acpi/ghes: don't crash QEMU if ghes GED is not foundMauro Carvalho Chehab1-1/+4
2025-01-15acpi/ghes: better name GHES memory error functionMauro Carvalho Chehab4-5/+5
2025-01-15acpi/ghes: make the GHES record generation more genericMauro Carvalho Chehab2-50/+71
2025-01-15acpi/ghes: don't check if physical_address is not zeroMauro Carvalho Chehab1-4/+0
2025-01-15acpi/ghes: Change the type for source_idMauro Carvalho Chehab3-3/+3