qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 14:54:38 to 2021-03-23 00:58:42 UTC [more...]

[PATCH v10 0/7] Pegasos2 emulation
 2021-03-23  0:55 UTC  (4+ messages)
` [PATCH v10 7/7] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

[PATCH] configure: Improve alias attribute check
 2021-03-23  3:13 UTC  (12+ messages)

[PATCH] hw/net: fsl_etsec: Tx padding length should exclude CRC
 2021-03-23  0:08 UTC  (7+ messages)

[PATCH v4 00/17] target/ppc: Fix truncation of env->hflags
 2021-03-23  0:01 UTC  (17+ messages)
` [PATCH v4 03/17] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PATCH v4 07/17] target/ppc: Disconnect hflags from MSR
` [PATCH v4 10/17] target/ppc: Create helper_scv
` [PATCH v4 13/17] target/ppc: Remove env->immu_idx and env->dmmu_idx

[PATCH] [NFC] Mark locally used symbols as static
 2021-03-22 23:32 UTC  (3+ messages)

[PATCH 1/2] block/raw: added support of persistent dirty bitmaps
 2021-03-22 20:27 UTC  (2+ messages)

[PULL v2 00/19] pc,virtio,pci: fixes, features
 2021-03-22 23:00 UTC  (19+ messages)
` [PULL v2 01/19] virtio: Fix virtio_mmio_read()/virtio_mmio_write()
` [PULL v2 02/19] vhost-user: Drop misleading EAGAIN checks in slave_read()
` [PULL v2 03/19] vhost-user: Fix double-close on slave_read() error path
` [PULL v2 04/19] vhost-user: Factor out duplicated slave_fd teardown code
` [PULL v2 05/19] vhost-user: Convert slave channel to QIOChannelSocket
` [PULL v2 06/19] vhost-user: Introduce nested event loop in vhost_user_read()
` [PULL v2 07/19] vhost-user: Monitor slave channel "
` [PULL v2 08/19] virtio-pmem: fix virtio_pmem_resp assign problem
` [PULL v2 09/19] tests: acpi: temporary whitelist DSDT changes
` [PULL v2 10/19] pci: introduce acpi-index property for PCI device
` [PULL v2 11/19] pci: acpi: ensure that acpi-index is unique
` [PULL v2 12/19] acpi: add aml_to_decimalstring() and aml_call6() helpers
` [PULL v2 13/19] pci: acpi: add _DSM method to PCI devices
` [PULL v2 14/19] tests: acpi: update expected blobs
` [PULL v2 15/19] acpi: Set proper maximum size for "etc/table-loader" blob
` [PULL v2 17/19] acpi: Move maximum size logic into acpi_add_rom_blob()
` [PULL v2 18/19] acpi: Set proper maximum size for "etc/acpi/rsdp" blob
` [PULL v2 19/19] acpi: Move setters/getters of oem fields to X86MachineState

[PATCH for-6.0] x86:acpi:piix4: reinitialize PM1.CNT on reset
 2021-03-22 22:57 UTC  (3+ messages)
` [PATCH] acpi:piix4, vt82c686: reinitialize acpi PM device "

[PULL 00/20] pc,virtio,pci: fixes, features
 2021-03-22 22:56 UTC  (24+ messages)
` [PULL 01/20] virtio: Fix virtio_mmio_read()/virtio_mmio_write()
` [PULL 02/20] vhost-user: Drop misleading EAGAIN checks in slave_read()
` [PULL 03/20] vhost-user: Fix double-close on slave_read() error path
` [PULL 04/20] vhost-user: Factor out duplicated slave_fd teardown code
` [PULL 05/20] vhost-user: Convert slave channel to QIOChannelSocket
` [PULL 06/20] vhost-user: Introduce nested event loop in vhost_user_read()
` [PULL 07/20] vhost-user: Monitor slave channel "
` [PULL 08/20] virtio-pmem: fix virtio_pmem_resp assign problem
` [PULL 09/20] acpi:piix4, vt82c686: reinitialize acpi PM device on reset
` [PULL 11/20] pci: introduce acpi-index property for PCI device
` [PULL 12/20] pci: acpi: ensure that acpi-index is unique
` [PULL 13/20] acpi: add aml_to_decimalstring() and aml_call6() helpers
` [PULL 14/20] pci: acpi: add _DSM method to PCI devices
` [PULL 15/20] tests: acpi: update expected blobs
` [PULL 16/20] acpi: Set proper maximum size for "etc/table-loader" blob
` [PULL 17/20] microvm: Don't open-code "etc/table-loader"
` [PULL 18/20] acpi: Move maximum size logic into acpi_add_rom_blob()
` [PULL 19/20] acpi: Set proper maximum size for "etc/acpi/rsdp" blob
` [PULL 20/20] acpi: Move setters/getters of oem fields to X86MachineState

