qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 14:19:38 to 2020-12-11 06:15:36 UTC [more...]

[PATCH] hw/block: m25p80: Implement AAI-WP command support for SST flashes
 2020-12-11  6:13 UTC  (3+ messages)

[PATCH] hw/block: m25p80: Fix fast read for SST flashes
 2020-12-11  6:07 UTC  (8+ messages)

[PATCH 0/2] target/arm: Add support for DIT (Data Independent Timing)
 2020-12-11  5:13 UTC  (3+ messages)
` [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing
` [PATCH 2/2] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU

[PATCH v3 00/13] Remove GCC < 4.8 checks
 2020-12-11  4:20 UTC  (17+ messages)
` [PATCH v3 03/13] compiler.h: remove GCC < 3 __builtin_expect fallback
` [PATCH v3 07/13] compiler.h: explicit case for Clang printf attribute
` [PATCH v3 08/13] audio: remove GNUC & MSVC check
` [PATCH v3 09/13] poison: remove GNUC check
` [PATCH v3 10/13] xen: "
` [PATCH v3 12/13] linux-user: "

[PULL 00/30] ppc-for-6.0 queue 20201211
 2020-12-11  4:15 UTC  (31+ messages)
` [PULL 01/30] spapr/xive: Turn some sanity checks into assertions
` [PULL 02/30] spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()
` [PULL 03/30] spapr: Do PCI device hotplug sanity checks at pre-plug only
` [PULL 04/30] spapr: Do NVDIMM/PC-DIMM "
` [PULL 05/30] spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
` [PULL 06/30] spapr: Do PHB hoplug sanity check at pre-plug
` [PULL 07/30] spapr: Do TPM proxy hotplug sanity checks "
` [PULL 08/30] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
` [PULL 09/30] ppc: Add a missing break for PPC6xx_INPUT_TBEN
` [PULL 10/30] ppc/translate: Fix unordered f64/f128 comparisons
` [PULL 11/30] ppc/translate: Turn the helper macros into functions
` [PULL 12/30] ppc/translate: Delay NaN checking after comparison
` [PULL 13/30] ppc/translate: Raise exceptions after setting the cc
` [PULL 14/30] ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
` [PULL 15/30] hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier
` [PULL 16/30] xive: Add trace events
` [PULL 17/30] spapr: Fix pre-2.10 dummy ICP hack
` [PULL 18/30] spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs
` [PULL 19/30] spapr: Simplify error path of spapr_core_plug()
` [PULL 20/30] spapr: spapr_drc_attach() cannot fail
` [PULL 21/30] target/ppc: Remove "compat" property of server class POWER CPUs
` [PULL 22/30] hw/ppc: Do not re-read the clock on pre_save if doing savevm
` [PULL 23/30] MAINTAINERS: Add Greg Kurz as co-maintainer for ppc
` [PULL 24/30] ppc/e500: Free irqs array to avoid memleak
` [PULL 25/30] ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models
` [PULL 26/30] target/ppc: Introduce an mmu_is_64bit() helper
` [PULL 27/30] spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
` [PULL 28/30] spapr: Don't use qdev_get_machine() in spapr_msi_write()
` [PULL 29/30] spapr: Pass sPAPR machine state to some RTAS events handling functions
` [PULL 30/30] spapr.c: set a 'kvm-type' default value instead of relying on NULL

[PATCH 0/7] Additional NPCM7xx devices and IPMI BMC emulation support
 2020-12-11  3:04 UTC  (9+ messages)
` [PATCH 1/7] hw/misc: Add clock converter in NPCM7XX CLK module
` [PATCH 2/7] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH 3/7] hw/adc: Add an ADC module for NPCM7XX
` [PATCH 4/7] hw/misc: Add a PWM "
` [PATCH 5/7] hw/ipmi: Add an IPMI host interface
` [PATCH 6/7] hw/ipmi: Add a KCS Module for NPCM7XX
` [PATCH 7/7] hw/ipmi: Add an IPMI external host device

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-11  2:46 UTC  (6+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH v2 0/5] fix uninitialized variable warning
 2020-12-11  2:39 UTC  (2+ messages)

[PATCH v3 0/7] silence the compiler warnings
 2020-12-11  2:22 UTC  (2+ messages)

[PULL 00/13] Miscellaneous patches for 2020-12-10
 2020-12-11  2:11 UTC  (16+ messages)
` [PULL 01/13] Clean up includes
` [PULL 02/13] qerror: Drop unused QERR_ macros
` [PULL 03/13] qerror: Eliminate QERR_ macros used in just one place
` [PULL 04/13] block: Improve some block-commit, block-stream error messages
` [PULL 05/13] ui: Improve some set_passwd, expire_password "
` [PULL 06/13] ui: Improve a client_migrate_info error message
` [PULL 07/13] ui: Tweak "
` [PULL 08/13] qga: Replace an unreachable error by abort()
` [PULL 09/13] qga: Tweak a guest-shutdown error message
` [PULL 10/13] qom: Improve {qom, device}-list-properties error messages
` [PULL 11/13] Tweak a few "Parameter 'NAME' expects THING" error message
` [PULL 12/13] qapi: Normalize version references x.y.0 to just x.y
` [PULL 13/13] docs/devel/writing-qmp-commands.txt: Fix docs

[PATCH 0/4] clock: Get rid of clock_get_ns()
 2020-12-11  1:36 UTC  (5+ messages)
` [PATCH 1/4] clock: Introduce clock_ticks_to_ns()

