Commit Graph

  • 42c31682ba MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express section Thomas Huth 2023-10-20 08:09:35 +02:00
  • 261c1281e8 MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section Thomas Huth 2023-10-20 08:09:34 +02:00
  • 4940da2096 MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK section Thomas Huth 2023-10-20 08:09:33 +02:00
  • 8011b508cf s390x/pci: only limit DMA aperture if vfio DMA limit reported Matthew Rosato 2023-11-10 12:51:08 -05:00
  • 0ab3565840 s390x/pci: bypass vfio DMA counting when using cdev Matthew Rosato 2023-11-10 12:51:07 -05:00
  • 34aee9c946 host/include/generic/host/atomic128: Fix compilation problem with Clang 17 Thomas Huth 2023-11-08 09:59:54 +01:00
  • 5c24c3e2f3 tests/qapi-schema: Tidy up pylint warnings and advice Markus Armbruster 2023-10-25 11:29:25 +02:00
  • c375f05ef5 sphinx/qapidoc: Tidy up pylint warning raise-missing-from Markus Armbruster 2023-10-25 11:21:59 +02:00
  • 6d133eef98 qapi: Fix QAPISchemaEntity.__repr__() Markus Armbruster 2023-10-24 12:48:41 +02:00
  • 569205e4e9 meson: Enable -Wshadow=local Markus Armbruster 2023-10-26 07:31:15 +02:00
  • 364eff6885 virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug() David Hildenbrand 2023-10-23 13:13:41 +02:00
  • d90014fc33 igb: Add Function Level Reset to PF and VF Cédric Le Goater 2023-10-23 17:45:07 +02:00
  • fe73674af1 igb: Add a VF reset handler Cédric Le Goater 2023-10-23 17:45:06 +02:00
  • 6ab4f1c9e2 block/snapshot: Fix compiler warning with -Wshadow=local Thomas Huth 2023-10-23 19:50:38 +02:00
  • 881d1073d0 target/hppa: Mask reserved PSW bits in expand_sm_imm Helge Deller 2023-11-07 22:32:36 +01:00
  • 69680740ea Merge tag 'qdev-array-prop' of https://repo.or.cz/qemu/kevin into staging Stefan Hajnoczi 2023-11-11 11:23:25 +08:00
  • b06f8b500d qdev: Rework array properties based on list visitor Kevin Wolf 2023-11-09 18:42:40 +01:00
  • 3257b854d8 qdev: Make netdev properties work as list elements Kevin Wolf 2023-11-09 18:42:39 +01:00
  • 125062e791 qom: Add object_property_set_default_list() Kevin Wolf 2023-11-09 18:42:38 +01:00
  • 670581f932 hw/rx/rx62n: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:37 +01:00
  • 2394c782a9 hw/arm/xlnx-versal: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:36 +01:00
  • 3c86b9dadc hw/arm/virt: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:35 +01:00
  • 50ab8648c0 hw/arm/vexpress: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:34 +01:00
  • d210fa2f05 hw/arm/sbsa-ref: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:33 +01:00
  • 80e09151c2 hw/arm/mps2: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:32 +01:00
  • 31805a0aa4 hw/arm/mps2-tz: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:31 +01:00
  • 33f0c06128 hw/i386/pc: Use qdev_prop_set_array() Kevin Wolf 2023-11-09 18:42:30 +01:00
  • ea10c38178 Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into staging Stefan Hajnoczi 2023-11-10 08:10:43 +08:00
  • 1e16977fae Merge tag 'xen-virtio-fix-1-tag' of https://gitlab.com/sstabellini/qemu into staging Stefan Hajnoczi 2023-11-10 08:09:29 +08:00
  • 4d96307c5b tracetool: avoid invalid escape in Python string Marc-André Lureau 2023-11-08 14:56:49 +04:00
  • ad6ef0a42e Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging Stefan Hajnoczi 2023-11-09 08:26:01 +08:00
  • 9a4750143c Merge tag 'pull-halloween-omnibus-081123-1' of https://gitlab.com/stsquad/qemu into staging Stefan Hajnoczi 2023-11-09 08:25:12 +08:00
  • b523a3d54f hw/ide/ahci: trigger either error IRQ or regular IRQ, not both Niklas Cassel 2023-10-11 15:12:20 +02:00
  • 1f051dcbdf block: Protect bs->file with graph_lock Kevin Wolf 2023-10-27 17:53:33 +02:00
  • a4b740db5e block: Take graph lock for most of .bdrv_open Kevin Wolf 2023-10-27 17:53:32 +02:00
  • 65ff757df0 vhdx: Take locks for accessing bs->file Kevin Wolf 2023-10-27 17:53:31 +02:00
  • 8f8973416e qcow2: Take locks for accessing bs->file Kevin Wolf 2023-10-27 17:53:30 +02:00
  • 79a5586648 block: Add missing GRAPH_RDLOCK annotations Kevin Wolf 2023-10-27 17:53:29 +02:00
  • e2dd273754 block: Introduce bdrv_co_change_backing_file() Kevin Wolf 2023-10-27 17:53:28 +02:00
  • 244b26d259 blkverify: Add locking for request_fn Kevin Wolf 2023-10-27 17:53:27 +02:00
  • 004915a96a block: Protect bs->backing with graph_lock Kevin Wolf 2023-10-27 17:53:26 +02:00
  • a475f32b07 Revert "tests/tcg/nios2: Re-enable linux-user tests" Alex Bennée 2023-11-06 18:51:12 +00:00
  • 9163d74fc0 mailmap: fixup some more corrupted author fields Alex Bennée 2023-11-06 18:51:11 +00:00
  • 8df113d979 contrib/gitdm: add Daynix to domain-map Alex Bennée 2023-11-06 18:51:10 +00:00
  • e14e0f293d contrib/gitdm: map HiSilicon to Huawei Alex Bennée 2023-11-06 18:51:09 +00:00
  • 567fa02988 contrib/gitdm: add domain-map for Cestc luzhipeng 2023-11-06 18:51:08 +00:00
  • 56953a596c contrib/gitdm: Add Rivos Inc to the domain map Alex Bennée 2023-11-06 18:51:07 +00:00
  • 36fa077394 plugins: allow plugins to be enabled on windows Greg Manning 2023-11-06 18:51:06 +00:00
  • f8347d05df gitlab: add dlltool to Windows CI Alex Bennée 2023-11-06 19:29:22 +00:00
  • d5f207ea47 plugins: disable lockstep plugin on windows Greg Manning 2023-11-06 18:51:05 +00:00
  • 330fe3b03f plugins: make test/example plugins work on windows Greg Manning 2023-11-06 18:51:04 +00:00
  • fb691b8cba plugins: add dllexport and dllimport to api funcs Greg Manning 2023-11-06 18:51:03 +00:00
  • 09f17983b7 configure: tell meson and contrib_plugins about DLLTOOL Alex Bennée 2023-11-06 18:51:02 +00:00
  • b4ff21284b cpu: Call plugin hooks only when ready Akihiko Odaki 2023-11-06 18:51:01 +00:00
  • e84f45243f gdbstub: Introduce GDBFeatureBuilder Akihiko Odaki 2023-11-06 18:51:00 +00:00
  • 1218b68ea6 gdbstub: Introduce gdb_find_static_feature() Akihiko Odaki 2023-11-06 18:50:59 +00:00
  • 6c2313e83d gdbstub: Add num_regs member to GDBFeature Akihiko Odaki 2023-11-06 18:50:58 +00:00
  • 119599965e tests/avocado: update the tcg_plugins test Alex Bennée 2023-11-06 18:50:57 +00:00
  • 21750c3c89 tests/tcg: add an explicit gdbstub register tester Alex Bennée 2023-11-06 18:50:56 +00:00
  • acd8e83a2f target/arm: hide aliased MIDR from gdbstub Alex Bennée 2023-11-06 18:50:55 +00:00
  • f654387b81 target/arm: hide all versions of DBGD[RS]AR from gdbstub Alex Bennée 2023-11-06 18:50:54 +00:00
  • 8ce4d441cb target/arm: mark the 32bit alias of PAR when LPAE enabled Alex Bennée 2023-11-06 18:50:53 +00:00
  • 940bb5fa9c gdb-xml: fix duplicate register in arm-neon.xml Alex Bennée 2023-11-06 18:50:52 +00:00
  • e5e653b0f1 default-configs: Add TARGET_XML_FILES definition Akihiko Odaki 2023-11-06 18:50:51 +00:00
  • a3c3aaa846 Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into staging Stefan Hajnoczi 2023-11-08 20:35:00 +08:00
  • f09744ddc2 Merge tag 'misc-fixes-pull-request' of https://gitlab.com/berrange/qemu into staging Stefan Hajnoczi 2023-11-08 20:34:49 +08:00
  • 44ad47b758 Merge tag 'pull-request-2023-11-07' of https://gitlab.com/thuth/qemu into staging Stefan Hajnoczi 2023-11-08 20:34:36 +08:00
  • ed1d873caa Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into staging Stefan Hajnoczi 2023-11-08 08:32:26 +08:00
  • 01bb72afbb Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level() Vikram Garhwal 2023-11-01 14:07:23 -07:00
  • 5bf4ceec10 ppc: qtest already exports qtest_rtas_call() Juan Quintela 2023-10-30 17:38:34 +01:00
  • fcc63904b5 hw/pci-host: Update PHB5 XSCOM registers Saif Abrar 2023-10-16 12:59:48 -05:00
  • 0d1dcb0bb1 ppc/pnv: Fix number of I2C engines and ports for power9/10 Glenn Miles 2023-10-25 10:27:14 -05:00
  • 1ceda19c28 ppc/pnv: Connect PNV I2C controller to powernv10 Glenn Miles 2023-10-17 17:14:34 -05:00
  • 5f06612154 ppc/pnv: Connect I2C controller model to powernv9 chip Cédric Le Goater 2023-10-16 17:20:13 -05:00
  • 263b81ee15 ppc/pnv: Add an I2C controller model Cédric Le Goater 2023-10-16 17:20:12 -05:00
  • f46f8e0f37 tests/avocado: Add test for amigaone board BALATON Zoltan 2023-10-27 13:54:51 +02:00
  • d9656f860a hw/ppc: Add emulation of AmigaOne XE board BALATON Zoltan 2023-11-07 19:40:17 +01:00
  • 3e19fbc0c5 target/s390x/cpu topology: Fix ordering and creation of TLEs Nina Schoetterl-Glausch 2023-10-27 18:36:37 +02:00
  • d7e61d6b39 tests/tcg/s390x: Test ADD LOGICAL WITH CARRY Ilya Leoshkevich 2023-11-06 10:31:26 +01:00
  • ebc14107f1 tests/tcg/s390x: Test LAALG with negative cc_src Ilya Leoshkevich 2023-11-06 10:31:25 +01:00
  • bea402482a target/s390x: Fix LAALG not updating cc_src Ilya Leoshkevich 2023-11-06 10:31:24 +01:00
  • 43fecbe7a5 tests/tcg/s390x: Test CLC with inaccessible second operand Ilya Leoshkevich 2023-11-06 10:31:23 +01:00
  • aba2ec341c target/s390x: Fix CLC corrupting cc_src Ilya Leoshkevich 2023-11-06 10:31:22 +01:00
  • ad63e6d693 target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block() Philippe Mathieu-Daudé 2023-10-30 10:31:50 +01:00
  • 81f993828b s390/sclp: fix SCLP facility map Heiko Carstens 2023-10-24 12:07:03 +02:00
  • 645198d58b tests/avocado: Allow newer versions of tesseract in the nextcube test Thomas Huth 2023-11-01 21:43:22 +01:00
  • ccd6a37947 block: Mark bdrv_replace_node() GRAPH_WRLOCK Kevin Wolf 2023-10-27 17:53:25 +02:00
  • 5c0ef4954f block: Mark bdrv_replace_node_common() GRAPH_WRLOCK Kevin Wolf 2023-10-27 17:53:24 +02:00
  • 3204c2e33b block: Inline bdrv_set_backing_noperm() Kevin Wolf 2023-10-27 17:53:23 +02:00
  • d0f9fd94d9 block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK Kevin Wolf 2023-10-27 17:53:22 +02:00
  • 78a9c76eef block: Mark bdrv_cow_child() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:21 +02:00
  • ec82cc41a7 block: Mark bdrv_filter_child() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:20 +02:00
  • 79bb762727 block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:19 +02:00
  • 9275fc72bd block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:18 +02:00
  • ad74751fc0 block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:17 +02:00
  • 430da832af block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:16 +02:00
  • 372b69f503 block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:15 +02:00
  • f3bbc53dc5 block: Mark block_job_add_bdrv() GRAPH_WRLOCK Kevin Wolf 2023-10-27 17:53:14 +02:00
  • 03b9eaca54 block: Mark bdrv_root_attach_child() GRAPH_WRLOCK Kevin Wolf 2023-10-27 17:53:13 +02:00
  • f5a3a270fe block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK Kevin Wolf 2023-10-27 17:53:12 +02:00