messages from 2022-02-23 22:46:20 to 2022-02-24 19:07:00 UTC [more...]
[RFC PATCH 0/4] ppc: nested TCG migration (KVM-on-TCG)
2022-02-24 18:58 UTC (2+ messages)
` [RFC PATCH 1/4] target/ppc: TCG: Migrate tb_offset and decr
[PATCH V7 00/29] Live Update
2022-02-24 18:42 UTC (11+ messages)
` [PATCH V7 01/29] memory: qemu_check_ram_volatile
` [PATCH V7 02/29] migration: fix populate_vfio_info
` [PATCH V7 03/29] migration: qemu file wrappers
` [PATCH V7 04/29] migration: simplify savevm
` [PATCH V7 10/29] machine: memfd-alloc option
[PATCH v3] tests/qtest: add qtests for npcm7xx sdhci
2022-02-24 18:52 UTC (5+ messages)
[PATCH 00/12] Misc cleanups
2022-02-24 18:36 UTC (11+ messages)
` [PATCH 01/12] compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
` [PATCH 02/12] compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
` [PATCH 03/12] osdep.h: move qemu_build_not_reached()
` [PATCH 04/12] compiler.h: replace QEMU_NORETURN with G_NORETURN
` [PATCH 05/12] compiler.h: drop __printf__ macro MinGW/glib workaround
` [PATCH 06/12] Replace config-time define HOST_WORDS_BIGENDIAN
` [PATCH 07/12] Simplify HOST_LONG_BITS
` [PATCH 08/12] Move HOST_LONG_BITS to compiler.h
` [PATCH 09/12] scripts/modinfo-collect: remove unused/dead code
` [PATCH 10/12] util: remove needless includes
[PATCH v3 0/6] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-02-24 18:30 UTC (11+ messages)
` [PATCH v3 4/6] i386/pc: relocate 4g start to 1T where applicable
` [PATCH v3 5/6] i386/pc: warn if phys-bits is too low
[PATCH] target/arm: Report KVM's actual PSCI version to guest in dtb
2022-02-24 18:19 UTC (4+ messages)
[PATCH 0/4] Fix broken PCIe device after migration
2022-02-24 18:11 UTC (8+ messages)
` [PATCH 1/4] pci: expose TYPE_XIO3130_DOWNSTREAM name
` [PATCH 2/4] pcie: update slot power status only is power control is enabled
` [PATCH 3/4] acpi: pcihp: disable power control on PCIe slot
` [PATCH 4/4] q35: compat: keep hotplugged PCIe device broken after migration for 6.2-older machine types
[PATCH v6 00/19] vfio-user server in QEMU
2022-02-24 17:52 UTC (9+ messages)
` [PATCH v6 01/19] configure, meson: override C compiler for cmake
[ Job Ad ] Qualcomm hiring developers to work on QEMU
2022-02-24 17:49 UTC
[PATCH 0/2] blockdev-add transaction
2022-02-24 17:13 UTC (3+ messages)
` [PATCH 1/2] block: transaction support for blockdev-add
` [PATCH 2/2] iotests: add blockdev-add-transaction
[PATCH 0/8] Misc build fixes and cleanups
2022-02-24 17:04 UTC (10+ messages)
` [PATCH 4/8] meson: drop the .fa library suffix
` [PATCH 6/8] char: move qemu_openpty_raw from util/ to char/
` [PATCH 7/8] Drop qemu_foo() socket API wrapper
[PATCH] tests/qemu-iotests/testrunner: Quote "case not run" lines in TAP mode
2022-02-24 16:56 UTC (2+ messages)
[PATCH v5 00/20] job: replace AioContext lock with job_mutex
2022-02-24 16:55 UTC (19+ messages)
` [PATCH v5 04/20] job.c: move inner aiocontext lock in callbacks
` [PATCH v5 06/20] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v5 07/20] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v5 08/20] jobs: protect jobs with job_lock/unlock
` [PATCH v5 09/20] jobs: add job lock in find_* functions
[PATCH v2 0/4] HyperV: Synthetic Debugging device
2022-02-24 16:36 UTC (10+ messages)
` [PATCH v2 1/4] hyperv: SControl is optional to enable SynIc
` [PATCH v2 2/4] hyperv: Add definitions for syndbg
` [PATCH v2 3/4] hyperv: Add support to process syndbg commands
` [PATCH v2 4/4] hw: hyperv: Initial commit for Synthetic Debugging device
[PATCH] tests/qemu-iotests/040: Skip TestCommitWithFilters without 'throttle'
2022-02-24 16:41 UTC (2+ messages)
[PATCH v2] Added parameter to take screenshot with screendump as PNG
2022-02-24 16:18 UTC (3+ messages)
[PATCH 00/10] tcg/s390x: updates for mie2 and mie3
2022-02-24 15:43 UTC (11+ messages)
` [PATCH 01/10] tcg/s390x: Distinguish RRF-a and RRF-c formats
` [PATCH 02/10] tcg/s390x: Distinguish RIE formats
` [PATCH 03/10] tcg/s390x: Support MIE2 multiply single instructions
` [PATCH 04/10] tcg/s390x: Support MIE2 MGRK instruction
` [PATCH 05/10] tcg/s390x: Support MIE3 logical operations
` [PATCH 06/10] tcg/s390x: Create tgen_cmp2 to simplify movcond
` [PATCH 07/10] tcg/s390x: Support SELGR instruction in MOVCOND
` [PATCH 08/10] tcg/s390x: Use tgen_movcond_int in tgen_clz
` [PATCH 09/10] tcg/s390x: Use vector ctz for integer ctz
` [PATCH 10/10] tcg/s390x: Implement ctpop operation
[PATCH 3/3] whpx: Added support for breakpoints and stepping
2022-02-24 15:54 UTC (6+ messages)
[PATCH v2 0/4] target/nios2: Shadow register set, EIC and VIC
2022-02-24 13:49 UTC (5+ messages)
` [PATCH v2 1/4] target/nios2: Shadow register set
` [PATCH v2 2/4] target/nios2: Exteral Interrupt Controller (EIC)
` [PATCH v2 3/4] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v2 4/4] hw/nios2: Machine with a Vectored Interrupt Controller
[PATCH] block: fix preallocate filter: don't do unaligned preallocate requests
2022-02-24 15:06 UTC (2+ messages)
[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
2022-02-24 14:41 UTC (2+ messages)
[PATCH v2 0/2] block/curl: check error return from curl_easy_setopt()
2022-02-24 14:26 UTC (7+ messages)
` [PATCH v2 1/2] block/curl.c: Set error message string if curl_init_state() fails
` [PATCH v2 2/2] block/curl.c: Check error return from curl_easy_setopt()
[PATCH] hw/intc/armv7m_nvic: Fix typo in comment
2022-02-24 12:46 UTC (2+ messages)
[PATCH v4 00/18] Make image fleecing more usable
2022-02-24 14:14 UTC (30+ messages)
` [PATCH v4 03/18] block/block-copy: block_copy_state_new(): add bitmap parameter
` [PATCH v4 04/18] block/copy-before-write: add bitmap open parameter
` [PATCH v4 06/18] block: intoduce reqlist
` [PATCH v4 07/18] block/reqlist: reqlist_find_conflict(): use ranges_overlap()
` [PATCH v4 08/18] block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
` [PATCH v4 10/18] block/io: introduce block driver snapshot-access API
` [PATCH v4 11/18] block: introduce snapshot-access filter
` [PATCH v4 12/18] block: copy-before-write: realize snapshot-access API
` [PATCH v4 13/18] iotests/image-fleecing: add test-case for fleecing format node
` [PATCH v4 14/18] iotests.py: add qemu_io_pipe_and_status()
` [PATCH v4 15/18] iotests/image-fleecing: add test case with bitmap
` [PATCH v4 17/18] qapi: backup: add immutable-source parameter
[PATCH v2 00/12] mos6522: switch to gpios, add control line edge-triggering and extra debugging
2022-02-24 14:04 UTC (17+ messages)
` [PATCH v2 01/12] mos6522: add defines for IFR bit flags
` [PATCH v2 02/12] mac_via: use IFR bit flag constants for VIA1 IRQs
` [PATCH v2 03/12] mac_via: use IFR bit flag constants for VIA2 IRQs
` [PATCH v2 04/12] mos6522: switch over to use qdev gpios for IRQs
` [PATCH v2 05/12] mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
` [PATCH v2 06/12] mos6522: use device_class_set_parent_reset() to propagate reset to parent
` [PATCH v2 07/12] mos6522: add register names to register read/write trace events
` [PATCH v2 08/12] mos6522: add "info via" HMP command for debugging
` [PATCH v2 09/12] mos6522: record last_irq_levels in mos6522_set_irq()
` [PATCH v2 10/12] mac_via: make SCSI_DATA (DRQ) bit live rather than latched
` [PATCH v2 11/12] mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
` [PATCH v2 12/12] macio/pmu.c: remove redundant code
[PATCH v3 0/4] Improve integration of iotests in the meson test harness
2022-02-24 14:03 UTC (2+ messages)
[PATCH v3 0/2] VM fork detection for RNG
2022-02-24 13:39 UTC (3+ messages)
` [PATCH v3 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH v3 2/2] virt: vmgenid: introduce driver for reinitializing RNG on VM fork
[PATCH v2] target/arm: Support PSCI 1.1 and SMCCC 1.0
2022-02-24 13:32 UTC (4+ messages)
[PATCH] hw/i386/pc: when adding reserved E820 entries do not allocate dynamic entries
2022-02-24 13:21 UTC (6+ messages)
[PULL 00/10] Misc next patches
2022-02-24 12:48 UTC (4+ messages)
[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
2022-02-24 12:26 UTC (12+ messages)
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging
[PATCH] Added parameter to take screenshot with screendump as PNG
2022-02-24 12:23 UTC (5+ messages)
[PATCH v2 0/2] ui/cocoa: updateUIInfo threading, autorelease pools
2022-02-24 11:46 UTC (4+ messages)
` [PATCH v2 1/2] ui/cocoa.m: Fix updateUIInfo threading issues
` [PATCH v2 2/2] ui/cocoa.m: Remove unnecessary NSAutoreleasePools
[PATCH v4 00/14] Initial support for machine creation via QMP
2022-02-24 11:43 UTC (6+ messages)
` [PATCH v4 13/14] hw/mem/system-memory: add a memory sysbus device
Analysis of slow distro boots in check-avocado (BootLinuxAarch64.test_virt_tcg*)
2022-02-24 11:39 UTC (9+ messages)
[PATCH RFC v1 0/2] VM fork detection for RNG
2022-02-24 11:35 UTC (15+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng
[PATCH] vl: transform QemuOpts device to JSON syntax device
2022-02-24 11:31 UTC (6+ messages)
[PATCH v8 0/3] VNC-related HMP/QMP fixes
2022-02-24 11:30 UTC (6+ messages)
` [PATCH v8 1/3] monitor/hmp: add support for flag argument with value
[PATCH 0/5] qmp-shell modifications for non-interactive use
2022-02-24 11:20 UTC (10+ messages)
` [PATCH 4/5] python: qmp_shell: add -e/--exit-on-error option
[PATCH v2] hw/i2c: flatten pca954x mux device
2022-02-24 10:56 UTC (2+ messages)
[PATCH 0/3] util/thread-pool: Expose minimun and maximum size
2022-02-24 10:40 UTC (7+ messages)
` [PATCH 1/3] util & iothread: Introduce event-loop abstract class
` [PATCH 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH 3/3] util/event-loop: Introduce options to set the thread pool size
[PATCH v2] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
2022-02-24 10:27 UTC (3+ messages)
[PATCH] mps3-an547: Add missing user ahb interfaces
2022-02-24 10:18 UTC (2+ messages)
[PATCH RFCv2 0/4] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-02-24 9:27 UTC (7+ messages)
` [PATCH RFCv2 3/4] i386/pc: warn if phys-bits is too low
Fix a potential memory leak bug in write_boot_rom() (v6.2.0)
2022-02-24 8:10 UTC (3+ messages)
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-02-24 8:07 UTC (8+ messages)
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE
[PATCH 0/7] Queued patches for the next pull request
2022-02-24 7:26 UTC (3+ messages)
` [PATCH 5/7] hw/smbios: code cleanup - use macro definitions for table header handles
[PATCH v6 0/4] s390x: Add partial z15 support and tests
2022-02-24 7:04 UTC (5+ messages)
` [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
[PATCH] qapi: fix mistake in example command illustration
2022-02-24 6:39 UTC (3+ messages)
[PATCH v3] target/riscv: Add isa extenstion strings to the device tree
2022-02-24 5:16 UTC (2+ messages)
[PATCH 00/31] vDPA shadow virtqueue
2022-02-24 3:45 UTC (13+ messages)
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
[PATCH v1 1/2] hw/ssi: Add Ibex SPI device model
2022-02-24 3:40 UTC (2+ messages)
Fix a potential Use-after-free in virtio_iommu_handle_command() (v6.2.0)
2022-02-24 1:49 UTC (4+ messages)
[PATCH v7 0/4] s390x: Add partial z15 support and tests
2022-02-23 23:44 UTC (6+ messages)
` [PATCH v7 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
` [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
[PATCH v3 00/17] target/arm: Implement LVA, LPA, LPA2 features
2022-02-23 22:31 UTC (9+ messages)
` [PATCH v3 10/17] target/arm: Implement FEAT_LPA
` [PATCH v3 11/17] target/arm: Extend arm_fi_to_lfsc to level -1
` [PATCH v3 12/17] target/arm: Introduce tlbi_aa64_get_range
` [PATCH v3 13/17] target/arm: Fix TLBIRange.base for 16k and 64k pages
` [PATCH v3 14/17] target/arm: Validate tlbi TG matches translation granule in use
` [PATCH v3 15/17] target/arm: Advertise all page sizes for -cpu max
` [PATCH v3 16/17] tests/avocado: Limit test_virt_tcg_gicv[23] to cortex-a72
` [PATCH v3 17/17] target/arm: Implement FEAT_LPA2
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).