qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-13 22:19:55 to 2022-10-15 14:28:40 UTC [more...]

[PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
 2022-10-15 14:27 UTC  (9+ messages)
` [PATCH v6 14/25] ppc440_sdram: Move RAM size check to ppc440_sdram_init

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-10-15 13:14 UTC  (3+ messages)

[PATCH v3 0/9] Add ARM Cortex-R52 cpu
 2022-10-15 13:07 UTC  (4+ messages)
` [PATCH v3 7/9] target/arm: Add PMSAv8r registers

[PATCH v8 00/16] QMP/HMP: introduce 'dumpdtb'
 2022-10-15 12:06 UTC  (2+ messages)

[PATCH v4] tcg/loongarch64: Add direct jump support
 2022-10-15  9:27 UTC 

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-15  5:07 UTC  (13+ messages)
` [PATCH v1 01/12] hw/xen: Correct build config for xen_pt_stub
` [PATCH v1 02/12] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PATCH v1 03/12] hw/i386/xen: rearrange xen_hvm_init_pc
` [PATCH v1 04/12] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PATCH v1 05/12] hw/i386/xen/xen-hvm: create arch_handle_ioreq and arch_xen_set_memory
` [PATCH v1 06/12] xen-hvm: move common functions to hw/xen/xen-hvm-common.c
` [PATCH v1 07/12] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [PATCH v1 08/12] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [PATCH v1 09/12] accel/xen/xen-all: export xenstore_record_dm_state
` [PATCH v1 10/12] hw/arm: introduce xenpv machine
` [PATCH v1 11/12] meson.build: enable xenpv machine build for ARM
` [PATCH v1 12/12] meson.build: do not set have_xen_pci_passthrough for aarch64 targets

[PATCH] tests/docker: Add flex/bison to `debian-hexagon-cross`
 2022-10-14 22:36 UTC 

[RFC 0/7] migration patches for VFIO
 2022-10-14 19:49 UTC  (8+ messages)
