summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-28fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushedPeter Maydell9-11/+12
2025-01-28fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushedPeter Maydell8-18/+19
2025-01-28target/arm: Remove now-unused vfp.fp_status_f16 and FPST_FPCR_F16Peter Maydell4-16/+0
2025-01-28target/arm: Use FPST_A64_F16 in A64 decoderPeter Maydell2-49/+49
2025-01-28target/arm: Use FPST_A32_F16 in A32 decoderPeter Maydell1-12/+12
2025-01-28target/arm: Use fp_status_f16_a64 in AArch64-only helpersPeter Maydell2-6/+6
2025-01-28target/arm: Use fp_status_f16_a32 in AArch32-only helpersPeter Maydell2-3/+3
2025-01-28target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64Peter Maydell4-0/+32
2025-01-28target/arm: Remove now-unused vfp.fp_status and FPST_FPCRPeter Maydell4-16/+1
2025-01-28target/arm: Use FPST_A64 in A64 decoderPeter Maydell3-90/+90
2025-01-28target/arm: Use FPST_A32 in A32 decoderPeter Maydell1-27/+27
2025-01-28target/arm: Use fp_status_a32 in vfp_cmp helpersPeter Maydell1-2/+2
2025-01-28target/arm: Use fp_status_a32 in vjvct helperPeter Maydell1-1/+1
2025-01-28target/arm: Use fp_status_a64 or fp_status_a32 in is_ebf()Peter Maydell1-1/+1
2025-01-28target/arm: Use vfp.fp_status_a64 in A64-only helper functionsPeter Maydell2-5/+5
2025-01-28target/arm: Define new fp_status_a32 and fp_status_a64Peter Maydell4-0/+30
2025-01-28target/arm: Use uint32_t in vfp_exceptbits_from_host()Peter Maydell1-2/+2
2025-01-28target/arm: Use FPSR_ constants in vfp_exceptbits_from_host()Peter Maydell1-6/+6
2025-01-28target/arm: arm_reset_sve_state() should set FPSR, not FPCRPeter Maydell1-1/+1
2025-01-28tests/functional: Add a test for the arm microbit machineThomas Huth3-0/+33
2025-01-27hw/arm/stellaris: Map both I2C controllersPhilippe Mathieu-Daudé1-8/+13
2025-01-27hw/arm/stellaris: Use DEVCAP macro to access DeviceCapability registersPhilippe Mathieu-Daudé1-8/+29
2025-01-27hw/arm/stellaris: Replace magic numbers by definitionsPhilippe Mathieu-Daudé1-10/+15
2025-01-27hw/arm/stellaris: Remove incorrect unimplemented i2c-0 at 0x40002000Philippe Mathieu-Daudé1-2/+0
2025-01-27hw/arm/stellaris: Constify read-only arraysPhilippe Mathieu-Daudé1-3/+3
2025-01-27hw/arm/stellaris: Link each board schematicPhilippe Mathieu-Daudé1-0/+8
2025-01-27hw/pci-host/designware: Expose MSI IRQBernhard Beschow7-8/+36
2025-01-27hw/char/imx_serial: Update all state before restarting ageing timerBernhard Beschow1-3/+3
2025-01-27hw/char/imx_serial: Fix reset value of UFCR registerBernhard Beschow2-1/+2
2025-01-27hw/arm/v7m: Remove use of &first_cpu in machine_init()Philippe Mathieu-Daudé11-11/+11
2025-01-27hw/arm/stellaris: Add 'armv7m' local variablePhilippe Mathieu-Daudé1-10/+11
2025-01-27hw/arm/nrf51: Rename ARMv7MState 'cpu' -> 'armv7m'Philippe Mathieu-Daudé2-10/+10
2025-01-24linux-user: netlink: Add missing QEMU_IFLA entriesHelge Deller1-1/+35
2025-01-24linux-user: netlink: add netlink neighbour emulationHelge Deller1-0/+100
2025-01-24linux-user: netlink: Add emulation of IP_MULTICAST_IFHelge Deller1-6/+14
2025-01-24linux-user: netlink: Add IP_PKTINFO cmsg parsingHelge Deller2-0/+16
2025-01-24linux-user: Use unique error messages for cmsg parsingHelge Deller1-2/+2
2025-01-24linux-user: netlink: Add missing IFA_PROTO to host_to_target_data_addr_rtattr()Helge Deller1-8/+25
2025-01-24target/loongarch: Dump all generic CSR registersBibo Mao3-16/+53
2025-01-24target/loongarch: Set unused flag with CSR registersBibo Mao3-1/+44
2025-01-24target/loongarch: Add common source file for CSR registerBibo Mao4-107/+116
2025-01-24target/loongarch: Add common header file for CSR registersBibo Mao2-15/+26
2025-01-24target/loongarch: Add generic csr function typeBibo Mao1-10/+17
2025-01-24target/loongarch: Remove static CSR function settingBibo Mao1-8/+8
2025-01-24target/loongarch: Add dynamic function access with CSR registerBibo Mao3-3/+51
2025-01-22pc-bios: Update the s390 bios images with the recent changesThomas Huth1-0/+0
2025-01-22pc-bios/s390-ccw: Abort IPL on invalid loadparmJared Rossi1-6/+9
2025-01-22pc-bios/s390-ccw/netmain: Fix error messages with regards to the TFTP serverThomas Huth1-11/+8
2025-01-22pc-bios/s390-ccw: Fix boot problem with virtio-net devicesThomas Huth3-10/+29
2025-01-22pc-bios/s390-ccw/virtio: Add a function to reset a virtio deviceThomas Huth2-1/+7