qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 05:20:02 to 2021-10-21 18:49:11 UTC [more...]

[PATCH v2 0/7] Misc NPCM7XX patches
 2021-10-21 18:39 UTC  (6+ messages)
` [PATCH v2 1/7] hw/i2c: Clear ACK bit in NPCM7xx SMBus module
` [PATCH v2 2/7] hw/i2c: Read FIFO during RXF_CTL change in NPCM7XX SMBus
` [PATCH v2 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
` [PATCH v2 5/7] hw/nvram: Update at24c EEPROM init function in NPCM7xx boards
` [PATCH v2 6/7] hw/arm: quanta-gbs-bmc add i2c devices

[PULL 0/1] Block patches
 2021-10-21 17:41 UTC  (2+ messages)
` [PULL 1/1] coroutine: resize pool periodically instead of limiting size

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-21 17:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-21 17:28 UTC 

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-10-21 17:06 UTC  (4+ messages)
` [PATCH v2 05/22] target/riscv: Allow setting CPU feature from machine/device emulation

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-10-21 17:02 UTC  (5+ messages)
` [PATCH v2 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration
` [PATCH v2 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE

[PATCH 0/4] vl: Prioritize device realizations
 2021-10-21 16:54 UTC  (6+ messages)

[PULL 00/25] ppc-for-6.2 queue 20211021
 2021-10-21 16:53 UTC  (2+ messages)

[PATCH v5 1/8] target/riscv: zfh: half-precision load and store
 2021-10-21 16:29 UTC  (8+ messages)
` [PATCH v5 2/8] target/riscv: zfh: half-precision computational
` [PATCH v5 3/8] target/riscv: zfh: half-precision convert and move
` [PATCH v5 4/8] target/riscv: zfh: half-precision floating-point compare
` [PATCH v5 5/8] target/riscv: zfh: half-precision floating-point classify
` [PATCH v5 6/8] target/riscv: zfh: add Zfh cpu property
` [PATCH v5 7/8] target/riscv: zfh: implement zfhmin extension
` [PATCH v5 8/8] target/riscv: zfh: add Zfhmin cpu property

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-21 16:22 UTC  (7+ messages)
` [PATCH v3 04/21] target/riscv: additional macros to check instruction support
` [PATCH v3 21/21] target/riscv: support for 128-bit satp

[RFC PATCH v1 1/2] riscv: Add preliminary infra for custom instrcution handling
 2021-10-21 16:11 UTC  (3+ messages)
` [RFC PATCH v1 2/2] Enable custom instruction suport for Andes A25 and AX25 CPU model

[PATCH v5 1/2] softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
 2021-10-21 16:08 UTC  (2+ messages)
` [PATCH v5 2/2] target/riscv: change the api for RVF/RVD fmin/fmax

[PATCH] e1000: fix tx re-entrancy problem
 2021-10-21 16:10 UTC 

[PULL 00/19] target/arm patch queue
 2021-10-21 15:25 UTC  (20+ messages)
` [PULL 01/19] tests/acpi: Get prepared for IORT E.b revision upgrade
` [PULL 02/19] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b
` [PULL 03/19] tests/acpi: Generate reference blob for IORT rev E.b
` [PULL 04/19] hw/arm/virt: Don't create device-tree node for empty NUMA node
` [PULL 05/19] roms/edk2: Only init brotli submodule to build BaseTools
` [PULL 06/19] roms/edk2: Only initialize required submodules
` [PULL 07/19] hw/arm/sbsa-ref: Fixed cpu type error message typo
` [PULL 08/19] hw/elf_ops.h: switch to ssize_t for elf loader return type
` [PULL 09/19] tests/acpi: Add void table for virt/DBG2 bios-tables-test
` [PULL 10/19] hw/arm/virt_acpi_build: Generate DBG2 table
` [PULL 11/19] bios-tables-test: Generate reference table for virt/DBG2
` [PULL 12/19] hw/arm/virt: Only describe cpu topology since virt-6.2
` [PULL 13/19] device_tree: Add qemu_fdt_add_path
` [PULL 14/19] hw/arm/virt: Add cpu-map to device tree
` [PULL 15/19] hw/acpi/aml-build: Add Processor hierarchy node structure
` [PULL 16/19] hw/acpi/aml-build: Add PPTT table
` [PULL 17/19] tests/data/acpi/virt: Add an empty expected file for PPTT
` [PULL 18/19] hw/arm/virt-acpi-build: Generate PPTT table
` [PULL 19/19] tests/data/acpi/virt: Update the empty expected file for PPTT

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-21 15:39 UTC  (4+ messages)

[PULL 00/19] target/arm patch queue
 2021-10-21 15:22 UTC 

[PATCH 0/3] linux-aio: allow block devices to limit aio-max-batch
 2021-10-21 15:21 UTC  (8+ messages)
` [PATCH 1/3] file-posix: add `aio-max-batch` option
` [PATCH 2/3] linux-aio: add `dev_max_batch` parameter to laio_co_submit()
` [PATCH 3/3] linux-aio: add `dev_max_batch` parameter to laio_io_unplug()

[RFC PATCH v5 0/3] riscv: Add preliminary custom CSR support
 2021-10-21 15:09 UTC  (4+ messages)
` [RFC PATCH v5 1/3] riscv: Adding Andes A25 and AX25 cpu models
` [RFC PATCH v5 2/3] riscv: Introduce custom CSR hooks to riscv_csrrw()
` [RFC PATCH v5 3/3] riscv: Enable custom CSR support for Andes AX25 and A25 CPUs

[RFC PATCH v1 0/2] riscv: Add preliminary custom instruction support
 2021-10-21 15:13 UTC 

[PATCH v3 00/25] block layer: split block APIs in global state and I/O
 2021-10-21 15:11 UTC  (17+ messages)
` [PATCH v3 02/25] include/block/block: split header into I/O and global state API
` [PATCH v3 04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v3 06/25] include/block/block_int: split header into I/O and global state API
` [PATCH v3 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v3 11/25] include/block/blockjob.h: global state API
` [PATCH v3 13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v3 17/25] block/copy-before-write.h: global state API + assertions
` [PATCH v3 24/25] job.h: split function pointers in JobDriver

Looking for advise on debugging a non-boot kernel on qemu-system-sh4
 2021-10-21 15:07 UTC  (6+ messages)

[PATCH v9 0/8] hw/arm/virt: Introduce cpu topology support
 2021-10-21 15:04 UTC  (6+ messages)
` [PATCH v9 5/8] hw/acpi/aml-build: Add PPTT table
` [PATCH v9 8/8] tests/data/acpi/virt: Update the empty expected file for PPTT

[gdbstub] redirecting qemu console output to a debugger
 2021-10-21 14:51 UTC  (3+ messages)

[RFC PATCH 00/10] security: Introduce qemu_security_policy_taint() API
 2021-10-21 14:47 UTC  (4+ messages)
` [RFC PATCH 02/10] accel: Use qemu_security_policy_taint(), mark KVM and Xen as safe

[Bug 1874888] [NEW] certain programs make QEMU crash with "tcg fatal error"
 2021-10-21 14:36 UTC  (3+ messages)
` [Bug 1874888] "

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-21 14:33 UTC  (7+ messages)
` [PATCH 05/15] hw/nvme: Add support for SR-IOV
` [PATCH 10/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-21 14:33 UTC  (11+ messages)
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree

[PATCH v5 00/12] virtio-iommu: Add ACPI support
 2021-10-21 14:00 UTC  (21+ messages)
` [PATCH v5 02/12] hw/i386/pc: Remove x86_iommu_get_type()
` [PATCH v5 03/12] hw/i386/pc: Move IOMMU singleton into PCMachineState
` [PATCH v5 04/12] hw/i386/pc: Allow instantiating a virtio-iommu device
` [PATCH v5 05/12] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v5 06/12] hw/arm/virt: Remove device tree restriction "
` [PATCH v5 07/12] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v5 09/12] tests/acpi: allow updates of VIOT expected data files
` [PATCH v5 10/12] tests/acpi: add test cases for VIOT

[PATCH] microvm: add device tree support
 2021-10-21 13:43 UTC  (3+ messages)

[PATCH 0/8] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-21 12:54 UTC  (28+ messages)
` [PATCH 1/8] pci: Define pci_bus_dev_fn type
` [PATCH 2/8] pci: Export pci_for_each_device_under_bus*()
` [PATCH 3/8] pci: Use pci_for_each_device_under_bus*()
` [PATCH 4/8] pci: Define pci_bus_fn/pci_bus_ret_fn type
` [PATCH 5/8] pci: Add pci_for_each_root_bus()
` [PATCH 6/8] pci: Use pci_for_each_root_bus() in current code
` [PATCH 7/8] pci: Add pci_for_each_device_all()
` [PATCH 8/8] x86-iommu: Fail early if vIOMMU specified after vfio-pci

plugins: Missing Store Exclusive Memory Accesses
 2021-10-21 12:28 UTC  (8+ messages)

[PATCH] softmmu: fix watchpoint processing in icount mode
 2021-10-21 10:54 UTC  (6+ messages)

[PATCH v2 0/2] plugins: add a drcov plugin
 2021-10-21 10:40 UTC  (5+ messages)
` [PATCH v2 1/2] src/plugins: add helper functions for drcov
` [PATCH v2 2/2] contrib/plugins: add a drcov plugin

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2021-10-21 10:39 UTC  (7+ messages)
` [PATCH v7 1/4] monitor/hmp: add support for flag argument with value
` [PATCH v7 2/4] qapi/monitor: refactor set/expire_password with enums
` [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password
` [PATCH v7 4/4] qapi/monitor: only allow 'keep' SetPasswordAction for VNC and deprecate

[PATCH v3 0/5] qapi: Add feature flags to enum members
 2021-10-21 10:20 UTC  (6+ messages)
` [PATCH v3 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH v3 2/5] qapi: Add feature flags to enum members
` [PATCH v3 3/5] qapi: Move compat policy from QObject to generic visitor
` [PATCH v3 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
` [PATCH RFC v3 5/5] block: Deprecate transaction type drive-backup

[PATCH v2 0/4] qemu-img compare --stat
 2021-10-21 10:12 UTC  (5+ messages)
` [PATCH v2 1/4] qemu-img: implement "
` [PATCH v2 2/4] qemu-img: make --block-size optional for "
` [PATCH v2 3/4] qemu-img: add --shallow option for qemu-img compare
` [PATCH v2 4/4] iotests: add qemu-img-compare-stat test

[PATCH v2 0/5] qapi: Add feature flags to enum members
 2021-10-21  9:47 UTC  (14+ messages)
` [PATCH v2 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH v2 2/5] qapi: Add feature flags to enum members
` [PATCH v2 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
  ` [PATCH v2 4/5] qapi: Implement deprecated-input={reject,crash} "
` [PATCH RFC v2 5/5] block: Deprecate transaction type drive-backup

[PATCH v6 0/5] VNC-related HMP/QMP fixes
 2021-10-21  9:35 UTC  (9+ messages)
` [PATCH v6 3/5] qapi/monitor: allow VNC display id in set/expire_password
` [PATCH v6 4/5] qapi/monitor: only allow 'keep' SetPasswordAction for VNC and deprecate
` [PATCH v6 5/5] docs: add deprecation note about 'set_password' param 'connected'

[PATCH v8 0/8] hw/arm/virt: Introduce cpu topology support
 2021-10-21  9:25 UTC  (10+ messages)
` [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

[PATCH v1 1/9] hw/riscv: opentitan: Update to the latest build
 2021-10-21  8:53 UTC  (18+ messages)
` [PATCH v1 2/9] hw/intc: Remove the Ibex PLIC
` [PATCH v1 3/9] hw/intc: sifive_plic: Move the properties
` [PATCH v1 4/9] hw/intc: sifive_plic: Cleanup the realize function
` [PATCH v1 5/9] hw/intc: sifive_plic: Cleanup the irq_request function
` [PATCH v1 6/9] hw/intc: sifive_plic: Add a reset function
` [PATCH v1 7/9] hw/intc: sifive_plic: Cleanup the write function
` [PATCH v1 8/9] hw/intc: sifive_plic: Cleanup the read function
` [PATCH v1 9/9] hw/intc: sifive_plic: Cleanup remaining functions

[PATCH 0/2] failover: don't allow to migrate a paused VM that needs PCI unplug
 2021-10-21  8:49 UTC  (2+ messages)

[PATCH v2 0/6] hw/riscv: Use MachineState::ram and MachineClass::default_ram_id in all machines
 2021-10-21  8:48 UTC  (7+ messages)
` [PATCH v2 1/6] hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
` [PATCH v2 2/6] hw/riscv: opentitan: "
` [PATCH v2 4/6] hw/riscv: sifive_e: "

[PATCH v3 0/4] s390x: CPU Topology
 2021-10-21  8:44 UTC  (7+ messages)
` [PATCH v3 2/4] s390x: kvm: topology: interception of PTF instruction

[PATCH v2] qapi: Improve input_type_enum()'s error message
 2021-10-21  8:15 UTC  (2+ messages)

[Bug 1947933] [NEW] xHCI Port Status Change Event at port powered
 2021-10-21  8:00 UTC  (2+ messages)
` [Bug 1947933] "

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-21  8:01 UTC  (22+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
                                      ` Deprecate the ppc405 boards in QEMU?

[Bug 1769053]
 2020-10-29 15:30 UTC  (3+ messages)

[PATCH v7 00/21] Add LoongArch linux-user emulation support
 2021-10-21  7:45 UTC  (5+ messages)
` [PATCH v7 21/21] scripts: add loongarch64 binfmt config

[PATCH v2 0/5] aspeed/smc: Improve support for the alternate boot function
 2021-10-21  7:26 UTC  (7+ messages)
` [PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region
` [PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models
` [PATCH v2 4/5] aspeed/smc: Use a container for the flash mmio address space

[PATCH v2 0/3] multiboot: Use DMA instead port-based transfer
 2021-10-21  7:23 UTC  (2+ messages)

[PATCH v3 0/3] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
 2021-10-21  7:00 UTC  (6+ messages)

[PATCH v8 00/78] support vector extension v1.0
 2021-10-21  4:27 UTC  (5+ messages)
` [PATCH v8 38/78] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v8 39/78] target/riscv: rvv-1.0: whole register "


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).