Commit Graph

  • ca4af17c5e hw/misc/imx: Replace sprintf() by snprintf() Philippe Mathieu-Daudé 2024-04-11 12:31:14 +02:00
  • a6ab7a98c9 hw/misc/applesmc: Simplify DeviceReset handler Philippe Mathieu-Daudé 2024-04-08 13:15:44 +02:00
  • 214652da12 tests/qtest: Add tests for the STM32L4x5 USART Arnaud Minier 2024-03-29 18:44:02 +01:00
  • 92741432ed hw/arm: Add the USART to the stm32l4x5 SoC Arnaud Minier 2024-03-29 18:44:01 +01:00
  • c4c12ee487 hw/char/stm32l4x5_usart: Add options for serial parameters setting Arnaud Minier 2024-03-29 18:44:00 +01:00
  • 87b77e6e01 hw/char/stm32l4x5_usart: Enable serial read and write Arnaud Minier 2024-03-29 18:43:59 +01:00
  • 4fb37aea7e hw/char: Implement STM32L4x5 USART skeleton Arnaud Minier 2024-03-29 18:43:58 +01:00
  • 631f46d4ea reset: Add RESET_TYPE_SNAPSHOT_LOAD Peter Maydell 2024-04-12 17:08:09 +01:00
  • 41d49ec190 docs/devel/reset: Update to new API for hold and exit phase methods Peter Maydell 2024-04-12 17:08:08 +01:00
  • ad80e36744 hw, target: Add ResetType argument to hold and exit phase methods Peter Maydell 2024-04-12 17:08:07 +01:00
  • aadea887f4 scripts/coccinelle: New script to add ResetType to hold and exit phases Peter Maydell 2024-04-12 17:08:06 +01:00
  • ef6ab2922f allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset Peter Maydell 2024-04-12 17:08:05 +01:00
  • 1e0f2b38ac hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr Peter Maydell 2024-04-12 17:08:04 +01:00
  • a6819c1bd0 linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code Peter Maydell 2024-04-11 12:53:13 +01:00
  • c3a68dfd19 hw/dma: avoid apparent overflow in soc_dma_set_request Anastasia Belova 2024-04-09 14:53:01 +03:00
  • 5ae47f7aec hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMI Jinjie Ruan 2024-04-19 14:33:06 +01:00
  • 14a164030a target/arm: Add FEAT_NMI to max Jinjie Ruan 2024-04-19 14:33:06 +01:00
  • c57e81889f hw/intc/arm_gicv3: Report the VINMI interrupt Jinjie Ruan 2024-04-19 14:33:05 +01:00
  • f3c26a44fe hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update() Jinjie Ruan 2024-04-19 14:33:05 +01:00
  • d89daa893f hw/intc/arm_gicv3: Implement NMI interrupt priority Jinjie Ruan 2024-04-19 14:33:05 +01:00
  • d2c0c6aab6 hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read() Peter Maydell 2024-04-19 14:36:33 +01:00
  • 28cca59c46 hw/intc/arm_gicv3: Add NMI handling CPU interface registers Peter Maydell 2024-04-19 14:36:00 +01:00
  • 44ed1e4b9a hw/intc/arm_gicv3: Implement GICD_INMIR Jinjie Ruan 2024-04-19 14:33:03 +01:00
  • 7c79d98d2e hw/intc/arm_gicv3_redist: Implement GICR_INMIR0 Jinjie Ruan 2024-04-19 14:33:02 +01:00
  • 0e9f4e8e7b hw/intc/arm_gicv3: Add irq non-maskable property Jinjie Ruan 2024-04-19 14:33:02 +01:00
  • 67d74e4c54 hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3 Jinjie Ruan 2024-04-19 14:33:01 +01:00
  • c9e86cbd34 hw/intc/arm_gicv3: Add has-nmi property to GICv3 device Jinjie Ruan 2024-04-19 14:33:01 +01:00
  • e4eb290571 target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64() Jinjie Ruan 2024-04-19 14:33:01 +01:00
  • 34d94b7af9 hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU Jinjie Ruan 2024-04-19 14:33:00 +01:00
  • 83f3207538 hw/intc/arm_gicv3: Add external IRQ lines for NMI Jinjie Ruan 2024-04-19 14:33:00 +01:00
  • 167f2631df target/arm: Handle PSTATE.ALLINT on taking an exception Jinjie Ruan 2024-04-19 14:32:59 +01:00
  • 2e0be5f6b1 target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI Jinjie Ruan 2024-04-19 14:32:59 +01:00
  • 963e4e3648 target/arm: Add support for NMI in arm_phys_excp_target_el() Jinjie Ruan 2024-04-19 14:32:58 +01:00
  • b36a32ead1 target/arm: Add support for Non-maskable Interrupt Jinjie Ruan 2024-04-19 14:32:58 +01:00
  • 5c21697461 target/arm: Support MSR access to ALLINT Jinjie Ruan 2024-04-19 14:32:57 +01:00
  • cbf817a2ff target/arm: Implement ALLINT MSR (immediate) Jinjie Ruan 2024-04-19 14:32:57 +01:00
  • 4833c75611 target/arm: Add support for FEAT_NMI, Non-maskable Interrupt Jinjie Ruan 2024-04-19 14:32:57 +01:00
  • 6aa2041561 target/arm: Add PSTATE.ALLINT Jinjie Ruan 2024-04-19 14:32:56 +01:00
  • 2b0d2ab895 target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI Jinjie Ruan 2024-04-19 14:32:56 +01:00
  • 63073574e8 target/i386: Move APIC related code to cpu-apic.c Philippe Mathieu-Daudé 2024-03-21 14:29:11 +01:00
  • 6c3b78532c hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h Philippe Mathieu-Daudé 2024-03-19 19:29:50 +01:00
  • b928505d39 scripts: add script to compare compatibility properties Maksim Davydov 2024-03-19 00:35:50 +03:00
  • 33956e4768 python/qemu/machine: add method to retrieve QEMUMachine::binary field Maksim Davydov 2024-03-19 00:35:49 +03:00
  • 236e9397b3 qmp: add dump machine type compatibility properties Maksim Davydov 2024-03-19 00:35:48 +03:00
  • 443df40cad qom: add default value Maksim Davydov 2024-03-19 00:35:47 +03:00
  • 641b1efe01 tests: Update our CI to use CentOS Stream 9 instead of 8 Thomas Huth 2024-04-18 12:10:47 +02:00
  • 2355d18c79 tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update Thomas Huth 2024-04-18 12:10:46 +02:00
  • c723d9d16f tests/lcitool/libvirt-ci: Update to the latest master branch Thomas Huth 2024-04-18 12:10:45 +02:00
  • 45070eb716 tests: Remove Ubuntu 20.04 container Thomas Huth 2024-04-18 12:10:44 +02:00
  • 4d6ae2df56 .travis.yml: Do some more testing with Clang Thomas Huth 2024-03-20 11:41:44 +01:00
  • 66163bc7d7 .travis.yml: Update the jobs to Ubuntu 22.04 Thomas Huth 2024-04-18 12:10:48 +02:00
  • aeb99d0772 .travis.yml: Remove the unused UNRELIABLE environment variable Thomas Huth 2024-03-20 11:41:43 +01:00
  • 6705587adb Revert ".travis.yml: Cache Avocado cache" Thomas Huth 2024-03-20 11:41:41 +01:00
  • 5e279f38c7 tests/vm: update openbsd image to 7.5 Brad Smith 2024-04-10 08:17:26 -04:00
  • 838f82468a docs: i386: pc: Update maximum CPU numbers for PC Q35 Zhao Liu 2024-04-12 16:53:58 +08:00
  • 58045186fc tests/qtest : Use g_assert_cmphex instead of g_assert_cmpuint Inès Varhol 2024-04-14 19:28:21 +02:00
  • cbd58e7cc2 MAINTAINERS: update email of Peter Lieven Peter Lieven 2023-01-05 10:50:39 +01:00
  • 5da72194df Merge tag 'pull-tcg-20240424' of https://gitlab.com/rth7680/qemu into staging Richard Henderson 2024-04-24 15:51:49 -07:00
  • 0815c228bd target/m68k: Support semihosting on non-ColdFire targets Keith Packard 2023-10-03 15:26:06 -07:00
  • f161e723fd target/m68k: Perform the semihosting test during translate Richard Henderson 2023-10-03 15:15:24 -07:00
  • 5fae5110ee target/m68k: Pass semihosting arg to exit Keith Packard 2023-08-02 09:19:12 -07:00
  • 7048fc59ef linux-user: Add FITRIM ioctl Michael Vogt 2024-04-03 11:20:49 +02:00
  • 88a722b6ad linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO Michael Tokarev 2024-03-31 13:07:37 +03:00
  • 166bd92e3b linux-user: do_setsockopt: make ip_mreq_source local to the place where it is used Michael Tokarev 2024-03-31 13:07:36 +03:00
  • 124a1341a6 linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq() Michael Tokarev 2024-03-31 13:07:35 +03:00
  • 04f6fb897a linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY Michael Tokarev 2024-03-31 13:07:34 +03:00
  • 1f2355f53c meson: Make DEBUG_REMAP a meson option Ilya Leoshkevich 2024-03-12 01:23:30 +01:00
  • 85b597413d Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging Richard Henderson 2024-04-24 11:49:57 -07:00
  • bffc14efd9 Merge tag 'pull-qapi-2024-04-24' of https://repo.or.cz/qemu/armbru into staging Richard Henderson 2024-04-24 09:23:33 -07:00
  • 1e0a7549e1 Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging Richard Henderson 2024-04-24 09:22:42 -07:00
  • 2d9cbbea64 block/gluster: Remove deprecated RDMA protocol handling Philippe Mathieu-Daudé 2024-03-28 13:41:10 +01:00
  • 1dfd42c426 hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper Philippe Mathieu-Daudé 2024-03-28 12:53:00 +01:00
  • a60e53fa8f hw/timer: Remove the ALTERA_TIMER model Philippe Mathieu-Daudé 2024-03-27 15:22:20 +01:00
  • 6c3014858c target/nios2: Remove the deprecated Nios II target Philippe Mathieu-Daudé 2024-03-27 12:10:58 +01:00
  • 92360d6e62 MAINTAINERS: Update Sriram Yagnaraman mail address Sriram Yagnaraman 2024-02-28 09:06:25 +01:00
  • bf82921212
    Add missing LibAFL RW callbacks (#65) Romain Malmain 2024-04-24 10:57:25 +02:00
  • 060b5a9323 qapi: Dumb down QAPISchema.lookup_entity() Markus Armbruster 2024-03-15 16:23:01 +01:00
  • 99e75d8c2a qapi: Tighten check whether implicit object type already exists Markus Armbruster 2024-03-15 16:23:00 +01:00
  • 8d413dbd5d qapi/schema: remove unnecessary asserts John Snow 2024-03-15 16:22:59 +01:00
  • aa1fed9f54 qapi/schema: turn on mypy strictness John Snow 2024-03-15 16:22:58 +01:00
  • 4ed3fe0822 qapi/schema: add type hints John Snow 2024-03-15 16:22:57 +01:00
  • d5e2f3d03c qapi/parser.py: assert member.info is present in connect_member John Snow 2024-03-15 16:22:56 +01:00
  • 7c6e446476 qapi/parser: demote QAPIExpression to Dict[str, Any] John Snow 2024-03-15 16:22:55 +01:00
  • 7e09dd686f qapi/schema: assert inner type of QAPISchemaVariants in check_clash() John Snow 2024-03-15 16:22:54 +01:00
  • 583f4d6fdd qapi/schema: fix typing for QAPISchemaVariants.tag_member John Snow 2024-03-15 16:22:53 +01:00
  • 9beda22dcb qapi/schema: Don't initialize "members" with None John Snow 2024-03-15 16:22:52 +01:00
  • 875f624232 qapi/schema: add _check_complete flag John Snow 2024-03-15 16:22:51 +01:00
  • 8b9e7fd3b3 qapi/schema: assert info is present when necessary John Snow 2024-03-15 16:22:50 +01:00
  • 8c91329ff0 qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type John Snow 2024-03-15 16:22:49 +01:00
  • 7191400a44 qapi: Assert built-in types exist Markus Armbruster 2024-03-15 16:22:48 +01:00
  • 802a3e3f74 qapi/schema: assert resolve_type has 'info' and 'what' args on error John Snow 2024-03-15 16:22:47 +01:00
  • 10755a9536 qapi/schema: add type narrowing to lookup_type() John Snow 2024-03-15 16:22:46 +01:00
  • 9bda6c7d11 qapi/schema: adjust type narrowing for mypy's benefit John Snow 2024-03-15 16:22:45 +01:00
  • d150be3d54 qapi/schema: make c_type() and json_type() abstract methods John Snow 2024-03-15 16:22:44 +01:00
  • 578cd9329b qapi/schema: declare type for QAPISchemaArrayType.element_type John Snow 2024-03-15 16:22:43 +01:00
  • ec103961bf qapi/schema: declare type for QAPISchemaObjectTypeMember.type John Snow 2024-03-15 16:22:42 +01:00
  • 2418d1c43a qapi: create QAPISchemaDefinition John Snow 2024-03-15 16:22:41 +01:00
  • ce7fde0630 qapi/schema: add pylint suppressions John Snow 2024-03-15 16:22:40 +01:00
  • cebc18810a qapi: sort pylint suppressions John Snow 2024-03-15 16:22:39 +01:00
  • 2daf52df8b qapi/parser: shush up pylint John Snow 2024-03-15 16:22:38 +01:00