[PATCH v1] vhost-user-blk: use different event handlers on init and operation
 2021-03-22 22:51 UTC  (2+ messages)

[PATCH v3 0/1] Rework ACPI OEM fields handling to simplify code (was: acpi: Remove duplicated code handling OEM ID and OEM table ID fields)
 2021-03-22 22:47 UTC  (3+ messages)
` [PATCH v3 1/1] acpi: Consolidate the handling of OEM ID and OEM Table ID fields

[PATCH] hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows
 2021-03-22 22:35 UTC  (3+ messages)

[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
 2021-03-22 22:09 UTC  (2+ messages)

[PATCH v2] target/riscv: Prevent lost illegal instruction exceptions
 2021-03-22 21:57 UTC  (3+ messages)

[PATCH v2 0/3] exec: Build page-vary-common.c with -fno-lto
 2021-03-22 21:49 UTC  (3+ messages)

[PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi
 2021-03-22 21:45 UTC  (12+ messages)
` [PATCH 1/2] block/raw: added support of persistent dirty bitmaps
` [PATCH 2/2] qapi: implementation of the block-dirty-bitmap-dump command
  ` Fwd: [PATCH 0/2] block/raw: implemented persistent dirty bitmap and ability to dump bitmap content via qapi

[PATCH] exec: Build page-varry-common.c with -fno-lto
 2021-03-22 21:45 UTC  (3+ messages)

[PATCH] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-03-22 21:06 UTC  (2+ messages)

[PATCH 1/2] hw/riscv: microchip_pfsoc: Map EMMC/SD mux register
 2021-03-22 20:34 UTC  (5+ messages)
` [PATCH 2/2] docs/system: riscv: Add documentation for 'microchip-icicle-kit' machine

[PATCH v1 0/3] migration: Fixes to the 'background-snapshot' code
 2021-03-22 20:17 UTC  (3+ messages)
` [PATCH v1 1/3] migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread

[RFC PATCH 0/9] Support for Virtio-fs daemon crash reconnection
 2021-03-22 20:13 UTC  (7+ messages)
  ` [External] "
          ` [Virtio-fs] "

[PATCH] docs: simplify each section title
 2021-03-22 19:48 UTC  (4+ messages)

[PATCH v5 00/10] KVM: Dirty ring support (QEMU part)
 2021-03-22 19:45 UTC  (14+ messages)
` [PATCH v5 02/10] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH v5 09/10] KVM: Disable manual dirty log when dirty ring enabled
` [PATCH v5 10/10] KVM: Dirty ring support

[Qemu-devel] [Bug 1407808] [NEW] virtual console gives strange response to ANSI DSR
 2021-03-22 19:22 UTC  (2+ messages)
` [Bug 1407808] "

[RFC PATCH v2] gitlab: default to not building the documentation
 2021-03-22 19:39 UTC  (2+ messages)

[PATCH] docs/system/generic-loader.rst: Fix style
 2021-03-22 17:49 UTC 

[PULL 00/11] emulated nvme updates and fixes
 2021-03-22 19:27 UTC  (7+ messages)

[PATCH] MAINTAINERS: add virtio-fs mailing list
 2021-03-22 19:34 UTC  (4+ messages)
` [Virtio-fs] "

