qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-06 14:38:03 to 2023-11-06 20:03:45 UTC [more...]

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-11-06 14:40 UTC  (7+ messages)
` [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V6 3/9] hw/acpi: Add ACPI CPU hotplug init stub

[PATCH for-8.3 v2 00/46] Rework matching of network devices to -nic options
 2023-11-06 19:49 UTC  (38+ messages)
` [PATCH for-8.3 v2 01/46] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
` [PATCH for-8.3 v2 02/46] net: report list of available models according to platform
` [PATCH for-8.3 v2 03/46] net: add qemu_create_nic_bus_devices()
` [PATCH for-8.3 v2 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH for-8.3 v2 06/46] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
` [PATCH for-8.3 v2 09/46] hw/arm/virt: use pci_init_nic_devices()
` [PATCH for-8.3 v2 10/46] hw/hppa: "
` [PATCH for-8.3 v2 11/46] hw/loongarch: "
` [PATCH for-8.3 v2 12/46] hw/mips/fuloong2e: "
` [PATCH for-8.3 v2 13/46] hw/mips/malta: "
` [PATCH for-8.3 v2 15/46] hw/ppc/prep: "
` [PATCH for-8.3 v2 16/46] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
` [PATCH for-8.3 v2 17/46] hw/ppc: use pci_init_nic_devices()
` [PATCH for-8.3 v2 19/46] hw/sparc64/sun4u: "
` [PATCH for-8.3 v2 20/46] hw/xtensa/virt: "
` [PATCH for-8.3 v2 21/46] hw/arm/allwinner: use qemu_configure_nic_device()
` [PATCH for-8.3 v2 22/46] hw/arm/aspeed: "
` [PATCH for-8.3 v2 23/46] hw/arm/exynos4: use qemu_create_nic_device()
` [PATCH for-8.3 v2 24/46] hw/arm/fsl: use qemu_configure_nic_device()
` [PATCH for-8.3 v2 25/46] hw/net/smc91c111: "
` [PATCH for-8.3 v2 26/46] hw/net/lan9118: "
` [PATCH for-8.3 v2 27/46] hw/arm/highbank: use qemu_create_nic_device()
` [PATCH for-8.3 v2 28/46] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
` [PATCH for-8.3 v2 30/46] hw/arm: use qemu_configure_nic_device()
` [PATCH for-8.3 v2 31/46] hw/net/etraxfs-eth: "
` [PATCH for-8.3 v2 32/46] hw/m68k/mcf5208: use qemu_create_nic_device()
` [PATCH for-8.3 v2 33/46] hw/m68k/q800: use qemu_find_nic_info()
` [PATCH for-8.3 v2 35/46] hw/mips/mipssim: use qemu_create_nic_device()
` [PATCH for-8.3 v2 36/46] hw/mips/jazz: use qemu_find_nic_info()
` [PATCH for-8.3 v2 37/46] hw/net/lasi_i82596: use qemu_configure_nic_device()
` [PATCH for-8.3 v2 38/46] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
` [PATCH for-8.3 v2 39/46] hw/riscv: use qemu_configure_nic_device()
` [PATCH for-8.3 v2 41/46] hw/sparc/sun4m: use qemu_find_nic_info()
` [PATCH for-8.3 v2 42/46] hw/xtensa/xtfpga: use qemu_create_nic_device()
` [PATCH for-8.3 v2 44/46] hw/pci: remove pci_nic_init_nofail()
` [PATCH for-8.3 v2 45/46] net: remove qemu_show_nic_models(), qemu_find_nic_model()
` [PATCH for-8.3 v2 46/46] net: make nb_nics and nd_table[] static in net/net.c

[PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
 2023-11-06 19:46 UTC  (20+ messages)
` [PATCH v2 01/35] "
` [PATCH v2 02/35] tcg/optimize: Split out arg_is_const_val
` [PATCH v2 03/35] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH v2 05/35] tcg/optimize: Split out arg_new_constant
` [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_match
` [PATCH v2 13/35] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PATCH v2 19/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PATCH v2 23/35] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PATCH v2 31/35] tcg/tci: Support TCG_COND_TST{EQ,NE}

[PATCH v5 0/6] virtio: cleanup vhost-user-generic and reduce c&p
 2023-11-06 19:18 UTC  (10+ messages)
