Sign in
qemu
/
qemu
/
HEAD
« Previous
d38723f
rust/pl011: remove commented out C code
by Manos Pitsidianakis
· 4 months ago
2e06e72
rust/pl011: add TYPE_PL011_LUMINARY device
by Manos Pitsidianakis
· 4 months ago
2e57bb6
rust/pl011: move CLK_NAME static to function scope
by Manos Pitsidianakis
· 4 months ago
9324331
rust/pl011: add support for migration
by Manos Pitsidianakis
· 4 months ago
113c668
rust/pl011: fix default value for migrate-clock
by Paolo Bonzini
· 4 months ago
0a65e41
rust: add definitions for vmstate
by Manos Pitsidianakis
· 4 months ago
f60f367
rust: do not use TYPE_CHARDEV unnecessarily
by Paolo Bonzini
· 4 months ago
6e50bde
rust: provide safe wrapper for MaybeUninit::zeroed()
by Paolo Bonzini
· 4 months ago
c92c447
rust: make properties array immutable
by Paolo Bonzini
· 4 months ago
03a573b
rust: clean up define_property macro
by Paolo Bonzini
· 4 months ago
e90d470
rust: cleanup module_init!, use it from #[derive(Object)]
by Paolo Bonzini
· 4 months ago
cde3c42
rust: build integration test for the qemu_api crate
by Paolo Bonzini
· 4 months ago
4f75219
rust: modernize link_section usage for ELF platforms
by Paolo Bonzini
· 4 months ago
2eb6274
rust: remove uses of #[no_mangle]
by Paolo Bonzini
· 4 months ago
00ed18d
rust: do not use --no-size_t-is-usize
by Paolo Bonzini
· 4 months ago
b00bf4e
rust: do not always select X_PL011_RUST
by Paolo Bonzini
· 4 months ago
7b72c7d
meson: pass rustc_args when building all crates
by Paolo Bonzini
· 4 months ago
d1e526c
meson: remove repeated search for rust_root_crate.sh
by Paolo Bonzini
· 4 months ago
be3fc97
meson: import rust module into a global variable
by Paolo Bonzini
· 4 months ago
37fdb2f
rust: add PL011 device model
by Manos Pitsidianakis
· 4 months ago
ca5aa28
Revert "rust: add PL011 device model"
by Manos Pitsidianakis
· 4 months ago
b278b60
rust/wrapper.h: define memory_order enum
by Manos Pitsidianakis
· 4 months ago
d36f165
qdev: make properties array "const"
by Paolo Bonzini
· 4 months ago
6f58b09
tests/tcg: Add SIGRTMIN/SIGRTMAX test
by Ilya Leoshkevich
· 4 months ago
c107521
linux-user: Allow custom rt signal mappings
by Ilya Leoshkevich
· 4 months ago
6e9dcfb
linux-user: Fix GDB complaining about system-supplied DSO string table index
by Ilya Leoshkevich
· 4 months ago
c20d09e
tests/tcg: Replace -mpower8-vector with -mcpu=power8
by Ilya Leoshkevich
· 4 months ago
374cdc8
target/arm: Enable FEAT_CMOW for -cpu max
by Gustavo Romero
· 3 months ago
ab4b56d
hw/net/npcm_gmac: Change error log to trace event
by Nabih Estefan
· 3 months ago
3647dca
hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
by Bernhard Beschow
· 3 months ago
fe06088
hw/watchdog/wdt_imx2: Remove redundant assignment
by Bernhard Beschow
· 3 months ago
afd431e
hw/timer/imx_gpt: Convert DPRINTF to trace events
by Bernhard Beschow
· 3 months ago
e8217c5
hw/rtc/ds1338: Trace send and receive operations
by Bernhard Beschow
· 3 months ago
a5c0240
disas: Fix build against Capstone v6 (again)
by Richard Henderson
· 3 months ago
e6b2fa1
target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
by Peter Maydell
· 3 months ago
efbe180
target/arm: Add new MMU indexes for AArch32 Secure PL1&0
by Peter Maydell
· 3 months ago
056c5c9
Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
by Peter Maydell
· 3 months ago
bc0b360
softfloat: Remove fallback rule from pickNaN()
by Peter Maydell
· 3 months ago
ba65584
target/rx: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
355e6cf
target/openrisc: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
4fafdcc
target/microblaze: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
c18a13e
target/microblaze: Move setting of float rounding mode to reset
by Peter Maydell
· 3 months ago
8403a50
target/alpha: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
62d39b2
target/i386: Set 2-NaN propagation rule explicitly
by Peter Maydell
· 3 months ago
8d988eb
target/xtensa: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
80de5f2
target/xtensa: Factor out calls to set_use_first_nan()
by Peter Maydell
· 3 months ago
4482f32
target/sparc: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
65c1c03
target/sparc: Move cpu_put_fsr(env, 0) call to reset
by Peter Maydell
· 3 months ago
ad58ba1
target/m68k: Initialize float_status fields in gdb set/get functions
by Peter Maydell
· 3 months ago
0527cfd
target/m68k: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
5aaab56
target/ppc: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
841f9d7
target/s390x: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
2915876
target/hppa: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
1bb5257
target/loongarch: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
0c587f1
target/mips: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
d1ff996
target/arm: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
d22c994
tests/fp: Explicitly set 2-NaN propagation rule
by Peter Maydell
· 3 months ago
8a13296
softfloat: Allow 2-operand NaN propagation rule to be set at runtime
by Peter Maydell
· 3 months ago
9a7b0a8
Merge tag 'pull-aspeed-20241104' of https://github.com/legoater/qemu into staging
by Peter Maydell
· 3 months ago
6b82960
Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu into staging
by Peter Maydell
· 3 months ago
55c84a7
contrib/plugins: remove Makefile for contrib/plugins
by Pierrick Bouvier
· 4 months ago
2181b92
meson: build contrib/plugins with meson
by Pierrick Bouvier
· 4 months ago
6d630d8
contrib/plugins/cflow: fix warning
by Pierrick Bouvier
· 4 months ago
52a523a
bsd-user: Set TaskState ts_tid for initial threads
by Jessica Clarke
· 8 months ago
8997452
bsd-user/main: Allow setting tb-size
by Ilya Leoshkevich
· 7 months ago
1f31243
bsd-user/x86_64/target_arch_thread.h: Align stack
by Ilya Leoshkevich
· 7 months ago
096d96e
intel_iommu: Add missed reserved bit check for IEC descriptor
by Zhenzhong Duan
· 3 months ago
8e761fb
intel_iommu: Add missed sanity check for 256-bit invalidation queue
by Zhenzhong Duan
· 3 months ago
e70e83f
intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
by Zhenzhong Duan
· 3 months ago
65fb669
hw/acpi: Update GED with vCPU Hotplug VMSD for migration
by Salil Mehta
· 4 months ago
4d62d15
tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35}
by Salil Mehta
· 3 months ago
bf1ecc8
hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
by Salil Mehta
· 4 months ago
e98411c
qtest: allow ACPI DSDT Table changes
by Salil Mehta
· 4 months ago
2d6cfba
hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug
by Salil Mehta
· 4 months ago
26f2660
hw/pci: Add parenthesis to PCI_BUILD_BDF macro
by Roque Arcudia Hernandez
· 4 months ago
721c99a
hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_state()
by Jonathan Cameron
· 4 months ago
5300bdf
hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa()
by Jonathan Cameron
· 4 months ago
c1c4d6b
hw/cxl: Check that writes do not go beyond end of target attributes
by Jonathan Cameron
· 4 months ago
c0f1224
hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd()
by Jonathan Cameron
· 4 months ago
a3de73c
hw/cxl: Avoid accesses beyond the end of cel_log.
by Jonathan Cameron
· 4 months ago
f9f0fa2
hw/cxl: Check the length of data requested fits in get_log()
by Jonathan Cameron
· 4 months ago
a399536
hw/cxl: Check enough data in cmd_firmware_update_transfer()
by Jonathan Cameron
· 4 months ago
f4a12ba
hw/cxl: Check input length is large enough in cmd_events_clear_records()
by Jonathan Cameron
· 4 months ago
91a743b
hw/cxl: Check input includes at least the header in cmd_features_set_feature()
by Jonathan Cameron
· 4 months ago
7edbbff
hw/cxl: Check size of input data to dynamic capacity mailbox commands
by Jonathan Cameron
· 4 months ago
802671c
hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC extents
by Fan Ni
· 4 months ago
0564019
cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_info
by Fan Ni
· 4 months ago
449dca6
pcie: enable Extended tag field support
by Marcin Juszkiewicz
· 4 months ago
6ce12bd
intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field
by Zhenzhong Duan
· 4 months ago
eea5aee
vhost-user: fix shared object return values
by Albert Esteve
· 4 months ago
d4d5212
hw/pci-bridge: Make pxb_dev_realize_common() return if it succeeded
by Jonathan Cameron
· 4 months ago
d197822
hw/cxl: Fix indent of structure member
by Jonathan Cameron
· 4 months ago
d185319
hw/cxl/cxl-mailbox-utils: Fix for device DDR5 ECS control feature tables
by Shiju Jose
· 4 months ago
80ee960
hw/mem/cxl_type3: Fix More flag setting for dynamic capacity event records
by Fan Ni
· 4 months ago
5eabca7
mem/cxl_type3: Fix overlapping region validation error
by Yao Xingtao
· 4 months ago
8352756
hw/cxl: Fix background completion percentage calculation
by Ajay Joshi
· 4 months ago
df66b85
hw/cxl: Fix uint32 overflow cxl-mailbox-utils.c
by Dmitry Frolov
· 4 months ago
963b027
virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
by yaozhenguo
· 4 months ago
55fa4be
virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR
by Gao Shiyuan
· 4 months ago
b12cb38
amd_iommu: Check APIC ID > 255 for XTSup
by Suravee Suthikulpanit
· 5 months ago
Next »