summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-18target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSRYu-Ming Chang3-9/+58
2024-07-18target/riscv: Expose the Smcntrpmf configAtish Patra1-0/+1
2024-07-18target/riscv: Do not setup pmu timer if OF is disabledAtish Patra1-12/+44
2024-07-18target/riscv: More accurately model priv mode filtering.Rajnesh Kanwal3-4/+33
2024-07-18target/riscv: Start counters from both mhpmcounter and mcountinhibitRajnesh Kanwal2-24/+54
2024-07-18target/riscv: Enforce WARL behavior for scounteren/hcounterenAtish Patra1-2/+10
2024-07-18target/riscv: Save counter values during countinhibit updateAtish Patra3-16/+24
2024-07-18target/riscv: Implement privilege mode filtering for cycle/instretAtish Patra5-37/+194
2024-07-18target/riscv: Only set INH fields if priv mode is availableAtish Patra1-4/+25
2024-07-18target/riscv: Add cycle & instret privilege mode filtering supportKaiwen Xue2-1/+149
2024-07-18target/riscv: Add cycle & instret privilege mode filtering definitionsKaiwen Xue2-0/+35
2024-07-18target/riscv: Add cycle & instret privilege mode filtering propertiesKaiwen Xue2-0/+2
2024-07-18target/riscv: Fix the predicate functions for mhpmeventhX CSRsAtish Patra1-29/+38
2024-07-18target/riscv: Combine set_mode and set_virt functions.Rajnesh Kanwal3-41/+35
2024-07-18target/riscv/kvm: update KVM regs to Linux 6.10-rc5Daniel Henrique Barboza1-0/+2
2024-07-18disas/riscv: Add decode for Zawrs extensionBalaji Ravikumar1-0/+6
2024-07-18target/riscv: Validate the mode in write_vstvecJiayi Li1-1/+6
2024-07-18disas/riscv: Support zabha disassembleLIU Zhiwei1-0/+60
2024-07-18target/riscv: Expose zabha extension as a cpu propertyLIU Zhiwei1-0/+2
2024-07-18target/riscv: Add amocas.[b|h] for ZabhaLIU Zhiwei2-0/+16
2024-07-18target/riscv: Move gen_cmpxchg before adding amocas.[b|h]LIU Zhiwei2-13/+13
2024-07-18target/riscv: Add AMO instructions for ZabhaLIU Zhiwei4-1/+155
2024-07-18target/riscv: Move gen_amo before implement ZabhaLIU Zhiwei2-21/+21
2024-07-18target/riscv: Support Zama16b extensionLIU Zhiwei6-22/+57
2024-07-18disas/riscv: Support zcmop disassembleLIU Zhiwei1-0/+23
2024-07-18target/riscv: Add zcmop extensionLIU Zhiwei6-0/+39
2024-07-18disas/riscv: Support zimop disassembleLIU Zhiwei1-0/+98
2024-07-18target/riscv: Add zimop extensionLIU Zhiwei5-0/+52
2024-07-16hw/sd/sdcard: Support boot area in emmc imageJoel Stanley1-0/+42
2024-07-16hw/sd/sdcard: Add mmc SWITCH function support (CMD6)Sai Pavan Boddu2-0/+58
2024-07-16hw/sd/sdcard: Add eMMC 'boot-partition-size' propertyPhilippe Mathieu-Daudé1-1/+4
2024-07-16hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)Vincent Palatin1-0/+70
2024-07-16hw/sd/sdcard: Implement eMMC sleep state (CMD5)Luc Michel1-2/+45
2024-07-16hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26)Philippe Mathieu-Daudé1-3/+7
2024-07-16hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23)Cédric Le Goater1-0/+3
2024-07-16hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3)Cédric Le Goater1-0/+15
2024-07-16hw/sd/sdcard: Register unimplemented command handlersPhilippe Mathieu-Daudé1-0/+9
2024-07-16hw/sd/sdcard: Register generic command handlersPhilippe Mathieu-Daudé1-0/+23
2024-07-16hw/sd/sdcard: Basis for eMMC supportPhilippe Mathieu-Daudé2-1/+109
2024-07-16system/physmem: use return value of ram_block_discard_require() as errnoZhenzhong Duan1-2/+5
2024-07-16vl: fix "type is NULL" in -vga helpMarc-André Lureau1-3/+10
2024-07-16ui/console: Remove dpy_cursor_define_supported()Akihiko Odaki4-22/+2
2024-07-16ui/cocoa: Add cursor compositionAkihiko Odaki2-1/+101
2024-07-16ui/console: Convert mouse visibility parameter into boolAkihiko Odaki10-18/+19
2024-07-16ui/cocoa: Release CGColorSpaceAkihiko Odaki1-1/+4
2024-07-16esp: remove transfer size check from DMA DATA IN and DATA OUT transfersMark Cave-Ayland1-2/+2
2024-07-16system/cpus: Add cpu_pause() functionNicholas Piggin2-13/+25
2024-07-16accel/tcg: Make cpu_exec_interrupt hook mandatoryPeter Maydell2-2/+8
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha2-16/+1
2024-07-16include/hw/qdev-core.h: Correct and clarify gpio doc commentsPeter Maydell1-8/+9