` [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
` [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base

[PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
 2023-11-06 19:15 UTC  (7+ messages)
` [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
` [PATCH v6 2/6] hw/virtio: derive vhost-user-rng from vhost-user-base
` [PATCH v6 3/6] hw/virtio: derive vhost-user-gpio "
` [PATCH v6 4/6] hw/virtio: derive vhost-user-i2c "
` [PATCH v6 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
` [PATCH v6 6/6] docs/system: add a basic enumeration of vhost-user devices

[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
 2023-11-06 18:51 UTC  (23+ messages)
` [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition
` [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml
` [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
` [PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR "
` [PATCH 05/22] target/arm: hide aliased MIDR "
` [PATCH 06/22] tests/tcg: add an explicit gdbstub register tester
` [PATCH 07/22] tests/avocado: update the tcg_plugins test
` [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
` [PATCH 09/22] gdbstub: Introduce gdb_find_static_feature()
` [PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder
` [PATCH 11/22] cpu: Call plugin hooks only when ready
` [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL
` [PATCH 13/22] plugins: add dllexport and dllimport to api funcs
` [PATCH 14/22] plugins: make test/example plugins work on windows
` [PATCH 15/22] plugins: disable lockstep plugin "
` [PATCH 16/22] plugins: allow plugins to be enabled "
` [PATCH 17/22] contrib/gitdm: Add Rivos Inc to the domain map
` [PATCH 18/22] contrib/gitdm: add domain-map for Cestc
` [PATCH 19/22] contrib/gitdm: map HiSilicon to Huawei
` [PATCH 20/22] contrib/gitdm: add Daynix to domain-map
` [PATCH 21/22] mailmap: fixup some more corrupted author fields
` [PATCH 22/22] Revert "tests/tcg/nios2: Re-enable linux-user tests"

[PATCH 00/16] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-11-06 18:53 UTC  (6+ messages)
` [PATCH 01/16] Cherry pick a set of patches that enables multifd zero page feature
    ` [External] "

[PATCH v3 0/6] migration: check required entries and sections are loaded
 2023-11-06 17:44 UTC  (2+ messages)

[PATCH] Support Intel 82574L for older macOS native Kext
 2023-11-06 16:36 UTC 

[PATCH] tests: Fix printf format string in acpi-utils.c
 2023-11-06 17:40 UTC  (2+ messages)

[PATCH v7 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-11-06 17:37 UTC  (3+ messages)
` [PATCH v7 10/13] hw/pci-host/gpex: Define properties for MMIO ranges

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-06 17:35 UTC  (35+ messages)
` [PATCH v4 06/41] vfio: Introduce base object for VFIOContainer and targeted interface
` [PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps
` [PATCH v4 08/41] vfio/container: Switch to dma_map|unmap API
` [PATCH v4 09/41] vfio/common: Introduce vfio_container_init/destroy helper
` [PATCH v4 10/41] vfio/common: Move giommu_list in base container
` [PATCH v4 11/41] vfio/container: Move space field to "
` [PATCH v4 12/41] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
` [PATCH v4 15/41] vfio/container: Move pgsizes and dma_max_mappings to base container
` [PATCH v4 16/41] vfio/container: Move vrdl_list "
` [PATCH v4 17/41] vfio/container: Move listener "
` [PATCH v4 19/41] vfio/container: Move iova_ranges "
` [PATCH v4 20/41] vfio/container: Implement attach/detach_device
` [PATCH v4 21/41] vfio/spapr: Introduce spapr backend and target interface
` [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
` [PATCH v4 23/41] vfio/spapr: Move prereg_listener into spapr container
` [PATCH v4 24/41] vfio/spapr: Move hostwin_list "
` [PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges

[PATCH] virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
 2023-11-06 17:34 UTC  (2+ messages)

[PULL 0/3] Block patches
 2023-11-06 17:10 UTC  (4+ messages)
` [PULL 1/3] qcow2: keep reference on zeroize with discard-no-unref enabled
` [PULL 2/3] block/file-posix: fix update_zones_wp() caller
` [PULL 3/3] file-posix: fix over-writing of returning zone_append offset

[PATCH] target/riscv: don't enable Zfa by default
 2023-11-06 16:38 UTC  (4+ messages)

[PATCH v2 0/5] target/s390x: CC fixes
 2023-11-06 16:15 UTC  (7+ messages)
` [PATCH v2 2/5] tests/tcg/s390x: Test CLC with inaccessible second operand
` [PATCH v2 3/5] target/s390x: Fix LAALG not updating cc_src
` [PATCH v2 4/5] tests/tcg/s390x: Test LAALG with negative cc_src

[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-06 16:13 UTC  (4+ messages)
` [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-11-06 16:12 UTC  (5+ messages)
` [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go

[PATCH v4 00/17] Get Xen PV shim running in QEMU, add net and console
 2023-11-06 16:10 UTC  (13+ messages)
` [PATCH v4 05/17] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v4 06/17] hw/xen: automatically assign device index to block devices
` [PATCH v4 08/17] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH v4 10/17] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v4 13/17] hw/i386/pc: support '-nic' for xen-net-device
` [PATCH v4 14/17] net: do not delete nics in net_cleanup()
` [PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive
` [PATCH v4 17/17] docs: update Xen-on-KVM documentation

[PATCH 00/71] *: Constify VMState
 2023-11-06 16:08 UTC  (4+ messages)
` [PATCH 53/71] hw/sensor: "

[PATCH] xen/pt: Emulate multifunction bit in header type
 2023-11-06 15:53 UTC  (2+ messages)

[PATCH 00/29] gdbstub and plugin read register and windows support
 2023-11-06 15:44 UTC  (9+ messages)
` [PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
` [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML
` [PATCH 25/29] contrib/plugins: extend execlog to track register changes

[PULL 00/12] target-arm queue
 2023-11-06 15:32 UTC  (13+ messages)
` [PULL 01/12] hw/arm/virt: fix PMU IRQ registration
` [PULL 02/12] tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2
` [PULL 03/12] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables
` [PULL 04/12] tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden references
` [PULL 05/12] hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflow
` [PULL 06/12] util/filemonitor-inotify: qemu_file_monitor_watch(): "
` [PULL 07/12] mc146818rtc: rtc_set_time(): initialize tm to zeroes
` [PULL 08/12] block/nvme: nvme_process_completion() fix bound for cid
` [PULL 09/12] hw/core/loader: gunzip(): initialize z_stream
` [PULL 10/12] io/channel-socket: qio_channel_socket_flush(): improve msg validation
` [PULL 11/12] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
` [PULL 12/12] target/arm: Fix A64 LDRA immediate decode

[PATCH] Add class property to configure KVM device node to use
 2023-11-06 15:35 UTC  (5+ messages)

[PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-06 15:21 UTC  (4+ messages)

[PATCH] file-posix: fix over-writing of returning zone_append offset
 2023-11-06 15:16 UTC  (2+ messages)

[PATCH v2 00/10] block: Make raw_co_get_allocated_file_size asynchronous
 2023-11-06 15:02 UTC  (12+ messages)
` [PATCH v2 03/10] block: Allow the wrapper script to see functions declared in qapi.h
` [PATCH v2 04/10] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed
` [PATCH v2 05/10] block: Convert bdrv_query_block_graph_info to coroutine
` [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn
` [PATCH v2 10/10] block: Add a thread-pool version of fstat

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-11-06 14:58 UTC  (4+ messages)
` [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'

[PATCH v4 00/33] Unified CPU type check
 2023-11-06 14:48 UTC  (5+ messages)
` [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() "

[PULL 00/22] vfio queue
 2023-11-06 14:36 UTC  (23+ messages)
` [PULL 01/22] memory: Let ReservedRegion use Range
` [PULL 02/22] memory: Introduce memory_region_iommu_set_iova_ranges
` [PULL 03/22] vfio: Collect container iova range info
` [PULL 04/22] virtio-iommu: Rename reserved_regions into prop_resv_regions
` [PULL 05/22] range: Make range_compare() public
` [PULL 06/22] util/reserved-region: Add new ReservedRegion helpers
` [PULL 07/22] virtio-iommu: Introduce per IOMMUDevice reserved regions
` [PULL 08/22] range: Introduce range_inverse_array()
` [PULL 09/22] virtio-iommu: Record whether a probe request has been issued
` [PULL 10/22] virtio-iommu: Implement set_iova_ranges() callback
` [PULL 11/22] virtio-iommu: Consolidate host reserved regions and property set ones
` [PULL 12/22] test: Add some tests for range and resv-mem helpers
` [PULL 13/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [PULL 14/22] util/uuid: Add UUID_STR_LEN definition
` [PULL 15/22] vfio/pci: Fix buffer overrun when writing the VF token
` [PULL 16/22] util/uuid: Remove UUID_FMT_LEN
` [PULL 17/22] util/uuid: Define UUID_STR_LEN from UUID_NONE string
` [PULL 18/22] vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
` [PULL 19/22] vfio/container: Move vfio_container_add/del_section_window into spapr.c
` [PULL 20/22] vfio/container: Move spapr specific init/deinit "
` [PULL 21/22] vfio/spapr: Make vfio_spapr_create/remove_window static
` [PULL 22/22] vfio/common: Move vfio_host_win_add/del into spapr.c

intermittent qtest-aarch64/xlnx-canfd-test test failure
 2023-11-06 14:47 UTC  (4+ messages)

[PATCH 0/4] tcg: Canonicalize SUBI to ANDI
 2023-11-06 14:49 UTC  (9+ messages)
` [PATCH 1/4] tcg: Canonicalize subi to addi during opcode generation
` [PATCH 2/4] tcg/optimize: Canonicalize subi to addi during optimization
` [PATCH 3/4] tcg/optimize: Canonicalize sub2 with constants to add2
` [PATCH 4/4] NOTFORMERGE tcg/i386: Assert sub of immediate has been folded

[PATCH v3 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
 2023-11-06 14:42 UTC  (6+ messages)
` [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables

Adding support of ARM board B-L475E-IOT01A using STM32L475 SoC
 2023-11-06 14:37 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).