QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 03:09:48 to 2020-11-16 16:46:35 UTC [more...]

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-11-16 16:44 UTC  (13+ messages)
` [RFC PATCH 03/25] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH 04/25] hw/cxl/device: Introduce a CXL device (8.2.8)
` [RFC PATCH 05/25] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH 06/25] hw/cxl/device: Add device status (8.2.8.3)
` [RFC PATCH 07/25] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH 11/25] hw/pxb: Allow creation of a CXL PXB (host bridge)

[PATCH 00/13] Categorize some uncategorized devices
 2020-11-16 16:19 UTC  (22+ messages)
` [PATCH 01/13] pc-dimm: put it into the 'storage' category
` [PATCH 02/13] virtio-pmem: "
` [PATCH 03/13] vmmouse: put it into the 'input' category
` [PATCH 04/13] nvdimm: put it into the 'storage' category
` [PATCH 05/13] mc146818rtc: put it into the 'misc' category
` [PATCH 06/13] ipmi: put some ipmi devices into the correct category
` [PATCH 07/13] tpm: put some tpm "
` [PATCH 08/13] AMDVI-PCI: put it into the 'misc' category
` [PATCH 09/13] u2f-passthru: put it into the 'usb' category
` [PATCH 10/13] tosa-ssp: put it into the 'misc' category
` [PATCH 11/13] spitz: put some Spitz-family devices into the correct category
` [PATCH 12/13] SPI flash devices: put them into the 'storage' category
` [PATCH 13/13] bcm2835_cprman: put some peripherals of bcm2835 cprman into the 'misc' category

[PATCH] linux-user,netlink: fix message translation with ip command
 2020-11-16 16:36 UTC 

[PATCH for-6.0 0/6] Add HMP/QMP commands to query accelerator
 2020-11-16 16:20 UTC  (8+ messages)
` [PATCH for-6.0 1/6] qapi: Add query-accel command
` [PATCH for-6.0 2/6] qapi: Rename KvmInfo to AccelInfo
` [PATCH for-6.0 3/6] qapi: Use qmp_query_accel() in qmp_query_kvm()
` [PATCH for-6.0 4/6] softmmu: Remove kvm_available()
` [PATCH for-6.0 5/6] hmp: Add 'info accel' command
` [PATCH for-6.0 6/6] qapi: Deprecate 'query-kvm'

[PATCH 00/15] target/arm: More v8.1M features
 2020-11-16 16:08 UTC  (16+ messages)
` [PATCH 01/15] hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
` [PATCH 02/15] target/arm: Implement v8.1M PXN extension
` [PATCH 03/15] target/arm: Don't clobber ID_PFR1.Security on M-profile cores
` [PATCH 04/15] target/arm: Implement VSCCLRM insn
` [PATCH 05/15] target/arm: Implement CLRM instruction
` [PATCH 06/15] target/arm: Enforce M-profile VMRS/VMSR register restrictions
` [PATCH 07/15] target/arm: Refactor M-profile VMSR/VMRS handling
` [PATCH 08/15] target/arm: Move general-use constant expanders up in translate.c
` [PATCH 09/15] target/arm: Implement VLDR/VSTR system register
` [PATCH 10/15] target/arm: Implement M-profile FPSCR_nzcvqc
` [PATCH 11/15] target/arm: Use new FPCR_NZCV_MASK constant
` [PATCH 12/15] target/arm: Factor out preserve-fp-state from full_vfp_access_check()
` [PATCH 13/15] target/arm: Implement FPCXT_S fp system register
` [PATCH 14/15] target/arm: Implement FPCXT_NS "
` [PATCH 15/15] hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M

[PATCH 0/2] hw/misc/tmp105: Correct temperature limit check logic
 2020-11-16 16:31 UTC  (4+ messages)
` [PATCH 1/2] hw/misc/tmp105: reset the T_low and T_High registers

[PATCH v4 0/4] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
 2020-11-16 16:30 UTC  (9+ messages)
` [PATCH v4 1/4] hw/block/m25p80: Make Numonyx config field names more accurate
` [PATCH v4 2/4] hw/block/m25p80: Fix when VCFG XIP bit is set for Numonyx
` [PATCH v4 3/4] hw/block/m25p80: Check SPI mode before running some Numonyx commands
` [PATCH v4 4/4] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

[PATCH for-5.2] Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"
 2020-11-16 16:24 UTC  (3+ messages)

iotest 030 still occasionally intermittently failing
 2020-11-16 16:16 UTC 

[PATCH for-5.2] qga: update schema for guest-get-disks 'dependents' field
 2020-11-16 16:06 UTC  (2+ messages)

[PULL 0/9] various fixes (CI, Xen, warnings)
 2020-11-16 16:01 UTC  (14+ messages)