[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
 2021-03-22 19:19 UTC  (2+ messages)
` [Bug 1907952] "

[RFC v1 0/5] s390x cleanup
 2021-03-22 19:15 UTC  (6+ messages)
` [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
` [RFC v1 2/5] target/s390x: start moving TCG-only code to tcg/
` [RFC v1 3/5] target/s390x: move sysemu-only code out to cpu-sysemu.c
` [RFC v1 4/5] target/s390x: split cpu-dump from helper.c
` [RFC v1 5/5] target/s390x: make helper.c sysemu-only

[PATCH] docs/system/generic-loader.rst: Fix style
 2021-03-22 19:16 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-22 19:10 UTC  (15+ messages)
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine

finding all the places in an AddressSpace that alias a specific address
 2021-03-22 18:51 UTC  (2+ messages)

[PATCH 00/15] virtio-gpu: split into two devices
 2021-03-22 18:41 UTC  (4+ messages)

[PATCH RFC] docs: document file-posix locking protocol
 2021-03-22 18:27 UTC 

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-22 17:50 UTC  (2+ messages)

[PATCH v3 0/6] iotests: fix failures with non-PCI machines
 2021-03-22 17:50 UTC  (2+ messages)

[PATCH 0/5] yank: Add chardev tests and fixes
 2021-03-22 17:48 UTC  (6+ messages)
` [PATCH 1/5] tests: Use the normal yank code instead of stubs in relevant tests

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-22 17:40 UTC  (9+ messages)
` [RFC PATCH 13/27] vhost: Send buffers to device

[RFC PATCH] gitlab: default to not building the documentation
 2021-03-22 17:20 UTC  (7+ messages)

[PATCH v3 0/4] Disable unsupported features on iOS hosts
 2021-03-22 17:31 UTC  (3+ messages)
` [PATCH v3 1/4] block: feature detection for host block support

[PULL 0/7] SD/MMC patches for 2021-03-21
 2021-03-22 17:16 UTC  (8+ messages)
` [PULL 1/7] hw/sd: sd: Fix build error when DEBUG_SD is on
` [PULL 2/7] hw/sd: sd: Actually perform the erase operation
` [PULL 3/7] hw/sd: sdhci: Don't transfer any data when command time out
` [PULL 4/7] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
` [PULL 5/7] hw/sd: sdhci: Correctly set the controller status for ADMA
` [PULL 6/7] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
` [PULL 7/7] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed

[RFC v10 00/49] arm cleanup experiment for kvm-only build
 2021-03-22 17:17 UTC  (12+ messages)
` [RFC v10 01/49] target/arm: move translate modules to tcg/
` [RFC v10 02/49] target/arm: move helpers "
` [RFC v10 03/49] arm: tcg: only build under CONFIG_TCG
` [RFC v10 04/49] target/arm: tcg: add sysemu and user subsirs
` [RFC v10 06/49] target/arm: split off cpu-sysemu.c
` [RFC v10 24/49] target/arm: refactor exception and cpu code

[RESEND PATCH v3 0/5] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-03-22 17:11 UTC  (2+ messages)

Arm: VFP regression
 2021-03-22 17:09 UTC  (3+ messages)

[PATCH for 6.0 v1 00/14] fixes for rc1 (kernel-doc, semihosting, testing)
 2021-03-22 17:03 UTC  (3+ messages)
` [PATCH v1 10/14] gitlab-ci.yml: Merge the trace-backend testing into other jobs

[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-03-22 17:03 UTC  (7+ messages)

[RFC PATCH] gitlab: extend timeouts for CFI builds
 2021-03-22 17:01 UTC  (4+ messages)

[PATCH for-6.0 0/2] Fix use-after-free, if remove bitmap during migration
 2021-03-22 16:56 UTC  (2+ messages)

[PATCH v28 00/23] i386 cleanup PART 2
 2021-03-22 16:41 UTC  (6+ messages)
` [PATCH v28 01/23] target/i386: Rename helper_fldt, helper_fstt
` [PATCH v28 02/23] target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor

[PATCH 0/2] SEV firmware error list touchups
 2021-03-22 16:43 UTC  (5+ messages)

[PATCH 0/3] target/arm: Add nested virtualization support
 2021-03-22 16:32 UTC  (3+ messages)

[Qemu-devel] [PULL v2 00/76] misc patches for 2019-02-04
 2021-03-22 16:26 UTC  (12+ messages)
` [Qemu-devel] [PULL 18/76] optionrom: add new PVH option rom

[PATCH 0/8] virtiofsd: Changed various allocations to GLib functions
 2021-03-22 15:52 UTC  (3+ messages)

[PATCH] i386/acpi: restore device paths for pre-5.1 vms
 2021-03-22 15:49 UTC  (3+ messages)

[PULL 0/2] MIPS patches for 2021-03-22
 2021-03-22 16:01 UTC  (2+ messages)

[PATCH v2 0/5] yank: Add chardev tests and fixes
 2021-03-22 15:41 UTC  (6+ messages)
` [PATCH v2 1/5] tests: Use the normal yank code instead of stubs in relevant tests
` [PATCH v2 2/5] tests: Add tests for yank with the chardev-change case
` [PATCH v2 3/5] chardev/char.c: Move object_property_try_add_child out of chardev_new
` [PATCH v2 4/5] chardev/char.c: Always pass id to chardev_new
` [PATCH v2 5/5] chardev: Fix yank with the chardev-change case

[PATCH v2] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-22 15:40 UTC 

[PATCH v3 for-6.0 0/2] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-22 15:39 UTC  (8+ messages)
` [PATCH v3 for-6.0 1/2] tcg: Do not set guard pages on the rx portion of code_gen_buffer
` [PATCH v3 for-6.0 2/2] tcg: Workaround macOS 11.2 mprotect bug

[PATCH] monitor/qmp: fix race on CHR_EVENT_CLOSED without OOB
 2021-03-22 15:26 UTC  (3+ messages)

[Bug 1920672] [NEW] Compilation fails silently
 2021-03-22 15:27 UTC  (3+ messages)
` [Bug 1920672] "

[PATCH v2 0/4] Add support for Shakti SoC from IIT-M
 2021-03-22 15:18 UTC  (3+ messages)
` [PATCH v2 1/4] target/riscv: Add Shakti C class CPU

[PATCH v2] hw/block: m25p80: Support fast read for SST flashes
 2021-03-22 15:17 UTC  (2+ messages)

[PATCH] xen-block: Fix removal of backend instance via xenstore
 2021-03-22 15:03 UTC  (3+ messages)

[Bug 1920752] [NEW] USB SoundCard Passthrough not working on arm64
 2021-03-22 14:51 UTC  (3+ messages)
` [Bug 1920752] "

[ RFC 0/6] Improve PMU support
 2021-03-22 14:53 UTC  (3+ messages)
` [ RFC 1/6] target/riscv: Remove privilege v1.9 specific CSR related code

[PATCH v2] target/riscv: Add proper two-stage lookup exception detection
 2021-03-22 14:30 UTC  (2+ messages)

[PATCH] hw/riscv: Drop the unused fdt pointer
 2021-03-22 14:28 UTC  (2+ messages)

[PATCH] fuzz: Avoid deprecated misuse of -drive if=sd
 2021-03-22 14:20 UTC  (3+ messages)

[PATCH v3] hw/sd: sd: Actually perform the erase operation
 2021-03-22 14:31 UTC  (3+ messages)

Bug in tlbi_aa64_vae2is_write: tlbbits_for_regime called with swapped ARMMMUIdx_ values?
 2021-03-22 14:21 UTC  (3+ messages)

[PATCH] hw/sd: sd: Fix build error when DEBUG_SD is on
 2021-03-22 14:23 UTC  (2+ messages)

[PATCH for-6.0] target/arm: Set ARMMMUFaultInfo.level in user-only arm_cpu_tlb_fill
 2021-03-22 14:10 UTC  (2+ messages)

[PULL 00/13] Net patches
 2021-03-22 14:13 UTC  (2+ messages)

[PULL v2 00/15] testing, docs, semihosting move and guest-loader
 2021-03-22 14:06 UTC  (4+ messages)
` [PULL v2 04/15] gitlab-ci.yml: Add jobs to test CFI flags

[PATCH for 6.0 v4] hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable
 2021-03-22 14:07 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).