qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 21:42:30 to 2021-05-19 13:47:26 UTC [more...]

[RFC PATCH 0/2] qemu-img convert: Fix sparseness detection
 2021-05-19 13:24 UTC  (6+ messages)
` [RFC PATCH 2/2] "

[PATCH] qemu-config: load modules when instantiating option groups
 2021-05-19 13:14 UTC  (3+ messages)
` Automatic module loading (was: [PATCH] qemu-config: load modules when instantiating option groups)

[PATCH] i386/kvm: The value passed to strerror should be positive
 2021-05-19 13:43 UTC  (2+ messages)

[Bug 1918975] [NEW] [Feature request] Propagate interpreter to spawned processes
 2021-05-19 13:00 UTC  (2+ messages)
` [Bug 1918975] "

[PATCH 00/24] target/ppc: Clean up mmu translation
 2021-05-19 13:02 UTC  (6+ messages)
` [PATCH 16/24] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
` [PATCH 17/24] target/ppc: Use MMUAccessType with *_handle_mmu_fault

[PATCH v4] target/xtensa: clean up unaligned access
 2021-05-19 13:07 UTC  (2+ messages)

[PATCH] doc: Add notes about -mon option mode=control argument
 2021-05-19  7:11 UTC 

Qemu block filter insertion/removal API
 2021-05-19 13:02 UTC  (6+ messages)

[PULL 00/48] ppc-for-6.1 queue 20210519
 2021-05-19 12:51 UTC  (49+ messages)
` [PULL 01/48] hw/ppc/spapr.c: Extract MMU mode error reporting into a function
` [PULL 02/48] hw/ppc/spapr.c: Make sure the host supports the selected MMU mode
` [PULL 03/48] target/ppc: Fold gen_*_xer into their callers
` [PULL 04/48] target/ppc: renamed SPR registration functions
` [PULL 05/48] target/ppc: move SPR R/W callbacks to translate.c
` [PULL 06/48] hw/ppc: moved hcalls that depend on softmmu
` [PULL 07/48] target/ppc: moved function out of mmu-hash64
` [PULL 08/48] target/ppc: moved ppc_store_lpcr to misc_helper.c
` [PULL 09/48] hw/ppc: moved has_spr to cpu.h
` [PULL 10/48] target/ppc: turned SPR R/W callbacks not static
` [PULL 11/48] target/ppc: isolated cpu init from translation logic
` [PULL 12/48] target/ppc: created ppc_{store, get}_vscr for generic vscr usage
` [PULL 13/48] target/ppc: updated vscr manipulation in machine.c
` [PULL 14/48] target/ppc: moved ppc_store_sdr1 to cpu.c
` [PULL 15/48] target/ppc: moved ppc_cpu_dump_state to cpu_init.c
` [PULL 16/48] target/ppc: Add cia field to DisasContext
` [PULL 17/48] target/ppc: Split out decode_legacy
` [PULL 18/48] target/ppc: Move DISAS_NORETURN setting into gen_exception*
` [PULL 19/48] target/ppc: Remove special case for POWERPC_SYSCALL
` [PULL 20/48] target/ppc: Remove special case for POWERPC_EXCP_TRAP
` [PULL 21/48] target/ppc: Simplify gen_debug_exception
` [PULL 22/48] target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
` [PULL 23/48] target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
` [PULL 24/48] target/ppc: Remove unnecessary gen_io_end calls
` [PULL 25/48] target/ppc: Introduce gen_icount_io_start
` [PULL 26/48] target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
` [PULL 27/48] target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
` [PULL 28/48] target/ppc: Remove DisasContext.exception
` [PULL 29/48] target/ppc: Move single-step check to ppc_tr_tb_stop
` [PULL 30/48] target/ppc: Tidy exception vs exit_tb
` [PULL 31/48] target/ppc: Mark helper_raise_exception* as noreturn
` [PULL 32/48] target/ppc: Use translator_loop_temp_check
` [PULL 33/48] target/ppc: Fix load endianness for lxvwsx/lxvdsx
` [PULL 34/48] target/ppc: Introduce prot_for_access_type
` [PULL 35/48] target/ppc: Use MMUAccessType in mmu-radix64.c
` [PULL 36/48] target/ppc: Use MMUAccessType in mmu-hash64.c
` [PULL 37/48] target/ppc: Use MMUAccessType in mmu-hash32.c
` [PULL 38/48] target/ppc: Rename access_type to type in mmu_helper.c
` [PULL 39/48] target/ppc: Use MMUAccessType "
` [PULL 40/48] target/ppc: Remove type argument from check_prot
` [PULL 41/48] target/ppc: Remove type argument from ppc6xx_tlb_pte_check
` [PULL 42/48] target/ppc: Remove type argument from ppc6xx_tlb_check
` [PULL 43/48] target/ppc: Remove type argument from get_bat_6xx_tlb
` [PULL 44/48] target/ppc: Remove type argument from mmu40x_get_physical_address
` [PULL 45/48] target/ppc: Remove type argument from mmubooke_check_tlb
` [PULL 46/48] target/ppc: Remove type argument from mmubooke_get_physical_address
` [PULL 47/48] target/ppc: Remove type argument from mmubooke206_check_tlb
` [PULL 48/48] target/ppc: Remove type argument for mmubooke206_get_physical_address

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-19 13:04 UTC  (10+ messages)
` [PATCH v12 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v12 4/8] arm64: kvm: Introduce MTE VM feature
` [PATCH v12 5/8] arm64: kvm: Save/restore MTE registers

[PATCH v2] configure: Avoid error messages about missing *-config-*.h files
 2021-05-19 12:35 UTC  (2+ messages)

[PATCH v4] plugins/syscall: Added a table-like summary output
 2021-05-19 12:19 UTC  (2+ messages)

[PATCH v6 0/9] ui: add vdagent implementation and clipboard support
 2021-05-19 12:06 UTC  (15+ messages)
` [PATCH v6 1/9] build: add separate spice-protocol config option
` [PATCH v6 2/9] ui: add clipboard infrastructure
` [PATCH v6 3/9] ui: add clipboard documentation
` [PATCH v6 4/9] ui/vdagent: core infrastructure
` [PATCH v6 5/9] ui/vdagent: add mouse support
` [PATCH v6 6/9] ui/vdagent: add clipboard support
` [PATCH v6 7/9] ui/vnc: "
` [PATCH v6 8/9] ui/gtk: move struct GtkDisplayState to ui/gtk.h
` [PATCH v6 9/9] ui/gtk: add clipboard support

