qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 14:32:43 to 2020-01-21 06:36:03 UTC [more...]

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-21  6:35 UTC  (5+ messages)
` [PATCH 1/2] arm/virt/acpi: remove meaningless sub device "PR0" from PCI0

[PATCH] ui/console: Display the 'none' backend in '-display help'
 2020-01-21  6:30 UTC  (3+ messages)

[PATCH v2 0/2] vnc: fix VNC artifacts
 2020-01-21  6:28 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] vnc: prioritize ZRLE compression over ZLIB

[virtio-dev] [PATCH v2 0/5] virtio-mmio enhancement
 2020-01-21 13:54 UTC  (6+ messages)
` [virtio-dev] [PATCH v2 1/5] virtio-mmio: Add feature bit for MMIO notification
` [virtio-dev] [PATCH v2 2/5] virtio-mmio: Enhance queue notification support
` [virtio-dev] [PATCH v2 3/5] virtio-mmio: Add feature bit for MMIO MSI
` [virtio-dev] [PATCH v2 4/5] virtio-mmio: Introduce MSI details
` [virtio-dev] [PATCH v2 5/5] virtio-mmio: MSI vector and event mapping

[PATCH v4 00/18] hw/avr: Introduce few Arduino boards
 2020-01-21  6:11 UTC  (21+ messages)
` [PATCH v4 01/18] MAINTAINERS: Move machine test to the machine section (not ARCH one)
` [PATCH v4 02/18] MAINTAINERS: Move the AVR machines in new section (not within ARM)
` [PATCH v4 03/18] tests/acceptance: Do not set the machine type manually
` [PATCH v4 04/18] tests/acceptance: Keep multilines comment consistent with other tests
` [PATCH v4 05/18] hw/char/avr: Reduce USART I/O size
` [PATCH v4 06/18] hw/timer/avr_timer16: Rename memory region debugging name
` [PATCH v4 07/18] hw/misc/avr_mask: Remove unused include
` [PATCH v4 08/18] hw/avr/Makefile: Use CONFIG_AVR_SAMPLE variable
` [PATCH v4 09/18] hw/char: Rename avr_usart -> atmel_usart
` [PATCH v4 10/18] hw/timer: Rename avr_timer16 -> atmel_timer16
` [PATCH v4 11/18] hw/misc: Rename avr_mask -> atmel_power
` [PATCH v4 12/18] hw/avr: Introduce ATMEL_ATMEGA_MCU config
` [PATCH v4 13/18] hw/avr: Add some ATmega microcontrollers
` [PATCH v4 14/18] hw/avr: Add some Arduino boards
` [PATCH v4 15/18] tests/boot-serial-test: Test some Arduino boards (AVR based)
` [PATCH v4 16/18] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH v4 17/18] hw/avr: Remove the unrealistic AVR 'sample' board
` [PATCH v4 18/18] .travis.yml: Run the AVR acceptance tests

[PATCH 0/3] Use only trace_event_get_state_backends() to check trace enablement
 2020-01-21  5:54 UTC  (5+ messages)
` [PATCH 1/3] docs/devel/tracing.txt: Recommend only trace_event_get_state_backends()
` [PATCH 2/3] memory.c: Use trace_event_get_state_backends()
` [PATCH 3/3] hw/display/qxl.c: "

[RFC PATCH] qapi: Incorrect attempt to fix building with MC146818RTC=n
 2020-01-21  5:49 UTC  (4+ messages)

[PATCH v1 1/1] target/riscv: Correctly implement TSR trap
 2020-01-21  5:36 UTC 

Making QEMU easier for management tools and applications
 2020-01-21  5:42 UTC  (12+ messages)

[Qemu-devel] What should a virtual board emulate?
 2020-01-21  5:32 UTC  (3+ messages)

[PATCH] riscv: Fix defination of TW bits in mstatus CSR
 2020-01-21  5:24 UTC  (2+ messages)

[PATCH qemu v5] spapr: Kill SLOF
 2020-01-21  5:11 UTC  (2+ messages)

[PATCH 0/2] aspeed/scu: Implement chip id register
 2020-01-21  4:23 UTC  (5+ messages)
` [PATCH 1/2] aspeed/scu: Create separate write callbacks
` [PATCH 2/2] aspeed/scu: Implement chip ID register

