messages from 2022-02-23 22:14:41 to 2022-02-24 17:58:45 UTC [more...]
[PATCH V7 00/29] Live Update
2022-02-24 17:56 UTC (3+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option
[PATCH v3 0/6] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-02-24 17:54 UTC (10+ 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 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
[PATCH 0/4] Fix broken PCIe device after migration
2022-02-24 17:44 UTC (5+ 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
[ 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] target/arm: Report KVM's actual PSCI version to guest in dtb
2022-02-24 15:00 UTC (3+ 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 (8+ messages)
` [PATCH v7 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
` [PATCH v7 2/4] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
` [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
` [PATCH v7 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
[PATCH v3 00/17] target/arm: Implement LVA, LPA, LPA2 features
2022-02-23 22:31 UTC (18+ messages)
` [PATCH v3 01/17] hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>
` [PATCH v3 02/17] target/arm: Set TCR_EL1.TSZ for user-only
` [PATCH v3 03/17] target/arm: Fault on invalid TCR_ELx.TxSZ
` [PATCH v3 04/17] target/arm: Move arm_pamax out of line
` [PATCH v3 05/17] target/arm: Pass outputsize down to check_s2_mmu_setup
` [PATCH v3 06/17] target/arm: Use MAKE_64BIT_MASK to compute indexmask
` [PATCH v3 07/17] target/arm: Honor TCR_ELx.{I}PS
` [PATCH v3 08/17] target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
` [PATCH v3 09/17] target/arm: Implement FEAT_LVA
` [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
[PATCH v4 00/47] target/ppc: PowerISA Vector/VSX instruction batch
2022-02-23 22:19 UTC (9+ messages)
` [PATCH v4 20/47] target/ppc: implement vslq
` [PATCH v4 24/47] target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetree
[PULL 0/6] Python patches
2022-02-23 22:09 UTC (5+ messages)
` [PULL 1/6] python: introduce qmp-shell-wrap convenience tool
` [PULL 2/6] python: support recording QMP session to a file
` [PULL 5/6] Revert "python: pin setuptools below v60.0.0"
` [PULL 6/6] MAINTAINERS: python - remove ehabkost and add bleal
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).