RFC: Qemu backup interface plans
 2021-05-19 12:00 UTC  (6+ messages)

[PATCH] configure: Avoid error messages about missing *-config-*.h files
 2021-05-19 11:31 UTC  (3+ messages)

[PATCH] MAINTAINERS: update block/rbd.c maintainer
 2021-05-19 11:25 UTC 

[PULL v3 0/1] Rtd patches
 2021-05-19 11:24 UTC  (6+ messages)

[PATCH v2 0/2] target/i386: Make sure that vsyscall's tb->size != 0
 2021-05-19 11:14 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg/x86_64: add vsyscall smoke test

[PATCH 00/21] block: publish backup-top filter
 2021-05-19 11:14 UTC  (6+ messages)
` [PATCH 01/21] block: introduce bdrv_replace_child_bs()

GSoC introduction: Rust vhost-user-scsi device
 2021-05-19 11:10 UTC  (3+ messages)

[PATCH v5 0/6] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-19 11:05 UTC  (4+ messages)
` [PATCH v5 1/6] hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC

[RFC PATCH] block/vpc: Support probing of fixed-size VHD images
 2021-05-19 10:56 UTC  (3+ messages)

[PATCH] Update libslirp to v4.5.0
 2021-05-19 10:46 UTC 

[PATCH] target/xtensa: fix access ring in l32ex
 2021-05-19 10:44 UTC 

[PULL 00/20] CI, qtest, and misc patches
 2021-05-19 10:43 UTC  (4+ messages)
