qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 10:28:43 to 2021-03-10 17:50:57 UTC [more...]

[PATCH 0/4] Clean up the -usbdevice mess
 2021-03-10 17:33 UTC  (3+ messages)
` [PATCH 1/4] usb: remove support for -usbdevice parameters
` [PATCH 3/4] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)

[PATCH] baum: Fix crash when Braille output is not available
 2021-03-10 17:23 UTC  (5+ messages)

[PATCH v5 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-03-10 17:25 UTC  (14+ messages)
` [PATCH v5 1/7] net/eth: Simplify _eth_get_rss_ex_dst_addr()
` [PATCH v5 2/7] net/eth: Better describe _eth_get_rss_ex_dst_addr's offset argument
` [PATCH v5 3/7] net/eth: Make ip6_ext_hdr *ext_hdr pointer to const
` [PATCH v5 4/7] net/eth: Check the size earlier
` [PATCH v5 5/7] net/eth: Check iovec has enough data earlier
` [PATCH v5 6/7] net/eth: Read ip6_ext_hdr_routing buffer before accessing it
` [PATCH v5 7/7] net/eth: Add an assert() and invert if() statement to simplify code

[PATCH] block: Introduce zero-co:// and zero-aio://
 2021-03-10 17:37 UTC  (10+ messages)

[PATCH v2 00/12] hw/block/pflash: Refactors around setting the device in read-array mode
 2021-03-10 17:31 UTC  (14+ messages)
` [PATCH v2 01/12] hw/block/pflash_cfi: Fix code style for checkpatch.pl
` [PATCH v2 02/12] hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()
` [PATCH v2 03/12] hw/block/pflash_cfi02: Extract pflash_cfi02_fill_cfi_table()
` [PATCH v2 04/12] hw/block/pflash_cfi02: Set rom_mode to true in pflash_setup_mappings()
` [PATCH v2 05/12] hw/block/pflash_cfi02: Open-code pflash_register_memory(rom=false)
` [PATCH v2 06/12] hw/block/pflash_cfi02: Rename register_memory(true) as mode_read_array
` [PATCH v2 07/12] hw/block/pflash_cfi02: Factor out pflash_reset_state_machine()
` [PATCH v2 08/12] hw/block/pflash_cfi02: Add DeviceReset method
` [PATCH v2 09/12] hw/block/pflash_cfi01: Clarify trace events
` [PATCH v2 10/12] hw/block/pflash_cfi01: Extract pflash_mode_read_array()
` [PATCH v2 11/12] hw/block/pflash_cfi01: Correct the type of PFlashCFI01.ro
` [PATCH v2 12/12] hw/block/pflash_cfi: Replace DPRINTF with trace events

[PATCH 0/3] memory: Display AddressSpace zero-based in 'info mtree'
 2021-03-10 17:06 UTC  (6+ messages)
` [PATCH 2/3] memory: Provide 'base address' argument to mtree_print_mr()

[PATCH] tests: remove "make check-speed" in favor of "make bench"
 2021-03-10 16:55 UTC  (2+ messages)

[PATCH v9 0/6] MTE support for KVM guest
 2021-03-10 16:47 UTC  (10+ messages)
` [PATCH v9 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v9 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v9 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v2] MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
 2021-03-10 17:01 UTC  (2+ messages)

[PATCH 0/9] hw/block/pflash: Refactors around setting the device in read-array mode
 2021-03-10 16:44 UTC  (18+ messages)
` [PATCH 3/9] hw/block/pflash_cfi02: Extract pflash_cfi02_fill_cfi_table()
` [PATCH 4/9] hw/block/pflash_cfi02: Set rom_mode to true in pflash_setup_mappings()
` [PATCH 6/9] hw/block/pflash_cfi02: Rename register_memory(true) as mode_read_array
` [PATCH 7/9] hw/block/pflash_cfi02: Factor out DeviceReset method
` [PATCH 8/9] hw/block/pflash_cfi01: Clarify trace events
` [PATCH 9/9] hw/block/pflash_cfi01: Extract pflash_mode_read_array()

[PATCH v3 09/12] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
 2021-03-10 16:27 UTC  (7+ messages)

[PATCH] tests: Fix broken "make check-speed"
 2021-03-10 16:38 UTC  (5+ messages)

[RFC] hw/display: add virtio-ramfb device
 2021-03-10 16:42 UTC  (4+ messages)

[PATCH v2] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
 2021-03-10 16:06 UTC  (12+ messages)

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-10 16:22 UTC  (2+ messages)

[PULL 00/40] target-arm queue
 2021-03-10 16:34 UTC  (5+ messages)
` [PULL 18/40] linux-user: Fix types in uaccess.c

[PATCH v2 1/2] edid: Make refresh rate configurable
 2021-03-10 16:08 UTC  (4+ messages)
` [PATCH v2 2/2] virtio-gpu: Respect UI refresh rate for EDID

[PATCH] coroutine: add libucontext as external library
 2021-03-10 16:32 UTC  (6+ messages)

[PULL v2 00/15] testing, docs, semihosting move and guest-loader
 2021-03-10 16:00 UTC  (16+ messages)
` [PULL v2 01/15] docs/system: add a gentle prompt for the complexity to come
` [PULL v2 02/15] tests/docker: add a test-tcg for building then running check-tcg
` [PULL v2 03/15] gitlab-ci.yml: Allow custom # of parallel linkers
` [PULL v2 04/15] gitlab-ci.yml: Add jobs to test CFI flags
` [PULL v2 05/15] tests/docker: Use --arch-only when building Debian cross image
` [PULL v2 06/15] .editorconfig: update the automatic mode setting for Emacs
` [PULL v2 07/15] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [PULL v2 08/15] hw/riscv: migrate fdt field to generic MachineState
` [PULL v2 09/15] device_tree: add qemu_fdt_setprop_string_array helper
` [PULL v2 10/15] hw/core: implement a guest-loader to support static hypervisor guests
` [PULL v2 11/15] docs: move generic-loader documentation into the main manual
` [PULL v2 12/15] docs: add some documentation for the guest-loader
` [PULL v2 13/15] tests/avocado: add boot_xen tests
` [PULL v2 14/15] semihosting: Move include/hw/semihosting/ -> include/semihosting/
` [PULL v2 15/15] semihosting: Move hw/semihosting/ -> semihosting/

[PATCH 0/4] qcow2: Improve refcount structure rebuilding
 2021-03-10 16:07 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] iotests/common.qemu: Add _cleanup_single_qemu
` [PATCH 3/4] iotests/common.qemu: Allow using the QSD
` [PATCH 4/4] iotests/108: Test new refcount rebuild algorithm

[PATCH v2 00/12] block/export: vhost-user-blk server tests and input validation
 2021-03-10 16:26 UTC  (5+ messages)

[PATCH] usb: remove support for -usbdevice parameters
 2021-03-10 16:02 UTC 

[PULL 00/18] testing, docs, semihosting move and guest-loader
 2021-03-10 15:47 UTC  (7+ messages)

[PATCH] qemu-timer: allow freeing a NULL timer
 2021-03-10 15:53 UTC  (2+ messages)

[PATCH 1/2] ui/cocoa: Show QEMU icon in the about window
 2021-03-10 15:49 UTC  (7+ messages)
` [PATCH 2/2] ui/cocoa: Do not rely on the first argument

[PATCH] usb: remove '-usbdevice u2f-key'
 2021-03-10 15:49 UTC 

[PATCH v2 00/10] target/hexagon: introduce idef-parser
 2021-03-10 15:48 UTC  (4+ messages)
` [PATCH v2 02/10] target/hexagon: import README for idef-parser

[PATCH v3 1/2] block/file-posix: Optimize for macOS
 2021-03-10 15:39 UTC  (2+ messages)
` [PATCH v3 2/2] block: Add backend_defaults property

[PATCH v2] tests/acceptance: Add bFLT loader linux-user test
 2021-03-10 15:19 UTC  (2+ messages)

[PATCH v3 0/2] tests: Add functional test for out-of-process device emulation
 2021-03-10 15:11 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm/virt: KVM: Set IPA limit when possible
 2021-03-10 14:58 UTC  (5+ messages)
` [PATCH v2 1/2] accel: kvm: Fix kvm_type invocation
` [PATCH v2 2/2] hw/arm/virt: KVM: The IPA lower bound is 32

[PATCH 0/3] Support Andes AE350 Platform
 2021-03-10  7:50 UTC  (3+ messages)
` [PATCH 1/3] Andes RISC-V PLIC

[PATCH v3 00/30] qapi/qom: QAPIfy --object and object-add
 2021-03-10 14:48 UTC  (4+ messages)

[PATCH v3] ui/cocoa: Clear modifiers whenever possible
 2021-03-10 14:46 UTC 

[PATCH 0/3] block: Introduce the 'zeroes-co' driver to help security reports
 2021-03-10 14:24 UTC  (10+ messages)
` [PATCH 1/3] block: Introduce the 'zeroes-co' driver
` [RFC PATCH 2/3] tests/test-blockjob: Use zeroes-co instead of null-co, read-zeroes=on
` [PATCH 3/3] docs/secure-coding-practices: Describe null-co/zeroes-co block drivers

[PATCH v2 0/3] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-03-10 14:19 UTC  (9+ messages)
` [PATCH v2 1/3] target/arm: Restrict v8M IDAU to TCG

[PULL 00/20] ppc-for-6.0 queue 20210310
 2021-03-10 14:09 UTC  (2+ messages)

[PATCH v7 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-03-10 13:59 UTC  (3+ messages)
` [PATCH v7 1/5] hw/dma: Implement a Xilinx CSU DMA model

[PULL v2 00/54] target-arm queue
 2021-03-10 13:57 UTC 

[PATCH 0/4] virtiofsd: Avoid potential deadlocks
 2021-03-10 13:48 UTC  (9+ messages)
` [PATCH 2/4] vhost-user: Convert slave channel to QIOChannelSocket

[PATCH v2] hw/usb/bus: Remove the "full-path" property
 2021-03-10 13:32 UTC  (2+ messages)

[PATCH 00/10] target: Provide target-specific Kconfig
 2021-03-10 13:30 UTC 

[PATCH 0/7] mac_via: fixes and improvements
 2021-03-10 13:27 UTC  (7+ messages)
` [PATCH 6/7] mac_via: fix 60Hz VIA1 timer interval

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2021-03-10 13:13 UTC  (6+ messages)
` [PATCH 1/5] i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()

[PATCH v3] MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
 2021-03-10 13:04 UTC  (2+ messages)

[PATCH v4 0/6] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-03-10 12:34 UTC  (4+ messages)
` [PATCH v4 4/6] net/eth: Check rt_hdr size before casting to ip6_ext_hdr

[PATCH v2] hw/input: expand trace info reported for ps2 device
 2021-03-10 12:15 UTC  (2+ messages)

[PATCH] docs: Fix removal text of -show-cursor
 2021-03-10 12:11 UTC  (2+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-03-10 11:55 UTC  (9+ messages)
` [PATCH v2 15/36] block: use topological sort for permission update

[PATCH 0/2] block/curl: Disconnect sockets from CURLState
 2021-03-10 11:51 UTC  (2+ messages)

[PATCH v2] block/file-posix: Optimize for macOS
 2021-03-10 11:38 UTC  (4+ messages)

[PATCH] fuzz: don't leave orphan llvm-symbolizers around
 2021-03-10 11:12 UTC  (2+ messages)

[PULL v2 00/30] Block layer patches
 2021-03-10 11:04 UTC  (2+ messages)

[PATCH 0/4] Upgrade Meson to 0.57.x
 2021-03-10 10:56 UTC  (6+ messages)
` [PATCH 1/4] hexagon: do not specify Python scripts as inputs
` [PATCH 2/4] meson: bump submodule to 0.57.1
` [PATCH 3/4] meson: switch minimum meson version to 0.57.0
` [PATCH 4/4] hexagon: use env keyword argument to pass PYTHONPATH

[PATCH] hw/i8254: fix vmstate load
 2021-03-10 10:27 UTC  (2+ messages)

[PATCH 00/10] net: Pad short frames for network backends
 2021-03-10 10:11 UTC  (6+ messages)
` [PATCH 03/10] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH 05/10] hw/net: i82596: "
` [PATCH 07/10] hw/net: pcnet: "
` [PATCH 08/10] hw/net: rtl8139: "
` [PATCH 10/10] hw/net: sunhme: "

[PATCH] tests: Move unit tests into a separate directory
 2021-03-10 10:36 UTC  (3+ messages)

[PATCH] stream: Don't crash when node permission is denied
 2021-03-10 10:20 UTC  (2+ messages)

[PATCH v3 00/12] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-10 10:28 UTC  (3+ messages)
` [PATCH v3 11/12] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE

[RFC RESEND PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
 2021-03-10 10:25 UTC  (6+ messages)
` [RFC RESEND PATCH 1/4] pci: Add PCI_BUS_IOMMU property

[PATCH v5 00/13] hw/block/nvme: metadata and end-to-end data protection support
 2021-03-10  9:53 UTC  (2+ messages)
` [PATCH v5 12/13] hw/block/nvme: split zone check/set geometry


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