qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-28 18:06:39 to 2022-05-30 15:20:14 UTC [more...]

[PATCH 000/114] target/arm: Rewrite sve feature tests
 2022-05-30 15:11 UTC  (2+ messages)

[PATCH] tcg: Special case split barriers before/after load
 2022-05-30 15:10 UTC  (2+ messages)

[PATCH v5 00/10] qmp, hmp: statistics subsystem and KVM suport
 2022-05-30 15:07 UTC  (10+ messages)
` [PATCH v5 01/10] qmp: Support for querying stats
` [PATCH v5 02/10] kvm: Support for querying fd-based stats
` [PATCH v5 03/10] qmp: add filtering of statistics by target vCPU
` [PATCH v5 04/10] cutils: fix case for "kilo" and "kibi"
` [PATCH v5 05/10] cutils: add functions for IEC and SI prefixes
` [PATCH v5 06/10] hmp: add basic "info stats" implementation
` [PATCH v5 08/10] hmp: add filtering of statistics by provider
` [PATCH v5 09/10] qmp: add filtering of statistics by name
` [PATCH v5 10/10] hmp: "

[PATCH 1/4] qdev: add DEVICE_RUNTIME_ERROR event
 2022-05-30 15:04 UTC  (5+ messages)

[PATCH] loader: support loading large files (>=2GB)
 2022-05-30 14:58 UTC  (2+ messages)

[PATCH v2 00/26] Misc cleanups
 2022-05-30 14:41 UTC  (3+ messages)
` [PATCH v2 05/26] tests: move libqtest.h back under qtest/

[PATCH] hw/nvme: deprecate the use-intel-id compatibility parameter
 2022-05-30 14:37 UTC  (2+ messages)

[RESEND PATCH] hw/dma: fix crash caused by race condition
 2022-05-30 14:34 UTC  (2+ messages)

[PATCH] target/xtensa: add clock input to xtensa CPU
 2022-05-30 14:30 UTC  (2+ messages)

[PATCH 0/6] scsi: add support for FORMAT UNIT command and quirks
 2022-05-30 14:23 UTC  (3+ messages)
` [PATCH 1/6] scsi-disk: add FORMAT UNIT command

[PATCH 1/4] target/mips: Fix SAT_S trans helper
 2022-05-30 14:03 UTC  (9+ messages)
` [PATCH 2/4] target/mips: Fix df_extract_val() and df_extract_df() dfe lookup
` [PATCH 3/4] target/mips: Fix msa checking condition in trans_msa_elm_fn()

[RFC PATCH v5 0/3] Sysbus device generic QAPI plug support
 2022-05-30 14:05 UTC  (8+ messages)

[PATCH] target/mips: Fix FTRUNC_S and FTRUNC_U trans helper
 2022-05-30 14:21 UTC  (2+ messages)

[PATCH] target/mips: Fix store adress of high 64bit in helper_msa_st_b()
 2022-05-30 14:17 UTC  (2+ messages)

[PATCH v2] hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA
 2022-05-30 14:15 UTC  (2+ messages)

[PATCH v2 0/3] Fix dma-reentrancy issues
 2022-05-30 14:04 UTC  (10+ messages)
` [PATCH v2 1/3] memory: Track whether a Device is engaged in IO

[PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-05-30 13:45 UTC  (9+ messages)
` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH v2 0/3] hppa: Fix serial port pass-through
 2022-05-30 13:44 UTC  (3+ messages)
` [PATCH v2 3/3] hppa: Fix serial port assignments and pass-through

[PATCH 1/4] hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
 2022-05-30 13:33 UTC  (7+ messages)
` [PATCH 2/4] hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTIC
` [PATCH 3/4] piix_ide_reset: Use pci_set_* functions instead of direct access
` [PATCH 4/4] hw/ide/piix: Ignore writes of hardwired PCI command register bits

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-30 13:26 UTC  (7+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

Introduce akcipher service for virtio-crypto
 2022-05-30 13:31 UTC  (3+ messages)
` [PATCH v8 1/1] crypto: Introduce RSA algorithm

[PATCH] target/i386: Fix wrong count setting
 2022-05-30 13:18 UTC 

[PATCH v2 0/3] PIIX3-IDE XEN cleanup
 2022-05-30 13:21 UTC  (4+ messages)
` [PATCH v2 3/3] include/hw/ide: Unexport pci_piix3_xen_ide_unplug()

[PATCH] nbd: Drop dead code spotted by Coverity
 2022-05-30 13:22 UTC  (2+ messages)

[PATCH v3 0/7] QOM'ify PIIX southbridge creation
 2022-05-30 13:19 UTC  (18+ messages)
` [PATCH v3 1/7] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names
` [PATCH v3 2/7] hw/isa/piix4: Use object_initialize_child() for embedded struct
` [PATCH v3 3/7] hw/isa/piix{3, 4}: Move pci_map_irq_fn's near pci_set_irq_fn's
` [PATCH v3 4/7] hw/isa/piix{3, 4}: QOM'ify PCI device creation and wiring
` [PATCH v3 5/7] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions
` [PATCH v3 6/7] hw/isa/piix4: QOM'ify PIIX4 PM creation
` [PATCH v3 7/7] hw/isa/piix{3, 4}: Inline and remove create() functions

[PATCH] aio_wait_kick: add missing memory barrier
 2022-05-30 13:16 UTC  (2+ messages)

[PATCH v3] block/gluster: correctly set max_pdiscard
 2022-05-30 13:15 UTC  (2+ messages)

[PATCH] vduse-blk: Add name option
 2022-05-30 13:04 UTC 

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-30 13:02 UTC  (8+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[PATCH] MAINTAINERS: update Vladimir's address and repositories
 2022-05-30 13:00 UTC  (2+ messages)

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-30 12:47 UTC  (13+ messages)
` [PATCH 1/3] memory-failure: Introduce memory failure notifier
` [PATCH 2/3] mm/memory-failure.c: support reset PTE during unpoison
    `  "
` [PATCH 3/3] virtio_balloon: Introduce memory recover
    `  "

[PATCH 00/18] target/arm: tidy exception routing
 2022-05-30 12:44 UTC  (5+ messages)
` [PATCH 01/18] target/arm: Allow raise_exception to handle finding target EL
` [PATCH 02/18] target/arm: Use arm_current_el for simple exceptions

[PATCH] build: add a "make modules" target
 2022-05-30 12:24 UTC 

[RFC PATCH] checkpatch: add regex to match decodetree structs in typeList
 2022-05-30 12:07 UTC 

[PATCH 0/3] recover hardware corrupted page by virtio balloon
 2022-05-30 11:33 UTC  (5+ messages)
  `  "

[PATCH v2 00/11] hw/acpi/piix4: remove legacy piix4_pm_init() function
 2022-05-30 11:27 UTC  (12+ messages)
` [PATCH v2 01/11] hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_realize()
` [PATCH v2 02/11] hw/acpi/piix4: change smm_enabled from int to bool
` [PATCH v2 03/11] hw/acpi/piix4: convert smm_enabled bool to qdev property
` [PATCH v2 04/11] hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
` [PATCH v2 05/11] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
` [PATCH v2 06/11] hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()
` [PATCH v2 07/11] hw/acpi/piix4: use qdev gpio to wire up sci_irq
` [PATCH v2 08/11] hw/acpi/piix4: use qdev gpio to wire up smi_irq
` [PATCH v2 09/11] hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_initfn()
` [PATCH v2 10/11] hw/isa/piix4.c: "
` [PATCH v2 11/11] hw/acpi/piix4: remove unused piix4_pm_initfn() function

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-30 11:59 UTC  (11+ messages)
` [RFC PATCH v4 18/36] i386/tdx: Skip BIOS shadowing setup
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

[PATCH] hw/sd/allwinner-sdhost: report FIFO water level as 1 when data ready
 2022-05-30 11:36 UTC  (4+ messages)

Outreachy project task: Adding QEMU block layer APIs resembling Linux ZBD ioctls
 2022-05-30 11:26 UTC  (5+ messages)

[PATCH 00/12] hw/acpi/piix4: remove legacy piix4_pm_init() function
 2022-05-30 11:22 UTC  (17+ messages)
` [PATCH 01/12] hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_realize()
` [PATCH 02/12] hw/acpi/piix4: change smm_enabled from int to bool
` [PATCH 03/12] hw/acpi/piix4: convert smm_enabled bool to qdev property
` [PATCH 04/12] hw/acpi/piix4: move PIIX4PMState into separate piix4.h header
` [PATCH 05/12] hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState
` [PATCH 07/12] hw/acpi/piix4: introduce piix4_pm_init() instance init function

[PATCH v2] block/rbd: report a better error when namespace does not exist
 2022-05-30 11:21 UTC  (3+ messages)

bios bits for QEMU acpi tests
 2022-05-30 11:04 UTC  (2+ messages)

[PATCH v2 1/1] nbd: trace long NBD operations
 2022-05-30 10:39 UTC 

[PATCH 1/1] block: use 'unsigned' for in_flight field on driver state
 2022-05-30 10:39 UTC 

[PATCH] tests/tcg/s390x: Test overflow conditions
 2022-05-30 10:35 UTC  (3+ messages)

[PATCH v5 00/43] Add LoongArch softmmu support
 2022-05-30 10:21 UTC  (5+ messages)
` [PATCH v5 40/43] hw/loongarch: Add LoongArch ls7a acpi device support

[PULL v2 00/86] virtio,pc,pci: fixes,cleanups,features
 2022-05-30 10:09 UTC  (6+ messages)
` [PULL v2 75/86] include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAX

[PATCH] ppc: fix boot with sam460ex
 2022-05-30  9:37 UTC  (3+ messages)

[PATCH] target/arm/hvf: Include missing "cpregs.h"
 2022-05-30  9:36 UTC  (2+ messages)

[PATCH v1 00/33] testing/next (gitlab, junit, lcitool, x-compile)
 2022-05-30  9:03 UTC  (19+ messages)
` [PATCH v1 03/33] gitlab-ci: add meson JUnit test result into report
` [PATCH v1 23/33] configure: move symlink configuration earlier
` [PATCH v1 24/33] configure: enable cross-compilation of s390-ccw
` [PATCH v1 25/33] configure: enable cross-compilation of optionrom
` [PATCH v1 28/33] gitlab: introduce a common base job template
` [PATCH v1 29/33] gitlab: convert Cirrus jobs to .base_job_template
` [PATCH v1 30/33] gitlab: convert static checks "
` [PATCH v1 31/33] gitlab: convert build/container jobs "
` [PATCH v1 32/33] gitlab: don't run CI jobs in forks by default

[PATCH] MAINTAINERS: Update s390 vhost entries
 2022-05-30  8:48 UTC  (2+ messages)

[PATCH] gitlab-ci: add meson JUnit test result into report
 2022-05-30  7:41 UTC  (3+ messages)

[PATCH 0/2] backend/tpm: Resolve issue with TPM 2 DA lockout
 2022-05-30  7:49 UTC  (5+ messages)

[PATCH 0/9] tests, python: prepare to expand usage of test venv
 2022-05-30  7:33 UTC  (3+ messages)
` [PATCH 8/9] tests: add python3-venv to debian10.docker

[RFC PATCH] python: add qmp-send program to send raw qmp commands to qemu
 2022-05-30  7:12 UTC  (3+ messages)

[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-05-30  6:10 UTC  (3+ messages)
` [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables

[PATCH v6 resend 0/4] add generic vDPA device support
 2022-05-30  4:16 UTC  (2+ messages)

[QEMU PATCH v2 0/6] Support ACPI NVDIMM Label Methods
 2022-05-30  3:40 UTC  (7+ messages)
` [QEMU PATCH v2 1/6] tests/acpi: allow SSDT changes
` [QEMU PATCH v2 2/6] acpi/ssdt: Fix aml_or() and aml_and() in if clause
` [QEMU PATCH v2 3/6] acpi/nvdimm: NVDIMM _DSM Spec supports revision 2
` [QEMU PATCH v2 4/6] nvdimm: Implement ACPI NVDIMM Label Methods
` [QEMU PATCH v2 5/6] test/acpi/bios-tables-test: SSDT: update golden master binaries
` [QEMU PATCH v2 6/6] acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()

Type table?
 2022-05-30  2:52 UTC 

[PULL v2 00/15] Misc patches
 2022-05-30  1:58 UTC  (17+ messages)
` [PULL v2 01/15] include: move qemu_*_exec_dir() to cutils
` [PULL v2 02/15] util/win32: simplify qemu_get_local_state_dir()
` [PULL v2 03/15] tests: make libqmp buildable for win32
` [PULL v2 04/15] qga: flatten safe_open_or_create()
` [PULL v2 05/15] qga: add qga_open_cloexec() helper
` [PULL v2 06/15] qga: use qga_open_cloexec() for safe_open_or_create()
` [PULL v2 07/15] qga: throw an Error in ga_channel_open()
` [PULL v2 08/15] qga: replace qemu_open_old() with qga_open_cloexec()
` [PULL v2 09/15] qga: make build_fs_mount_list() return a bool
` [PULL v2 10/15] test/qga: use G_TEST_DIR to locate os-release test file
` [PULL v2 11/15] qga/wixl: prefer variables over environment
` [PULL v2 12/15] qga/wixl: require Mingw_bin
` [PULL v2 13/15] qga/wixl: simplify some pre-processing
` [PULL v2 14/15] qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
` [PULL v2 15/15] test/qga: use g_auto wherever sensible

[PATCH v3 0/3] QOM improvements for rtc/mc146818rtc
 2022-05-29 18:40 UTC  (4+ messages)
` [PATCH v3 1/3] hw/i386/microvm-dt: Force explicit failure if retrieving QOM property fails
` [PATCH v3 2/3] hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM property
` [PATCH v3 3/3] rtc/mc146818rtc: QOM'ify io_base offset

[PATCH] qsd: document vduse-blk exports
 2022-05-29 18:35 UTC  (4+ messages)

KVM call for 2022-05-31
 2022-05-29 14:53 UTC 

[PATCH 0/2] gdbstub: don't crash if no gdb attached and gdb syscall attempted
 2022-05-29 11:06 UTC  (3+ messages)
` [PATCH 1/2] gdbstub: Don't use GDB syscalls if no GDB is attached

[PATCH] hvf: arm: Include target/arm/cpregs.h
 2022-05-29 10:52 UTC  (2+ messages)

[PATCH] ui/cocoa: Fix poweroff request code
 2022-05-29 10:45 UTC 

[PATCH] tests/tcg/i386: Use explicit suffix on fist insns
 2022-05-29 10:43 UTC  (2+ messages)

[PATCH v2 0/6] QOM'ify PIIX southbridge creation
 2022-05-29  9:52 UTC  (5+ messages)
` [PATCH v2 1/6] include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names

[PATCH v6 0/8] Support exporting BDSs via VDUSE
 2022-05-29  8:13 UTC  (4+ messages)
` [PATCH v6 6/8] vduse-blk: Implement vduse-blk export

[PATCH] Updating gdbstub to allow safe multithreading in usermode emulation
 2022-05-28 20:45 UTC  (2+ messages)

[PULL 0/3] Hppa serial fix patches
 2022-05-28 18:05 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).