` [PULL 17/20] configure: Poison all current target-specific #defines

[PATCH] qemu-io-cmds: assert that we don't have .perm requested in no-blk case
 2021-05-19 10:42 UTC  (2+ messages)

[PATCH] block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
 2021-05-19 10:41 UTC  (5+ messages)

[PATCH 0/5] esp: fixes for MacOS toolbox ROM
 2021-05-19 10:08 UTC  (6+ messages)
` [PATCH 1/5] esp: allow non-DMA callback in esp_transfer_data() initial transfer
` [PATCH 2/5] esp: handle non-DMA transfers from the target one byte at a time
` [PATCH 3/5] esp: ensure PDMA write transfers are flushed from the FIFO to the target immediately
` [PATCH 4/5] esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
` [PATCH 5/5] esp: correctly accumulate extended messages for PDMA

[Bug 1761798] Re: live migration intermittently fails in CI with "VQ 0 size 0x80 Guest index 0x12c inconsistent with Host index 0x134: delta 0xfff8"
 2021-05-19  9:53 UTC 

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-05-19 10:00 UTC  (14+ messages)
` [RFC PATCH v2 5/6] hw/arm/virt-acpi-build: Add PPTT table

[PATCH v3] i386: Add ratelimit for bus locks acquired in guest
 2021-05-19 10:00 UTC  (3+ messages)

[RFC PATCH 00/25] exec: Add load/store API for aligned pointers
 2021-05-19  9:08 UTC  (5+ messages)
` [RFC PATCH 14/25] qemu/bswap: Introduce load/store for aligned pointer

[PATCH v2] migration/rdma: Fix cm_event used before being initialized
 2021-05-19  8:11 UTC  (2+ messages)

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-19  7:32 UTC  (5+ messages)

[PATCH v2] fdc: check null block pointer before r/w data transfer
 2021-05-19  7:27 UTC  (3+ messages)

[PATCH 0/3] Move some things out of hw/misc
 2021-05-19  7:23 UTC  (5+ messages)
` [PATCH 1/3] adc: Move the zynq-xadc file to the adc directories
` [PATCH 2/3] adc: Move the max111x driver to the adc directory
` [PATCH 3/3] sensor: Move hardware sensors from misc to a sensor directory

[PATCH 3/3] hw/block/nvme: add id ns metadata cap (mc) enum
 2021-05-19  7:05 UTC  (2+ messages)

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-19  7:01 UTC  (9+ messages)
` [PATCH v2 01/21] qapi/parser: Don't try to handle file errors
` [PATCH v2 15/21] qapi/parser: add docstrings

[PATCH] migration/rdma: Fix cm_event used before being initialized
 2021-05-19  6:40 UTC  (5+ messages)

[PATCH v5 00/13] virtio-gpu: Add support for Blob resources feature (v5)
 2021-05-19  6:17 UTC  (17+ messages)
` [PATCH v5 01/13] ui: Get the fd associated with udmabuf driver
` [PATCH v5 02/13] headers: Add udmabuf.h
` [PATCH v5 03/13] virtio-gpu: Add udmabuf helpers
` [PATCH v5 04/13] virtio-gpu: Add virtio_gpu_find_check_resource
` [PATCH v5 05/13] virtio-gpu: Refactor virtio_gpu_set_scanout
` [PATCH v5 06/13] virtio-gpu: Refactor virtio_gpu_create_mapping_iov
` [PATCH v5 07/13] virtio-gpu: Add initial definitions for blob resources
` [PATCH v5 08/13] virtio-gpu: Add virtio_gpu_resource_create_blob
` [PATCH v5 09/13] ui/pixman: Add qemu_pixman_to_drm_format()
` [PATCH v5 10/13] virtio-gpu: Add helpers to create and destroy dmabuf objects
` [PATCH v5 11/13] virtio-gpu: Factor out update scanout
` [PATCH v5 12/13] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PATCH v5 13/13] virtio-gpu: Update cursor data using blob

[PATCH v4 00/13] virtio-gpu: Add support for Blob resources feature (v4)
 2021-05-19  3:34 UTC  (3+ messages)

[PATCH v2] target/ppc: Fix load endianness for lxvwsx/lxvdsx
 2021-05-19  0:43 UTC  (4+ messages)

[PATCH] Fix `lxvdsx` (issue #212)
 2021-05-19  0:46 UTC  (5+ messages)

[PATCH v2 0/7] target/ppc: Misc motion to support disabling TCG
 2021-05-19  2:02 UTC  (5+ messages)
` [PATCH v2 1/7] target/ppc: fix ppc_store_sdr1 for user-only compilation
` [PATCH v2 7/7] target/ppc: wrapped some TCG only logic with ifdefs

[PATCH] fw_cfg: Set the max fw_cfg mem read size to 8 bytes
 2021-05-19  3:08 UTC  (3+ messages)

[PATCH Resend] block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
 2021-05-19  1:40 UTC 

[PATCH v3] target/xtensa: clean up unaligned access
 2021-05-19  0:26 UTC  (3+ messages)

[Bug 1875702] [NEW] madvise reports success, but doesn't implement WIPEONFORK
 2021-05-18 23:45 UTC  (2+ messages)
` [Bug 1875702] "