[Bug 1907427] [NEW] Build on sparc64 fails with "undefined reference to `fdt_check_full'"
 2020-12-11  1:08 UTC  (3+ messages)

[PATCH 0/2] tcg: Eliminate scratch regs from i386 backend
 2020-12-11  1:14 UTC  (3+ messages)
` [PATCH 1/2] tcg/i386: Adjust TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH 2/2] tcg: Introduce INDEX_op_qemu_st8_i32

[PULL 0/3] tcg patch queue
 2020-12-11  1:10 UTC  (4+ messages)
` [PULL 1/3] accel/tcg: split CpusAccel into three TCG variants
` [PULL 2/3] accel/tcg: split tcg_start_vcpu_thread
` [PULL 3/3] accel/tcg: rename tcg-cpus functions to match module name

[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-11  1:13 UTC  (8+ messages)

[PATCH v3 0/1] spapr.c: set a 'kvm-type' default value instead of relying on NULL
 2020-12-11  0:21 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PULL 0/3] Machine and x86 queue, 2020-12-10
 2020-12-10 22:42 UTC  (4+ messages)
` [PULL 1/3] qom: code hardening - have bound checking while looping with integer value
` [PULL 2/3] sev: add sev-inject-launch-secret
` [PULL 3/3] i386/cpu: Make the Intel PT LIP feature configurable

[PATCH] audio: Simplify audio_bug() removing old code
 2020-12-10 22:35 UTC 

[PATCH v2 0/8] testing/next (without-features, gitlab, python)
 2020-12-10 22:07 UTC  (10+ messages)
` [PATCH v2 1/8] configure: include moxie-softmmu in deprecated_targets_list
` [PATCH v2 2/8] gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build
` [PATCH v2 3/8] configure: move gettext detection to meson.build
` [PATCH v2 4/8] configure: add --without-default-features
` [PATCH v2 5/8] python: add __repr__ to ConsoleSocket to aid debugging
` [PATCH v2 6/8] gitlab: move --without-default-devices build from Travis
` [PATCH v2 7/8] gitlab: add --without-default-features build
` [PATCH v2 8/8] tests/tcg: build tests with -Werror

[PATCH 0/3] virtiofsd: Fix lo_flush() and inode->posix_lock init
 2020-12-10 21:24 UTC  (11+ messages)
` [PATCH 1/3] virtiofsd: Set up posix_lock hash table for root inode
` [PATCH 2/3] virtiofsd: Disable posix_lock hash table if remote locks are not enabled
` [PATCH 3/3] virtiofsd: Check file type in lo_flush()
      ` ceph + freeipa ubuntu/fedora common small bug

[PATCH v2 0/1] security-process: update with mailing list details
 2020-12-10 21:39 UTC  (6+ messages)
` [PATCH v2 1/1] security-process: update process information

[PATCH v10 00/32] i386 cleanup
 2020-12-10 21:00 UTC  (2+ messages)

[PATCH 00/10] Fix floating-point -> text conversion precision
 2020-12-10 20:36 UTC  (12+ messages)
` [PATCH 01/10] tests/check-qjson: Don't skip funny QNumber to JSON conversions
` [PATCH 02/10] tests/check-qjson: Examine QNum more thoroughly
` [PATCH 03/10] tests/check-qjson: Cover number 2^63
` [PATCH 04/10] tests/check-qjson: Replace redundant large_number()
` [PATCH 05/10] tests/check-qnum: Cover qnum_to_string() for "unround" argument
` [PATCH 06/10] qobject: Fix qnum_to_string() to use sufficient precision
` [PATCH 07/10] test-string-output-visitor: Cover "unround" number
` [PATCH 08/10] string-output-visitor: Fix to use sufficient precision
` [PATCH 09/10] test-visitor-serialization: Drop insufficient precision workaround
` [PATCH 10/10] test-visitor-serialization: Clean up test_primitives()

[PATCH] docs: Build and install all the docs in a single manual
 2020-12-10 20:35 UTC 

[PATCH v3 0/4] target/arm: Implement v8.1M and Cortex-M55
 2020-12-10 20:14 UTC  (5+ messages)
` [PATCH v3 1/4] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
` [PATCH v3 2/4] target/arm: Correct store of FPSCR value via FPCXT_S
` [PATCH v3 3/4] target/arm: Implement FPCXT_NS fp system register
` [PATCH v3 4/4] target/arm: Implement Cortex-M55 model