[PATCH v8 0/6] Add vTPM emulator support for ppc64 platform
 2020-01-21  4:02 UTC  (10+ messages)
` [PATCH v8 2/6] spapr: Implement get_dt_compatible() callback
` [PATCH v8 4/6] tpm_spapr: Support suspend and resume
` [PATCH v8 5/6] hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES config

[PATCH] spapr: Migrate CAS reboot flag
 2020-01-21  3:43 UTC  (12+ messages)

[PATCH v2 0/2] ppc: add support for Directed Privileged Doorbell (non-hypervisor)
 2020-01-21  3:38 UTC  (2+ messages)

[PATCH v6 0/3] target/ppc: single step for KVM HV
 2020-01-21  3:32 UTC  (5+ messages)
` [PATCH v6 3/3] target/ppc: support single stepping with "

[PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls
 2020-01-21  3:38 UTC  (6+ messages)
` [PATCH v2 3/5] linux-user/i386: Emulate "
` [PATCH v2 4/5] linux-user: Add x86_64 vsyscall page to /proc/self/maps

[PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines
 2020-01-21  2:34 UTC  (9+ messages)
` [PATCH v4 1/7] hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
` [PATCH v4 2/7] Acceptance tests: Extract _console_interaction()
` [PATCH v4 3/7] Acceptance tests: Add interrupt_interactive_console_until_pattern()
` [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH v4 5/7] tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 2
` [PATCH v4 6/7] tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 3
` [PATCH v4 7/7] tests/boot_linux_console: Tag Emcraft Smartfusion2 as running 'u-boot'

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-01-21  0:36 UTC  (12+ messages)
` [PATCH v4 01/11] tests/virtio-9p: add terminating null in v9fs_string_read()
` [PATCH v4 02/11] 9pfs: require msize >= 4096
` [PATCH v4 03/11] 9pfs: validate count sent by client with T_readdir
` [PATCH v4 04/11] hw/9pfs/9p-synth: added directory for readdir test
` [PATCH v4 05/11] tests/virtio-9p: added "
` [PATCH v4 06/11] tests/virtio-9p: added splitted "
` [PATCH v4 07/11] tests/virtio-9p: failing "
` [PATCH v4 08/11] 9pfs: readdir benchmark
` [PATCH v4 09/11] hw/9pfs/9p-synth: avoid n-square issue in synth_readdir()
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization
` [PATCH v4 11/11] hw/9pfs/9p.c: benchmark time on T_readdir request

[PATCH RFC 00/12] *** mulitple RDMA channels for migration ***
 2020-01-21  1:30 UTC  (6+ messages)
` [PATCH RFC 12/12] migration/rdma: only register the virt-ram block for MultiRDMA

riscv: How to check floating point support is currently enabled?
 2020-01-21  1:12 UTC 

[PATCH] qemu-img: Add --target-is-zero to convert
 2020-01-21  0:33 UTC  (2+ messages)

Proposal for handling .hx files with Sphinx
 2020-01-21  0:20 UTC  (3+ messages)

[PATCH 0/9] cputlb: Various cleanups
 2020-01-20 23:03 UTC  (15+ messages)
` [PATCH 5/9] cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_locked
` [PATCH 6/9] cputlb: Split out tlb_mmu_flush_locked
` [PATCH 7/9] cputlb: Partially merge tlb_dyn_init into tlb_init
` [PATCH 8/9] cputlb: Initialize tlbs as flushed
` [PATCH 9/9] cputlb: Hoist timestamp outside of loops over tlbs

[PATCH] riscv: Fix defination of csr operations
 2020-01-20 23:08 UTC  (2+ messages)

riscv: How to get more CSR information in debug trace?
 2020-01-20 23:06 UTC  (2+ messages)

[PATCH v41 00/21] QEMU AVR 8 bit cores
 2020-01-20 22:10 UTC  (2+ messages)

[PATCH v3 00/10] Further bitmaps improvements
 2020-01-20 20:25 UTC  (30+ messages)
` [PATCH v3 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c
` [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused
` [PATCH v3 05/10] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [PATCH v3 06/10] block/dirty-bitmap: add _next_dirty API
` [PATCH v3 07/10] block/dirty-bitmap: improve _next_dirty_area API
` [PATCH v3 08/10] nbd/server: introduce NBDExtentArray
` [PATCH v3 09/10] nbd/server: use bdrv_dirty_bitmap_next_dirty_area
` [PATCH v3 10/10] block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty

[PATCH v10 0/2] qcow2: add zstd cluster compression
 2020-01-20 19:46 UTC  (5+ messages)
` [PATCH v10 1/2] docs: improve qcow2 spec about extending image header
` [PATCH v10 2/2] docs: qcow2: introduce compression type feature

[PATCH v2] qapi: Allow getting flat output from 'query-named-block-nodes'
 2020-01-20 19:16 UTC  (2+ messages)

[PATCH v3 0/2] hw/timer/m48t59: Convert to trace events
 2020-01-20 19:12 UTC  (6+ messages)
` [PATCH v3 1/2] MAINTAINERS: Add missing m48t59 files to the PReP section
` [PATCH v3 2/2] hw/timer/m48t59: Convert debug printf()s to trace events

[PATCH 0/2] pvpanic: implement crashloaded event for pvpanic
 2020-01-20 19:12 UTC  (3+ messages)
` [PATCH 2/2] pvpanic: implement crashloaded event handling

[PATCH v3 0/2] MAINTAINERS: ARM fixes
 2020-01-20 18:59 UTC  (3+ messages)
` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines
` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2020-01-20 19:02 UTC  (5+ messages)

[PATCH 000/104] virtiofs daemon [all]
 2020-01-20 18:55 UTC  (7+ messages)
` [PATCH 091/104] libvhost-user: Fix some memtable remap cases
` [PATCH 105/104] virtiofsd: Unref old/new inodes with the same mutex lock in lo_rename()

[PATCH v3 0/2] Fix incorrect integer->float conversion caught by clang
 2020-01-20 18:43 UTC  (6+ messages)
` [PATCH v3 1/2] migration: "

[PATCH 0/3] target/i386: early MSR initialization + pass down host microcode revision for "-cpu host"
 2020-01-20 18:40 UTC  (5+ messages)
` [PATCH 1/3] target/i386: kvm: initialize feature MSRs very early
` [PATCH 2/3] target/i386: add a ucode-rev property
` [PATCH 3/3] target/i386: kvm: initialize microcode revision from KVM

[PATCH] util/cacheinfo: fix crash when compiling with uClibc
 2020-01-20 18:26 UTC  (6+ messages)

[PATCH v3 00/17] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-01-20 17:59 UTC  (4+ messages)
` [PATCH v3 07/17] hw/arm/allwinner: add Security Identifier device

[PATCH v20 0/7]target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2020-01-20 17:31 UTC  (7+ messages)
` [PATCH v20 5/7] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
  ` [PATCH v20 5/7] ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" "
` [PATCH v20 6/7] migration: Include migration support for machine check handling

[PATCH v3] target/s390x/kvm: Enable adapter interruption suppression again
 2020-01-20 17:27 UTC  (6+ messages)

[PATCH v7 00/20] Add virtual device fuzzing support
 2020-01-20 17:22 UTC  (3+ messages)
` [PATCH v7 16/20] fuzz: add configure flag --enable-fuzzing

[PATCH 0/2] backup-top failure path fix
 2020-01-20 17:20 UTC  (6+ messages)
` [PATCH 1/2] block/backup-top: fix failure path
` [PATCH 2/2] iotests: add test for backup-top failure on permission activation

[PULL 0/5] 9p patches 2020-01-20
 2020-01-20 17:06 UTC  (6+ messages)
` [PULL 1/5] 9pfs: local: Fix possible memory leak in local_link()
` [PULL 2/5] 9p: local: always return -1 on error in local_unlinkat_common
` [PULL 3/5] 9p: init_in_iov_from_pdu can truncate the size
` [PULL 4/5] virtfs-proxy-helper.c: remove 'err_out' label in setugid()
` [PULL 5/5] 9pfs/9p.c: remove unneeded labels

[PATCH 0/5] IPMI patch queue
 2020-01-20 17:07 UTC  (6+ messages)
` [PATCH 1/5] ipmi: Add man page pieces for the IPMI PCI devices
` [PATCH 2/5] smbus-eeprom: remove PROP_PTR
` [PATCH 3/5] ipmi: add SET_SENSOR_READING command
` [PATCH 4/5] hw/i2c/Kconfig: Add an entry for the SMBus
` [PATCH 5/5] i386:acpi: Remove _HID from the SMBus ACPI entry

[PATCH v2 66/86] ppc/{ppc440_bamboo,sam460x}: drop RAM size fixup
 2020-01-20 17:02 UTC  (3+ messages)
` [PATCH v3 64/84] ppc/{ppc440_bamboo,sam460ex}: "

[PATCH 00/26] Various qom & qdev enhancements
 2020-01-20 16:45 UTC  (3+ messages)

[PATCH v9 0/2] qcow2: add zstd cluster compression
 2020-01-20 16:40 UTC  (7+ messages)
` [PATCH v9 1/2] docs: improve qcow2 spec about extending image header
` [PATCH v9 2/2] docs: qcow2: introduce compression type feature

[PATCH] Makefile: add missing mkdir MANUAL_BUILDDIR
 2020-01-20 16:34 UTC 

[PATCH 0/2] tests/tcg/multiarch: Add tests for implemented real
 2020-01-20 16:09 UTC  (3+ messages)
` [PATCH 1/2] tests/tcg/multiarch: Add tests for implemented rtc ioctls
` [PATCH 2/2] tests/tcg/multiarch: Add tests for implemented alsa sound timer ioctls

[PATCH v4 0/6] Enable more iotests during "make check-block"
 2020-01-20 16:05 UTC  (14+ messages)
` [PATCH v4 2/6] iotests: Test 041 only works on certain systems
` [PATCH v4 3/6] iotests: Test 183 does not work on macOS and OpenBSD
` [PATCH v4 4/6] iotests: Check for the availability of the required devices in 267 and 127
` [PATCH v4 5/6] iotests: Skip Python-based tests if QEMU does not support virtio-blk
` [PATCH v4 6/6] iotests: Enable more tests in the 'auto' group to improve test coverage

[Bug 1856837] [NEW] qemu 4.2.0 arm segmentation fault with gcc 9.2
 2020-01-20 15:26 UTC  (2+ messages)
` [Bug 1856837] "

[PATCH v2 08/86] arm:aspeed: actually check RAM size
 2020-01-20 15:33 UTC  (3+ messages)
` [PATCH v3 07/84] hw/arm/aspeed: "

[PATCH] hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES
 2020-01-20 15:21 UTC  (3+ messages)

[PATCH v2 67/86] ppc:ppc440_bamboo/sam460ex: use memdev for RAM
 2020-01-20 15:17 UTC  (2+ messages)
` [PATCH v3 65/84] ppc/{ppc440_bamboo, sam460ex}: "

[Bug 1812451] Re: In windows host, tftp arbitrary file read vulnerability
 2020-01-20 15:06 UTC  (3+ messages)

[PATCH v2 0/7] Fix Exynos4210 DMA support
 2020-01-20 15:11 UTC  (9+ messages)
` [PATCH v2 2/7] hw/arm/exynos4210: Fix DMA initialization
` [PATCH v2 5/7] hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts

[GSoC/Outreachy QEMU project proposal] Measure and Analyze QEMU Performance
 2020-01-20 14:50 UTC  (2+ messages)

[PATCH v3 0/8] hw/avr: Introduce the Arduino boards
 2020-01-20 14:48 UTC  (7+ messages)
` [PATCH v3 4/8] hw/avr: Add some "

[PATCH 0/2] delete virtio queues in virtio_scsi_unrealize
 2020-01-20 14:35 UTC  (2+ messages)

[PATCH 0/3] convert qemu-nbd, qemu-block-drivers to rST
 2020-01-20 14:26 UTC  (2+ messages)

[PATCH v5 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-20 14:18 UTC  (5+ messages)
` [PATCH v5 11/15] qemu-io: adds option to use aio engine
` [PATCH v5 13/15] qemu-nbd: adds option for aio engines
` [PATCH v5 14/15] tests/qemu-iotests: enable testing with aio options
` [PATCH v5 15/15] tests/qemu-iotests: use AIOMODE with various tests


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