` [PULL 1/9] plugins: Fix resource leak in connect_socket()
` [PULL 2/9] plugins: Fix two resource leaks in setup_socket()
` [PULL 3/9] meson.build: fix building of Xen support for aarch64
` [PULL 4/9] include/hw/xen.h: drop superfluous struct
` [PULL 5/9] stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub
` [PULL 6/9] accel/stubs: drop unused cpu.h include
` [PULL 7/9] hw/i386/acpi-build: Fix maybe-uninitialized error when ACPI hotplug off
` [PULL 8/9] tests/acceptance: Disable Spartan-3A DSP 1800A test
` [PULL 9/9] .gitlab-ci.d/check-patch: tweak output for CI logs

[PATCH] hw/char/cmsdk-apb-uart: Fix rx interrupt handling
 2020-11-16 15:51 UTC  (2+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-11-16 15:34 UTC 

[PULL 0/6] Fixes 20201116 patches
 2020-11-16 15:32 UTC  (8+ messages)
` [PULL 1/6] usb-storage: switch trace events
` [PULL 2/6] usb-storage: add commandlog property
` [PULL 3/6] usb-storage: use bool for removable property
` [PULL 4/6] usb-storage: fill csw on cancel
` [PULL 5/6] xhci: fix guest triggerable assert
` [PULL 6/6] xhci: move sanity checks

[PATCH for-5.2] docs: Get rid of the weird _005f links in the man page
 2020-11-16 15:32 UTC  (2+ messages)

[RFC v3] VFIO Migration
 2020-11-16 15:24 UTC  (30+ messages)

[PATCH] io_uring: do not use pointer after free
 2020-11-16 14:50 UTC  (3+ messages)
` [PATCH-for-5.2] "

[PATCH 0/2] RFC: Issue with discards on raw block device without O_DIRECT
 2020-11-16 14:48 UTC  (3+ messages)
` [PATCH 1/2] file-posix: allow -EBUSY errors during write zeros on raw block devices

[PATCH v2 0/7] Common macros for QAPI list growth
 2020-11-16 14:41 UTC  (7+ messages)
` [PATCH v2 1/7 for-5.2?] net: Fix memory leak on error
` [PATCH v2 7/7] qapi: More complex uses of QAPI_LIST_APPEND

[PULL 00/17] pc,vhost: fixes, new test
 2020-11-16 14:19 UTC  (2+ messages)

[PATCH] ui/vnc: Add missing lock for send_color_map
 2020-11-16 14:13 UTC 

[PATCH v2] json: Fix a memleak in parse_pair()
 2020-11-16 14:06 UTC  (7+ messages)

[PATCH] hw/core/register.c: Don't use '#' flag of printf format
 2020-11-16 14:01 UTC 

[PATCH for-5.2] spapr/xive: Create IPIs in KVM on demand
 2020-11-16 14:04 UTC  (3+ messages)

[RFC PATCH 0/5] ARM: reduce the memory consumed when mapping UEFI flash images
 2020-11-16 13:48 UTC  (11+ messages)
` [RFC PATCH 1/5] hw/block: blk_check_size_and_read_all should report backend name
` [RFC PATCH 2/5] hw/block: Flash images can be smaller than the device
` [RFC PATCH 3/5] hw/arm: Convert assertions about flash image size to error_report
` [RFC PATCH 4/5] hw/arm: Flash image mapping follows image size
` [RFC PATCH 5/5] hw/arm: Only minimise flash size on older machines

[PATCH v3 0/7] silence the compiler warnings
 2020-11-16 13:36 UTC  (5+ messages)
` [PATCH v3 3/7] accel/tcg/user-exec: "
` [PATCH v3 6/7] ppc: Add a missing break for PPC6xx_INPUT_TBEN
  ` [PATCH-for-5.2 "

[PATCH] memory: Skip dirty tracking for un-migratable memory regions
 2020-11-16 13:22 UTC 

[PATCH v2 00/11] qapi: static typing conversion, pt2
 2020-11-16 13:17 UTC  (12+ messages)
` [PATCH v2 06/11] qapi/introspect.py: add _gen_features helper
` [PATCH v2 07/11] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v2 08/11] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v2 09/11] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PATCH v2 10/11] qapi/introspect.py: improve readability of _tree_to_qlit
` introspect.py output representation (was: [PATCH v2 00/11] qapi: static typing conversion, pt2)

[PATCH] util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci()
 2020-11-16 13:16 UTC  (3+ messages)

[Bug 1793635] Re: Using pflash with u-boot, when CONFIG_SYS_FLASH_USE_BUFFER_WRITE were defined, envirment args won't be able to save correctly
 2020-11-16 13:04 UTC 

[PATCH v3 00/11] gitlab-ci: Allow forks to select & restrict build jobs
 2020-11-16 13:01 UTC  (9+ messages)
` [PATCH v3 06/11] gitlab-ci: Rename acceptance_test_job -> integration_test_job
` [PATCH v3 11/11] gitlab-ci: Move artifacts expiry rule to common 'native_build_job'

Property '.hmat' not found
 2020-11-16 12:51 UTC 