[Bug 1915535] [NEW] Assertion `child->perm & BLK_PERM_WRITE' failed in bdrv_co_write_req_prepare through atapi
 2021-05-18 23:32 UTC  (2+ messages)
` [Bug 1915535] "

[Bug 1915539] [NEW] Null-ptr dereference on AHCICmdHdr in ahci_pio_transfer
 2021-05-18 23:29 UTC  (2+ messages)
` [Bug 1915539] "

[PATCH 0/4] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards
 2021-05-18 23:27 UTC  (9+ messages)
` [PATCH 1/4] hw/arm: gsj add i2c comments
` [PATCH 2/4] hw/arm: gsj add pca9548
` [PATCH 3/4] hw/arm: quanta-q71l add pca954x muxes
` [PATCH 4/4] aspeed: sonorapass: enable "

[RFC PATCH 00/11] hw/isa: Remove dependencies on ISA bus singleton
 2021-05-18 23:05 UTC  (13+ messages)
` [RFC PATCH 01/11] hw/isa: Explode pci_create_simple() calls
` [RFC PATCH 02/11] hw/ide: Add PCIIDEState::isa_bus link
` [RFC PATCH 03/11] hw/ide/piix: Set the ISA-bus QOM link
` [RFC PATCH 04/11] hw/ide/via: "
` [RFC PATCH 05/11] hw/isa: Extract isa_bus_get_irq() from isa_get_irq()
` [RFC PATCH 06/11] hw/ide: Replace isa_get_irq() by isa_bus_get_irq()
` [RFC PATCH 07/11] hw/isa: Simplify isa_get_irq()
` [RFC PATCH 08/11] hw/isa: Extract bus part from isa_register_portio_list()
` [RFC PATCH 09/11] hw/ide: Let ide_init_ioport() take an ISA bus argument instead of device
` [RFC PATCH 10/11] hw/isa: Remove use of global isa bus
` [RFC PATCH 11/11] hw/isa: Rename isabus singleton as 'g_isabus'

[PATCH 0/2] Hexagon (target/hexagon) bug fixes
 2021-05-18 23:00 UTC  (3+ messages)
` [PATCH 1/2] Hexagon (target/hexagon) fix bug in fLSBNEW*
` [PATCH 2/2] Hexagon (target/hexagon) fix l2fetch instructions

[PATCH 1/2] Hexagon (target/hexagon) fix bug in fLSBNEW*
 2021-05-18 22:58 UTC  (2+ messages)
` [PATCH 2/2] Hexagon (target/hexagon) fix l2fetch instructions

[PATCH v3 0/5] Add support for PMBus in QEMU
 2021-05-18 21:43 UTC  (5+ messages)

[PATCH v2 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-18 21:35 UTC  (2+ messages)
` [PATCH v2 5/7] virtiofsd: Simplify skip byte logic


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