` [RFC 7/7] migration: call qemu_savevm_state_pending_exact() with the guest stopped

[PATCH v5 0/9] target/arm: pc-relative translation blocks
 2022-10-14 19:01 UTC  (6+ messages)
` [PATCH v5 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-14 18:57 UTC  (3+ messages)
` [PATCH v8 7/8] KVM: Handle page fault for private memory

[PATCH v2] disas/mips: Fix branch displacement for BEQZC and BNEZC
 2022-10-14 18:54 UTC  (2+ messages)

[PATCH v6 0/9] target/arm: pc-relative translation blocks
 2022-10-14 18:46 UTC  (4+ messages)
` [PATCH v6 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32

[PATCH] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
 2022-10-14 18:30 UTC  (2+ messages)

[PATCH] util/log: Always send errors to logfile when daemonized
 2022-10-14 18:28 UTC  (4+ messages)

[PATCH v4 00/24] target/arm: Implement FEAT_HAFDBS
 2022-10-14 18:12 UTC  (5+ messages)
` [PATCH v4 05/24] target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
` [PATCH v4 06/24] target/arm: Restrict tlb flush from vttbr_write to vmid change

[PATCH v2] target/arm: update the cortex-a15 MIDR to latest rev
 2022-10-14 18:02 UTC  (2+ messages)

[PATCH] hw/char/pl011: fix baud rate calculation
 2022-10-14 18:01 UTC  (2+ messages)

[PATCH v4 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-14 17:35 UTC  (11+ messages)
` [PATCH v4 01/10] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
` [PATCH v4 02/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
` [PATCH v4 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v4 04/10] acpi/tests/avocado/bits: add smilatency test suite from bits in order to disable it
` [PATCH v4 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v4 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime
` [PATCH v4 07/10] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PATCH v4 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v4 09/10] acpi/tests/avocado/bits: add a README file to describe the test
` [PATCH v4 10/10] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests

[PATCH] kvm: dirty-ring: Fix race with vcpu creation
 2022-10-14 16:33 UTC  (2+ messages)

[PATCH] KVM: dirty ring: Add memory barrier when marking pfn collected
 2022-10-14 16:33 UTC  (2+ messages)

[PATCH V3 0/4] PASID support for Intel IOMMU
 2022-10-14 16:17 UTC  (7+ messages)
` [PATCH V3 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V3 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V3 4/4] intel-iommu: PASID support

[PATCH] hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
 2022-10-14 16:16 UTC  (3+ messages)

[PATCH] hw: misc: edu: fix 2 off-by-one errors
 2022-10-14 16:12 UTC 

[PATCH] hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus
 2022-10-14 16:09 UTC  (2+ messages)

[PATCH v3 00/13] Misc ppc/mac machines clean up
 2022-10-14 15:25 UTC  (9+ messages)
` [PATCH v3 05/13] mac_{old|new}world: Simplify cmdline_base calculation
` [PATCH v3 06/13] mac_newworld: Clean up creation of Uninorth devices
` [PATCH v3 10/13] hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-14 15:19 UTC  (33+ messages)
` [PATCH v3 12/29] target/ppc: create an interrupt masking method for POWER8
` [PATCH v3 13/29] target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
` [PATCH v3 14/29] target/ppc: create an interrupt deliver method for POWER8
` [PATCH v3 15/29] target/ppc: remove unused interrupts from p8_deliver_interrupt
` [PATCH v3 16/29] target/ppc: remove generic architecture checks "
` [PATCH v3 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
` [PATCH v3 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
` [PATCH v3 19/29] target/ppc: create an interrupt masking method for POWER7
` [PATCH v3 20/29] target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
` [PATCH v3 21/29] target/ppc: create an interrupt deliver method for POWER7
` [PATCH v3 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt
` [PATCH v3 23/29] target/ppc: remove generic architecture checks "
` [PATCH v3 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
` [PATCH v3 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
` [PATCH v3 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [PATCH v3 27/29] target/ppc: introduce ppc_maybe_interrupt

[PATCH v7 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
 2022-10-14 15:29 UTC  (6+ messages)
  ` [PATCH 5/5] hw/mem/cxl_type3: Refactor CDAT sub-table entry initialization into a function

[PATCH v9 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-14 15:10 UTC  (6+ messages)
` [PATCH v9 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v9 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v9 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v9 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PATCH v9 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE

[PATCH] hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()
 2022-10-14 14:54 UTC 

[PATCH] edk2: fix TPM 2.0 regression
 2022-10-14 14:35 UTC 

[PATCH 0/2] hw/audio/intel-hda: Don't use device_legacy_reset()
 2022-10-14 14:26 UTC  (3+ messages)
` [PATCH 1/2] hw/audio/intel-hda: don't reset codecs twice
` [PATCH 2/2] hw/audio/intel-hda: Drop unnecessary prototype

[PATCH v4 00/10] m25p80: Add SFDP support
 2022-10-14 14:24 UTC  (3+ messages)
` [PATCH v4 03/10] m25p80: Add erase size for mx25l25635e

[PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-10-14 14:22 UTC  (5+ messages)
` [PATCH v3 3/5] tests/acpi: allow changes for core_count2 test
` [PATCH v3 4/5] bios-tables-test: add test for number of cores > 255

[RFC PATCH] MAINTAINERS: add entries for the key build bits
 2022-10-14 13:56 UTC 

[RFC PATCH] virtio: re-order vm_running and use_started checks
 2022-10-14 13:54 UTC  (2+ messages)

[PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-14 13:47 UTC  (8+ messages)
` [PATCH v3 1/7] util: Cleanup and rename os_mem_prealloc()
` [PATCH v3 2/7] util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
` [PATCH v3 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v3 4/7] util: Add write-only "node-affinity" property for ThreadContext
` [PATCH v3 5/7] util: Make qemu_prealloc_mem() optionally consume a ThreadContext
` [PATCH v3 6/7] hostmem: Allow for specifying a ThreadContext for preallocation
` [PATCH v3 7/7] vl: Allow ThreadContext objects to be created before the sandbox option

[PATCH] MAINTAINERS: step back from PPC
 2022-10-14 13:36 UTC  (3+ messages)

[RFC PATCH 0/4] docs/devel suggestions for discussion
 2022-10-14 13:31 UTC  (10+ messages)
` [RFC PATCH 1/4] docs/devel: add a maintainers section to development process
` [RFC PATCH 3/4] docs/devel: simplify the minimal checklist

[PATCH v2 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-14 13:20 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-net: fix bottom-half packet TX on asynchronous completion
` [PATCH v2 2/2] virtio-net: fix TX timer with tx_burst

[PATCH v3] qapi/qmp: Add timestamps to qmp command responses
 2022-10-14 13:19 UTC  (8+ messages)

[PULL 00/55] pc,virtio: features, tests, fixes, cleanups
 2022-10-14 11:58 UTC  (8+ messages)
` [PULL 07/55] hw/virtio: move vm_running check to virtio_device_started
  ` Regression save/restore of vsock: (was [PULL 07/55] hw/virtio: move vm_running check to virtio_device_started)

[PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
 2022-10-14 11:49 UTC  (2+ messages)
` [PATCH v2] migration/channel-block: fix return value for qio_channel_block_{readv,writev}

[PATCH] input: Allow to choose console with qemu_input_is_absolute
 2022-10-14 11:54 UTC 

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-10-14 11:37 UTC  (5+ messages)
` [PATCH v2 4/8] hw/arm/virt: Fix devicetree warning about the gpio-key node

[PATCH] disas/mips: Fix branch displacement for BEQZC and BNEZC
 2022-10-14 11:17 UTC  (3+ messages)

[PATCH v2] qapi-gen: mark coroutine QMP command functions as coroutine_fn
 2022-10-14 11:08 UTC  (2+ messages)

[PATCH] target/ppc: Fix xvcmp* clearing FI bit
 2022-10-14 10:25 UTC  (2+ messages)

[PATCH v3] tcg/loongarch64: Add direct jump support
 2022-10-14 10:20 UTC  (2+ messages)

KVM Call for 2022-10-18
 2022-10-14 10:11 UTC 

[PATCH RFC] virtio-net: fix bottom-half packet TX on asynchronous completion
 2022-10-14  9:23 UTC  (5+ messages)

[PATCH v2 0/7] testing/next (configure, RUNC, win32|64)
 2022-10-14  8:52 UTC  (6+ messages)
` [PATCH v2 4/7] configure: don't enable cross compilers unless in target_list

[PATCH v3] configure: Avoid using strings binary
 2022-10-14  8:18 UTC  (2+ messages)

[PATCH] tests/tcg: include CONFIG_PLUGIN in config-host.mak
 2022-10-14  8:18 UTC  (4+ messages)

[PATCH v4 0/7] qga: Add FreeBSD support
 2022-10-14  8:08 UTC  (5+ messages)
` [PATCH v4 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file

[PULL 00/10] riscv-to-apply queue
 2022-10-14  7:58 UTC  (11+ messages)
` [PULL 01/10] hw/riscv: Update comment for qtest check in riscv_find_firmware()
` [PULL 02/10] hw/ssi: ibex_spi: fixup coverity issue
` [PULL 03/10] hw/ssi: ibex_spi: fixup/add rw1c functionality
` [PULL 04/10] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PULL 05/10] hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
` [PULL 06/10] hw/riscv: virt: Enable booting S-mode firmware from pflash
` [PULL 07/10] disas/riscv.c: rvv: Add disas support for vector instructions
` [PULL 08/10] hw/intc: sifive_plic: fix hard-coded max priority level
` [PULL 09/10] hw/intc: sifive_plic: change interrupt priority register to WARL field
` [PULL 10/10] target/riscv: pmp: Fixup TLB size calculation

[PULL 0/2] M68k for 7.2 patches
 2022-10-14  7:23 UTC  (3+ messages)
` [PULL 1/2] m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
` [PULL 2/2] m68k: write bootinfo as rom section and re-randomize on reboot

[PATCH v3] target/i386: Set maximum APIC ID to KVM prior to vCPU creation
 2022-10-14  5:34 UTC  (4+ messages)

[PATCH 0/3] iothread and irqfd support
 2022-10-14  4:49 UTC  (6+ messages)

[PATCH] target/riscv: pmp: Fixup TLB size calculation
 2022-10-14  4:36 UTC  (2+ messages)

[PATCH 2/2] tcg/loongarch64: Add direct jump support
 2022-10-14  3:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-14  2:16 UTC  (9+ messages)
` [PATCH v3 1/8] reset: allow registering handlers that aren't called by snapshot loading
` [PATCH v3 2/8] x86: do not re-randomize RNG seed on snapshot load
` [PATCH v3 3/8] device-tree: add re-randomization helper function
` [PATCH v3 4/8] arm: re-randomize rng-seed on reboot
` [PATCH v3 5/8] riscv: "
` [PATCH v3 6/8] openrisc: "
` [PATCH v3 7/8] rx: "
` [PATCH v3 8/8] mips: "

[PATCH v2 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-14  1:44 UTC  (3+ messages)

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-14  0:21 UTC  (14+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()
` [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events

[BUG] cxl,i386: e820 mappings may not be correct for cxl
 2022-10-14  0:19 UTC 

[PATCH v2] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
 2022-10-13 23:12 UTC  (7+ messages)

[PATCH] vmstate-static-checker:remove this redundant return
 2022-10-13 22:36 UTC  (2+ messages)

[PATCH v3 00/35] target/i386: new decoder + AVX implementation
 2022-10-13 21:46 UTC  (8+ messages)
` [PATCH 22/35] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX
` [PATCH 29/35] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH 30/35] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PATCH 32/35] target/i386: Enable AVX cpuid bits when using TCG
` [PATCH 33/35] tests/tcg: extend SSE tests to AVX
` [PATCH 34/35] target/i386: move 3DNow to the new decoder
` [PATCH 35/35] target/i386: remove old SSE decoder


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