[PATCH v2] target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper
 2020-11-16 12:48 UTC  (3+ messages)

[PATCH v3 0/4] Categorize some uncategorized devices
 2020-11-16 12:46 UTC  (7+ messages)
` [PATCH v3 1/4] ssd0323: put it into the 'display' category
` [PATCH v3 2/4] ads7846: put it into the 'input' category
` [PATCH v3 3/4] nand: put it into the 'storage' category

[PATCH] tests: add prefixes to the bare mkdtemp calls
 2020-11-16 12:42 UTC  (2+ messages)

[PATCH 00/10] Chipping away at qerror.h
 2020-11-16 12:41 UTC  (3+ messages)
` [PATCH 01/10] qerror: Drop unused QERR_ macros

[PATCH for-5.2] iotests: Replace deprecated ConfigParser.readfp()
 2020-11-16 12:39 UTC  (2+ messages)

[PATCH] gitlab-ci.yml: Add openSUSE Tumbleweed and Leap for gitlab CI/CD
 2020-11-16 12:19 UTC  (2+ messages)

[PATCH 0/3] quorum: Require WRITE perm with rewrite-corrupted
 2020-11-16 12:22 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v3] s390/kvm: fix diag318 propagation and reset functionality
 2020-11-16 12:12 UTC 

[PATCH v13 0/4] Add Versal usb model
 2020-11-16 12:12 UTC  (4+ messages)

[Bug 1904317] [NEW] cpu feature selection is not affected to guest 's cpuid with whpx
 2020-11-16 11:53 UTC  (3+ messages)

[PATCH 1/1] gitlab-ci: Use $CI_REGISTRY instead of hard-coding registry.gitlab.com
 2020-11-16 11:59 UTC  (2+ messages)
` [PATCH-for-5.2 "

[PATCH v8 0/5] hw/block/nvme: dulbe and dsm support
 2020-11-16 11:57 UTC  (11+ messages)
` [PATCH v8 1/5] hw/block/nvme: remove superfluous NvmeCtrl parameter
` [PATCH v8 2/5] hw/block/nvme: pull aio error handling
` [PATCH v8 3/5] hw/block/nvme: add dulbe support
` [PATCH v8 4/5] nvme: add namespace I/O optimization fields to shared header

Want to run QEMU Advent Calendar 2020?
 2020-11-16 12:00 UTC 

[PATCH for-5.2? 0/4] Fix build failures on Haiku
 2020-11-16 11:51 UTC  (3+ messages)
` [PATCH 2/4] configure: Do not build pc-bios/optionrom "

[PATCH 3/4] configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h
 2020-11-16 11:51 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] tests/acceptance: fix timeout for vm.wait
 2020-11-16 11:13 UTC  (2+ messages)

[PATCH] contrib/libvhost-user: Fix bad printf format specifiers
 2020-11-16 11:13 UTC  (4+ messages)

[PATCH 0/2] Increase amount of data for monitor to read
 2020-11-16 11:10 UTC  (4+ messages)
` [PATCH 2/2] monitor: increase "

[Qemu-devel] [Bug 1759333] [NEW] Illegal Instruction with HVF when encountering SSE instructions in the emulator
 2020-11-16 10:58 UTC  (2+ messages)
` [Bug 1759333] "

[PATCH] RFC: sphinx: adopt kernel readthedoc theme
 2020-11-16 10:56 UTC  (2+ messages)

[PATCH for-5.2] configure: Make "does libgio work" test pull in some actual functions
 2020-11-16 10:46 UTC 

[PATCH] hw: add compat machines for 6.0
 2020-11-16 10:38 UTC  (3+ messages)

[PATCH] ads7846: moves from the hw/display folder to the hw/input folder
 2020-11-16 10:20 UTC  (2+ messages)

[PATCH v7 00/21] preallocate filter
 2020-11-16  9:32 UTC  (3+ messages)

[PATCH] gitlab-ci.yml: Add openSUSE Tumbleweed and Leap for gitlab CI/CD
 2020-11-16  9:23 UTC 

[Qemu-devel] [Bug 1492649] [NEW] QEMU soundhw HDA huge microphone lag
 2020-11-16  9:02 UTC  (2+ messages)
` [Bug 1492649] "

[RFC] vfio-pci/migration: Dirty logging of the Memory BAR region?
 2020-11-16  8:16 UTC  (3+ messages)

nec-usb-xhci migration breakage
 2020-11-16  7:55 UTC  (5+ messages)

[PATCH 0/2] colo-compare: Fix memory leak for non-tcp packet
 2020-11-16  7:32 UTC  (6+ messages)
` [PATCH 1/2] net/colo-compare.c: "
` [PATCH 2/2] net/colo-compare.c: Optimize removal of secondary packet

[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
 2020-11-16  7:00 UTC  (6+ messages)
` [PATCH 4/6] migration: Check xbzrle-cache-size more carefully


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 read-only IMAP folder(s) and NNTP newsgroup(s).