qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 06:11:49 to 2021-02-22 14:12:12 UTC [more...]

[Qemu-devel] [Bug 1836501] [NEW] cpu_address_space_init fails with assertion
 2021-02-22 13:58 UTC  (2+ messages)
` [Bug 1836501] "

[PATCH v2] configure: fix --enable-fuzzing linker failures
 2021-02-22 14:10 UTC  (3+ messages)

[RFC PATCH v2 0/3] hw/flash_cfi01: Reduce memory consumption when flash image is smaller than region
 2021-02-22 14:06 UTC  (7+ messages)
` [RFC PATCH v2 1/3] hw/pflash_cfi*: Replace DPRINTF with trace events
` [RFC PATCH v2 2/3] hw/pflash_cfi01: Correct the type of PFlashCFI01.ro
` [RFC PATCH v2 3/3] hw/pflash_cfi01: Allow devices to have a smaller backing device

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-02-22 14:04 UTC  (3+ messages)
` [Bug 1914535] "

[PATCH] docs/system: Extend PPC section
 2021-02-22 14:04 UTC  (2+ messages)

[PATCH v6 00/12] virtio-mem: vfio support
 2021-02-22 14:03 UTC  (19+ messages)
` [PATCH v6 01/12] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v6 02/12] virtio-mem: Factor out traversing unplugged ranges
` [PATCH v6 03/12] virtio-mem: Don't report errors when ram_block_discard_range() fails
` [PATCH v6 04/12] virtio-mem: Implement RamDiscardMgr interface
` [PATCH v6 05/12] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v6 06/12] vfio: Query and store the maximum number of possible DMA mappings
` [PATCH v6 07/12] vfio: Sanity check maximum number of DMA mappings with RamDiscardMgr
` [PATCH v6 08/12] vfio: Support for RamDiscardMgr in the vIOMMU case
` [PATCH v6 09/12] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v6 10/12] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH v6 11/12] virtio-mem: Require only coordinated discards
` [PATCH v6 12/12] vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus

who's using the ozlabs patchwork install for QEMU patches ?
 2021-02-22 13:59 UTC  (5+ messages)

[PATCH v21 00/17] i386 cleanup PART 2
 2021-02-22 14:00 UTC  (22+ messages)
` [PATCH v21 01/17] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v21 02/17] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v21 03/17] accel: introduce new accessor functions
` [PATCH v21 04/17] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v21 05/17] accel-cpu: make cpu_realizefn return a bool
` [PATCH v21 06/17] meson: add target_user_arch
` [PATCH v21 07/17] i386: split off softmmu-only functionality in tcg-cpu
` [PATCH v21 08/17] i386: split smm helper (softmmu)
` [PATCH v21 09/17] i386: split tcg excp_helper into softmmu and user parts
` [PATCH v21 10/17] i386: move TCG btp_helper into softmmu/
` [PATCH v21 11/17] i386: split misc helper into user and softmmu parts
` [PATCH v21 12/17] i386: separate fpu_helper "
` [PATCH v21 13/17] i386: split svm_helper into softmmu and stub-only user
` [PATCH v21 14/17] i386: split seg_helper into user-only and softmmu parts
` [PATCH v21 15/17] i386: split off softmmu part of cpu.c
` [PATCH v21 16/17] i386: gdbstub: only write CR0/CR2/CR3/EFER for SOFTMMU
` [PATCH v21 17/17] i386: move cpu_load_efer into SOFTMMU-only section of cpu.h

[PATCH v3 0/8] hw/sh4: Kconfig cleanups
 2021-02-22 13:55 UTC  (5+ messages)
` [PATCH v3 1/8] hw/sh4: Add missing license
` [PATCH v3 7/8] hw/pci-host: Introduce SH_PCI Kconfig entry

[PATCH v2 00/22] eMMC support
 2021-02-22 13:23 UTC  (31+ messages)
` [PATCH v2 01/22] block: add eMMC block device type
` [PATCH v2 02/22] sd: sd: Remove usage of tabs in the file
` [PATCH v2 03/22] sd: emmc: Add support for eMMC cards
` [PATCH v2 04/22] sd: emmc: update OCR fields for eMMC
` [PATCH v2 05/22] sd: emmc: Add support for EXT_CSD & CSD "
` [PATCH v2 06/22] sd: emmc: Update CMD8 to send EXT_CSD register
` [PATCH v2 07/22] sd: sdmmc-internal: Add command string for SEND_OP_CMD
` [PATCH v2 08/22] sd: emmc: Dont not update CARD_CAPACITY for eMMC cards
` [PATCH v2 09/22] sd: emmc: Update CMD1 definition for eMMC
` [PATCH v2 10/22] sd: emmc: support idle state in CMD2
` [PATCH v2 11/22] sd: emmc: Add mmc switch function support
` [PATCH v2 12/22] sd: emmc: add CMD21 tuning sequence
` [PATCH v2 13/22] sd: emmc: Make ACMD41 illegal for mmc
` [PATCH v2 14/22] sd: emmc: Add support for emmc erase
` [PATCH v2 15/22] sd: emmc: Update CID structure for eMMC
` [PATCH v2 16/22] sd: emmc: Add Extended CSD register definitions
` [PATCH v2 17/22] sd: emmc: Support boot area in emmc image
` [PATCH v2 18/22] sd: emmc: Subtract bootarea size from blk
` [PATCH v2 19/22] sd: sdhci: Support eMMC devices
` [PATCH v2 20/22] arm: xlnx-versal: Add emmc to versal
` [PATCH v2 21/22] docs: devel: emmc: Add a doc for emmc card emulation
` [PATCH v2 22/22] docs: arm: xlnx-versal-virt: Add eMMC support documentation

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-22 13:27 UTC  (4+ messages)

[PATCH v20 00/17] i386 cleanup PART 2
 2021-02-22 13:30 UTC  (4+ messages)
` [PATCH v20 06/17] meson: add target_user_arch

