Age | Commit message (Expand) | Author | Files | Lines |
2024-12-21 | Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 1 | -2/+2 |
2024-12-20 | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 1 | -2/+2 |
2024-12-19 | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST | Richard Henderson | 1 | -1/+0 |
2024-12-15 | hw/intc: Constify all Property | Richard Henderson | 1 | -1/+1 |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell | 1 | -1/+1 |
2024-01-09 | hw/intc/armv7m_nvic: add "num-prio-bits" property | Samuel Tardieu | 1 | -1/+22 |
2023-12-29 | hw/intc: Constify VMState | Richard Henderson | 1 | -4/+4 |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell | 1 | -0/+1 |
2023-07-25 | arm: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-02-27 | hw/intc/armv7m_nvic: Use QOM cast CPU() macro | Philippe Mathieu-Daudé | 1 | -3/+3 |
2023-02-27 | target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled | Fabiano Rosas | 1 | -7/+13 |
2023-02-16 | target/arm: Store CPUARMState::nvic as NVICState* | Philippe Mathieu-Daudé | 1 | -25/+13 |
2022-07-18 | hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high | Peter Maydell | 1 | -1/+8 |
2021-09-01 | arm: Move system PPB container handling to armv7m | Peter Maydell | 1 | -141/+4 |
2021-09-01 | arm: Move systick device creation from NVIC to ARMv7M object | Peter Maydell | 1 | -73/+0 |
2021-09-01 | arm: Move M-profile RAS register block into its own device | Peter Maydell | 1 | -56/+0 |
2021-07-27 | hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NS | Peter Maydell | 1 | -7/+24 |
2021-07-27 | hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDING | Peter Maydell | 1 | -1/+1 |
2021-07-27 | hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interrupts | Peter Maydell | 1 | -5/+4 |
2021-06-15 | hw/intc/armv7m_nvic: Remove stale comment | Peter Maydell | 1 | -6/+0 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-01-08 | hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN | Peter Maydell | 1 | -0/+15 |
2020-12-10 | hw/intc/armv7m_nvic: Implement read/write for RAS register block | Peter Maydell | 1 | -0/+56 |
2020-12-10 | target/arm: Implement M-profile "minimal RAS implementation" | Peter Maydell | 1 | -0/+13 |
2020-12-10 | hw/intc/armv7m_nvic: Fix "return from inactive handler" check | Peter Maydell | 1 | -27/+32 |
2020-12-10 | hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit | Peter Maydell | 1 | -8/+18 |
2020-12-10 | target/arm: Implement v8.1M REVIDR register | Peter Maydell | 1 | -0/+5 |
2020-12-10 | hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M | Peter Maydell | 1 | -1/+8 |
2020-12-10 | hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault | Peter Maydell | 1 | -11/+67 |
2020-10-01 | hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs | Peter Maydell | 1 | -0/+42 |
2020-10-01 | target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters | Peter Maydell | 1 | -2/+2 |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang | 1 | -1/+0 |
2020-08-03 | hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE... | Peter Maydell | 1 | -1/+16 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -5/+2 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -4/+2 |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3 | Markus Armbruster | 1 | -4/+3 |
2020-06-15 | sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 | Markus Armbruster | 1 | -5/+3 |
2020-03-12 | hw/intc/armv7m_nvic: Rebuild hflags on reset | Peter Maydell | 1 | -0/+6 |
2020-02-28 | target/arm: Add isar_feature_aa32_vfp_simd | Richard Henderson | 1 | -10/+10 |
2020-02-21 | target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks | Peter Maydell | 1 | -4/+4 |
2020-02-21 | target/arm: Define an aa32_pmu_8_1 isar feature test function | Peter Maydell | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-10-24 | target/arm: Rebuild hflags for M-profile NVIC | Richard Henderson | 1 | -9/+13 |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen | 1 | -7/+8 |
2019-09-03 | hw/intc/armv7m_nic: Access MemoryRegion with MemOp | Tony Nguyen | 1 | -4/+8 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-07-04 | target/arm: v8M: Check state of exception being returned from | Peter Maydell | 1 | -1/+13 |
2019-07-04 | arm v8M: Forcibly clear negative-priority exceptions on deactivate | Peter Maydell | 1 | -5/+35 |