[RFC PATCH] hw/misc/zynq_slcr: Avoid #DIV/0! error
 2020-12-10 20:13 UTC  (4+ messages)

Some performance numbers for virtiofs, DAX and virtio-9p
 2020-12-10 19:29 UTC  (2+ messages)

[PATCH v11 00/13] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-12-10 19:25 UTC  (3+ messages)

[RFC PATCH v2 0/3] vfio: Some fixes and optimizations for VFIO migration
 2020-12-10 18:39 UTC  (5+ messages)
` [RFC PATCH v2 2/3] vfio: Set the priority of the VFIO VM state change handler explicitly

[PATCH v14 00/13] Apply COR-filter to the block-stream permanently
 2020-12-10 18:30 UTC  (10+ messages)
` [PATCH v14 02/13] block: add API function to insert a node
` [PATCH v14 03/13] copy-on-read: add filter drop function
` [PATCH v14 04/13] qapi: add filter-node-name to block-stream
` [PATCH v14 05/13] qapi: create BlockdevOptionsCor structure for COR driver

[PATCH 0/6] migration: Fixes and cleanups aroung migrate-set-parameters
 2020-12-10 18:10 UTC  (5+ messages)
` [PATCH 1/6] migration: Fix and clean up around @tls-authz

[RFC PATCH] virtio: Only display errors if GUEST_ERROR is enabled
 2020-12-10 18:01 UTC  (2+ messages)

[PATCH v2 0/4] Add a new -action parameter
 2020-12-10 18:00 UTC  (5+ messages)
` [PATCH v2 3/4] qmp: Allow setting -action parameters on the fly

[PATCH] virtiofsd: Fix potential NULL pointer dereference in virtio_send_msg()
 2020-12-10 18:00 UTC  (2+ messages)

[PATCH v2] accel/tcg: Remove deprecated '-tb-size' option
 2020-12-10 17:21 UTC 

[PATCH] hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
 2020-12-10 17:28 UTC 

[PULL v2 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
 2020-12-10 17:00 UTC  (2+ messages)

[PATCH v12 00/19] Initial support for multi-process Qemu
 2020-12-10 16:57 UTC  (11+ messages)
` [PATCH v12 16/19] multi-process: Synchronize remote memory

[PATCH 0/4] Remove deprecated CLI parameters
 2020-12-10 16:56 UTC  (7+ messages)
` [PATCH 1/4] accel/tcg: Remove deprecated '-tb-size' option
` [PATCH 2/4] docs/system: Move the list of removed features to a separate file
` [PATCH 3/4] Remove the deprecated -realtime option
` [PATCH 4/4] Remove the deprecated -show-cursor option

[PATCH v2 0/3] nvdimm: read-only file support
 2020-12-10 16:48 UTC  (2+ messages)

[PATCH v3] file-posix: detect the lock using the real file
 2020-12-10 16:54 UTC  (2+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-10 16:13 UTC  (2+ messages)

[PULL v2 00/65] pc,pci,virtio: fixes, cleanups
 2020-12-10 16:26 UTC  (5+ messages)
` [PULL v2 48/65] libvhost-user: make it a meson subproject

[PATCH] file-posix: detect the lock using the real file
 2020-12-10 16:12 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] accel/tcg: Remove deprecated '-tb-size' option
 2020-12-10 16:06 UTC  (2+ messages)

[PULL 0/5] aspeed queue
 2020-12-10 15:59 UTC  (2+ messages)

[PATCH v2] file-posix: detect the lock using the real file
 2020-12-10 15:54 UTC 

[PATCH] block/nvme: Implement fake truncate() coroutine
 2020-12-10 15:43 UTC  (3+ messages)

[PATCH v2 00/10] virtio-mem: vfio support
 2020-12-10 15:20 UTC  (7+ messages)
` [PATCH v2 07/10] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v2 10/10] vfio: Disable only uncoordinated discards

[RFC 0/8] s390x/pci: Fixing s390 vfio-pci ISM support
 2020-12-10 15:15 UTC  (7+ messages)
` [RFC 2/8] s390x/pci: MSI-X isn't strictly required for passthrough
` [RFC 3/8] s390x/pci: fix pcistb length

[PATCH] sdl2: Add extra mouse buttons
 2020-12-10 14:33 UTC 

[PATCH] sdl2: Add extra mouse buttons
 2020-12-10 14:33 UTC 

[PATCH] sdl2: Add extra mouse buttons
 2020-12-10 14:33 UTC 

RFC: don't store backing filename in qcow2 image
 2020-12-10 14:26 UTC 

[PULL 00/11] Microvm 20201210 patches
 2020-12-10 14:26 UTC  (2+ messages)

[PATCH v2 0/1] spapr.c: set a 'kvm-type' default value instead of relying on NULL
 2020-12-10 14:19 UTC  (5+ messages)
` [PATCH v2 1/1] "

[Bug 1877384] [NEW] 9pfs file create with mapped-xattr can fail on overlayfs
 2020-12-10 13:49 UTC  (2+ messages)
` [Bug 1877384] "


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