[PATCH] FreeBSD: Upgrade to 12.2 release
 2021-02-22 13:21 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-22 12:55 UTC 

[PATCH 0/3] hw/block/nvme: misc fixes
 2021-02-22 13:16 UTC  (9+ messages)
` [PATCH 1/3] hw/block/nvme: nvme_identify fixes
` [PATCH 2/3] hw/block/nvme: fix potential compilation error
` [PATCH 3/3] hw/block/nvme: report non-mdts command size limit for dsm

[RESEND PATCH v4 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-02-22 13:15 UTC  (6+ messages)
` [RESEND PATCH v4 1/5] hw/dma: xlnx_csu_dma: Implement a Xilinx CSU DMA model
` [RESEND PATCH v4 2/5] hw/arm: xlnx-zynqmp: Clean up coding convention issues
` [RESEND PATCH v4 3/5] hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPI
` [RESEND PATCH v4 4/5] hw/ssi: xilinx_spips: Clean up coding convention issues
` [RESEND PATCH v4 5/5] hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips

[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
 2021-02-22 13:19 UTC  (4+ messages)
` [RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines

[PATCH v4 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-02-22 13:05 UTC  (6+ messages)
` [PATCH v4 1/5] hw/dma: xlnx_csu_dma: Implement a Xilinx CSU DMA model
` [PATCH v4 2/5] hw/arm: xlnx-zynqmp: Clean up coding convention issues
` [PATCH v4 3/5] hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPI
` [PATCH v4 4/5] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH v4 5/5] hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips

[Bug 1916394] [NEW] [git] Cannot build qemu: FAILED: target/hexagon/semantics_generated.pyinc
 2021-02-22 12:40 UTC  (3+ messages)
` [Bug 1916394] "

Interactive launch over QMP socket?
 2021-02-22 12:18 UTC  (3+ messages)

[PATCH v2 0/6] testing/next (meson check-tcg, fedora bump, docs)
 2021-02-22 12:16 UTC  (13+ messages)
` [PATCH v2 1/6] meson.build: expose TCG cross compiler information in summary
` [PATCH v2 2/6] docker: Bump Fedora images to release 33
` [PATCH v2 3/6] tests/acceptance: allow a "graceful" failing for virtio-gpu test
` [PATCH v2 4/6] docs/devel: expand on use of containers to build tests
` [PATCH v2 5/6] docs/devel: update the container based tests
` [PATCH v2 6/6] docs/devel: add forward reference to check-tcg

[PATCH] linux-user: manage binfmt-misc preserve-arg[0] flag
 2021-02-22 12:21 UTC  (4+ messages)

tools/virtiofs: Multi threading seems to hurt performance
 2021-02-22 12:18 UTC  (5+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)

[PATCH v2] iotests: Drop deprecated 'props' from object-add
 2021-02-22 11:57 UTC 

[RFC v1 00/38] arm cleanup experiment for kvm-only build
 2021-02-22 11:56 UTC  (15+ messages)
  ` [RFC v1 28/38] target/arm: make arm_pmu_timer_cb TCG-only, starting tcg-stub
  ` [RFC v1 32/38] target/arm: cpu: do not initialize TCG PMU for KVM
  ` [RFC v1 01/38] target/arm: move translate modules to tcg/
  ` [RFC v1 02/38] target/arm: move helpers "
  ` [RFC v1 03/38] arm: tcg: only build under CONFIG_TCG
  ` [RFC v1 05/38] target/arm: wrap arm_cpu_exec_interrupt in CONFIG_TCG
  ` [RFC v1 08/38] target/arm/tcg: split softmmu parts of v8_cp_reginfo and el2_cp_reginfo
  ` [RFC v1 34/38] target/arm: cpu: only initialize TCG gt timers under CONFIG_TCG

[PATCH] vhost: simplify vhost_dev_init() fail_busyloop label
 2021-02-22 11:49 UTC 

[PATCH qemu v13] spapr: Implement Open Firmware client interface
 2021-02-22 11:48 UTC  (2+ messages)

[PATCH] ui/gtk: vte: fix sending multiple characeters
 2021-02-22 11:39 UTC  (4+ messages)

[PATCH v5 00/11] virtio-mem: vfio support
 2021-02-22 11:29 UTC  (4+ messages)
` [PATCH v5 03/11] virtio-mem: Implement RamDiscardMgr interface

[PATCH] docs/system: Document the removal of "compat" property for POWER CPUs
 2021-02-22 11:28 UTC 

Editing QEMU POWER Platform wiki page
 2021-02-22 11:14 UTC  (3+ messages)

[PATCH v2 0/1] css: SCHIB measurement block origin must be aligned
 2021-02-22 11:11 UTC  (2+ messages)

[PATCH v5 0/9] block: Add retry for werror=/rerror= mechanism
 2021-02-22 11:00 UTC  (3+ messages)

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-02-22 10:57 UTC  (2+ messages)

[PATCH] ui/console: Assert graphic console surface is not NULL
 2021-02-22 10:51 UTC  (3+ messages)
` [PATCH v2] ui/console: Pass placeholder surface to displays

[PATCH 0/4] ui: add support for 'secret' object to provide VNC/SPICE passwords
 2021-02-22 10:40 UTC  (3+ messages)
` [PATCH 4/4] ui, monitor: remove deprecated VNC ACL option and HMP commands

[PATCH v2] ui/cocoa: Use kCGColorSpaceSRGB
 2021-02-22 10:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ui/cocoa: Remove the uses of full screen APIs
 2021-02-22 10:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] configure: Do not require GBM for OpenGL
 2021-02-22 10:28 UTC  (2+ messages)

[PULL v1 0/3] CRIS queue
 2021-02-22 10:23 UTC  (9+ messages)
` [PULL v1 1/3] target/cris: Use MMUAccessType enum type when possible
` [PULL v1 2/3] target/cris: Let cris_mmu_translate() use MMUAccessType access_type
` [PULL v1 3/3] target/cris: Plug leakage of TCG temporaries

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-22 10:20 UTC  (11+ messages)
` [PATCH v4 16/21] i386: track explicit 'hv-*' features enablement/disablement

[PATCH v6 0/2] System Generation ID driver and VMGENID backend
 2021-02-22  9:53 UTC  (4+ messages)
` [PATCH v6 1/2] drivers/misc: sysgenid: add system generation id driver
` [PATCH v6 2/2] drivers/virt: vmgenid: add vm "

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest
 2021-02-22  9:46 UTC  (4+ messages)
` [RFC PATCH 4/5] Add migration support for KVM guest with MTE

[PATCH v4 0/4] Add support for ipv6 host forwarding
 2021-02-22  9:39 UTC  (5+ messages)
` [PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse

[RFC PATCH 00/15] eMMC support
 2021-02-22  9:38 UTC  (5+ messages)
` [RFC PATCH 11/15] sd: emmc: Add Extended CSD register definitions

[PATCH v2 00/15] tests/tcg: Add TriCore tests
 2021-02-22  9:23 UTC  (2+ messages)

[Bug 1915682] [NEW] i386-linux-user wine exception regression tests fail
 2021-02-22  9:10 UTC  (2+ messages)
` [Bug 1915682] "

[PATCH] gitlab-ci: Remove unused container images
 2021-02-22  8:44 UTC  (4+ messages)

[PATCH RFC] pvrdma: wean code off pvrdma_ring.h kernel header
 2021-02-22  8:40 UTC  (7+ messages)

tests: n810 arm failing
 2021-02-22  8:37 UTC  (4+ messages)

[PATCH v5] target/cris: Plug leakage of TCG temporaries
 2021-02-22  8:30 UTC  (2+ messages)

[PATCH] MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
 2021-02-22  8:26 UTC  (2+ messages)

[PATCH 0/2] tcg/aarch64: Fixes to vector ops
 2021-02-22  7:52 UTC  (2+ messages)

[PATCH] migration: Remove time_t cast for OpenBSD
 2021-02-22  7:28 UTC 

[PATCH v4 00/71] TCI fixes and cleanups
 2021-02-22  6:44 UTC  (4+ messages)
` [PATCH v4 70/71] tests/tcg: Increase timeout for TCI

[PATCH v5 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-02-22  6:36 UTC  (3+ messages)
` [PATCH v5 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook


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