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
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushed
Peter Maydell
9
-11
/
+12
2025-01-28
fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushed
Peter Maydell
8
-18
/
+19
2025-01-28
target/arm: Remove now-unused vfp.fp_status_f16 and FPST_FPCR_F16
Peter Maydell
4
-16
/
+0
2025-01-28
target/arm: Use FPST_A64_F16 in A64 decoder
Peter Maydell
2
-49
/
+49
2025-01-28
target/arm: Use FPST_A32_F16 in A32 decoder
Peter Maydell
1
-12
/
+12
2025-01-28
target/arm: Use fp_status_f16_a64 in AArch64-only helpers
Peter Maydell
2
-6
/
+6
2025-01-28
target/arm: Use fp_status_f16_a32 in AArch32-only helpers
Peter Maydell
2
-3
/
+3
2025-01-28
target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64
Peter Maydell
4
-0
/
+32
2025-01-28
target/arm: Remove now-unused vfp.fp_status and FPST_FPCR
Peter Maydell
4
-16
/
+1
2025-01-28
target/arm: Use FPST_A64 in A64 decoder
Peter Maydell
3
-90
/
+90
2025-01-28
target/arm: Use FPST_A32 in A32 decoder
Peter Maydell
1
-27
/
+27
2025-01-28
target/arm: Use fp_status_a32 in vfp_cmp helpers
Peter Maydell
1
-2
/
+2
2025-01-28
target/arm: Use fp_status_a32 in vjvct helper
Peter Maydell
1
-1
/
+1
2025-01-28
target/arm: Use fp_status_a64 or fp_status_a32 in is_ebf()
Peter Maydell
1
-1
/
+1
2025-01-28
target/arm: Use vfp.fp_status_a64 in A64-only helper functions
Peter Maydell
2
-5
/
+5
2025-01-28
target/arm: Define new fp_status_a32 and fp_status_a64
Peter Maydell
4
-0
/
+30
2025-01-28
target/arm: Use uint32_t in vfp_exceptbits_from_host()
Peter Maydell
1
-2
/
+2
2025-01-28
target/arm: Use FPSR_ constants in vfp_exceptbits_from_host()
Peter Maydell
1
-6
/
+6
2025-01-28
target/arm: arm_reset_sve_state() should set FPSR, not FPCR
Peter Maydell
1
-1
/
+1
2025-01-28
tests/functional: Add a test for the arm microbit machine
Thomas Huth
3
-0
/
+33
2025-01-27
hw/arm/stellaris: Map both I2C controllers
Philippe Mathieu-Daudé
1
-8
/
+13
2025-01-27
hw/arm/stellaris: Use DEVCAP macro to access DeviceCapability registers
Philippe Mathieu-Daudé
1
-8
/
+29
2025-01-27
hw/arm/stellaris: Replace magic numbers by definitions
Philippe Mathieu-Daudé
1
-10
/
+15
2025-01-27
hw/arm/stellaris: Remove incorrect unimplemented i2c-0 at 0x40002000
Philippe Mathieu-Daudé
1
-2
/
+0
2025-01-27
hw/arm/stellaris: Constify read-only arrays
Philippe Mathieu-Daudé
1
-3
/
+3
2025-01-27
hw/arm/stellaris: Link each board schematic
Philippe Mathieu-Daudé
1
-0
/
+8
2025-01-27
hw/pci-host/designware: Expose MSI IRQ
Bernhard Beschow
7
-8
/
+36
2025-01-27
hw/char/imx_serial: Update all state before restarting ageing timer
Bernhard Beschow
1
-3
/
+3
2025-01-27
hw/char/imx_serial: Fix reset value of UFCR register
Bernhard Beschow
2
-1
/
+2
2025-01-27
hw/arm/v7m: Remove use of &first_cpu in machine_init()
Philippe Mathieu-Daudé
11
-11
/
+11
2025-01-27
hw/arm/stellaris: Add 'armv7m' local variable
Philippe Mathieu-Daudé
1
-10
/
+11
2025-01-27
hw/arm/nrf51: Rename ARMv7MState 'cpu' -> 'armv7m'
Philippe Mathieu-Daudé
2
-10
/
+10
2025-01-24
linux-user: netlink: Add missing QEMU_IFLA entries
Helge Deller
1
-1
/
+35
2025-01-24
linux-user: netlink: add netlink neighbour emulation
Helge Deller
1
-0
/
+100
2025-01-24
linux-user: netlink: Add emulation of IP_MULTICAST_IF
Helge Deller
1
-6
/
+14
2025-01-24
linux-user: netlink: Add IP_PKTINFO cmsg parsing
Helge Deller
2
-0
/
+16
2025-01-24
linux-user: Use unique error messages for cmsg parsing
Helge Deller
1
-2
/
+2
2025-01-24
linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()
Helge Deller
1
-8
/
+25
2025-01-24
target/loongarch: Dump all generic CSR registers
Bibo Mao
3
-16
/
+53
2025-01-24
target/loongarch: Set unused flag with CSR registers
Bibo Mao
3
-1
/
+44
2025-01-24
target/loongarch: Add common source file for CSR register
Bibo Mao
4
-107
/
+116
2025-01-24
target/loongarch: Add common header file for CSR registers
Bibo Mao
2
-15
/
+26
2025-01-24
target/loongarch: Add generic csr function type
Bibo Mao
1
-10
/
+17
2025-01-24
target/loongarch: Remove static CSR function setting
Bibo Mao
1
-8
/
+8
2025-01-24
target/loongarch: Add dynamic function access with CSR register
Bibo Mao
3
-3
/
+51
2025-01-22
pc-bios: Update the s390 bios images with the recent changes
Thomas Huth
1
-0
/
+0
2025-01-22
pc-bios/s390-ccw: Abort IPL on invalid loadparm
Jared Rossi
1
-6
/
+9
2025-01-22
pc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP server
Thomas Huth
1
-11
/
+8
2025-01-22
pc-bios/s390-ccw: Fix boot problem with virtio-net devices
Thomas Huth
3
-10
/
+29
2025-01-22
pc-bios/s390-ccw/virtio: Add a function to reset a virtio device
Thomas Huth
2
-1
/
+7
[next]