qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-17 14:46:12 to 2021-03-17 18:56:08 UTC [more...]

[RFC v9 00/50] arm cleanup experiment for kvm-only build
 2021-03-17 18:30 UTC  (29+ messages)
` [RFC v9 01/50] target/arm: move translate modules to tcg/
` [RFC v9 02/50] target/arm: move helpers "
` [RFC v9 03/50] arm: tcg: only build under CONFIG_TCG
` [RFC v9 04/50] target/arm: tcg: add sysemu and user subsirs
` [RFC v9 05/50] target/arm: only build psci for TCG
` [RFC v9 06/50] target/arm: split off cpu-sysemu.c
` [RFC v9 07/50] target/arm: move physical address translation to cpu-mmu
` [RFC v9 08/50] target/arm: cpu-mmu: fix comment style
` [RFC v9 09/50] target/arm: split cpregs from tcg/helper.c
` [RFC v9 10/50] target/arm: cpregs: fix style (mostly just comments)
` [RFC v9 11/50] target/arm: move cpu definitions to common cpu module
` [RFC v9 12/50] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v9 13/50] target/arm: kvm: add stubs for some helpers
` [RFC v9 14/50] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v9 15/50] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v9 16/50] target/arm: split vfp state setting from tcg helpers
` [RFC v9 18/50] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v9 20/50] target/arm: move arm_cpu_list "
` [RFC v9 21/50] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v9 22/50] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v9 23/50] target/arm: move sve_exception_el out of TCG helpers
` [RFC v9 26/50] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v9 27/50] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v9 29/50] target/arm: cleanup cpu includes
` [RFC v9 31/50] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v9 32/50] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v9 33/50] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v9 38/50] target/arm: move kvm cpu properties setting to kvm-cpu

[PATCH 0/5] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-03-17 18:30 UTC  (5+ messages)
` [PATCH 1/5] hw/arm/aspeed: Do not directly map ram container onto main address bus
` [PATCH 2/5] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias

[PULL 0/3] Audio 20210316 patches
 2021-03-17 18:27 UTC  (2+ messages)

[PATCH v10 0/7] Pegasos2 emulation
 2021-03-17 18:23 UTC  (3+ messages)
` [PATCH v10 3/7] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it

[PATCH] target/riscv: Add proper two-stage lookup exception detection
 2021-03-17 18:24 UTC  (2+ messages)

[PATCH v5 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-17 18:19 UTC  (8+ messages)
` [PATCH 1/6] block/vdi: When writing new bmap entry fails, don't leak the buffer
` [PATCH 2/6] block/vdi: Don't assume that blocks are larger than VdiHeader
` [PATCH 3/6] coroutine/mutex: Store the coroutine in the CoWaitRecord only once
` [PATCH 4/6] coroutine-lock: reimplement CoRwlock to fix downgrade bug
` [PATCH 5/6] test-coroutine: add rwlock upgrade test
` [PATCH 6/6] test-coroutine: Add rwlock downgrade test

[PATCH v3 00/36] block: update graph permissions update
 2021-03-17 17:42 UTC  (34+ messages)
` [PATCH v3 06/36] block: drop ctx argument from bdrv_root_attach_child
` [PATCH v3 09/36] block: bdrv_refresh_perms: check for parents permissions conflict
` [PATCH v3 10/36] block: refactor bdrv_child* permission functions
` [PATCH v3 11/36] block: rewrite bdrv_child_try_set_perm() using bdrv_refresh_perms()
` [PATCH v3 12/36] block: inline bdrv_child_*() permission functions calls
` [PATCH v3 13/36] block: use topological sort for permission update
` [PATCH v3 14/36] block: add bdrv_drv_set_perm transaction action
` [PATCH v3 15/36] block: add bdrv_list_* permission update functions
` [PATCH v3 16/36] block: add bdrv_replace_child_safe() transaction action
` [PATCH v3 17/36] block: fix bdrv_replace_node_common
` [PATCH v3 19/36] block: add bdrv_attach_child_noperm() transaction action
` [PATCH v3 20/36] block: split out bdrv_replace_node_noperm()
` [PATCH v3 21/36] block: adapt bdrv_append() for inserting filters
` [PATCH v3 22/36] block: add bdrv_remove_filter_or_cow transaction action
` [PATCH v3 23/36] block: introduce bdrv_drop_filter()
` [PATCH v3 24/36] block/backup-top: drop .active
` [PATCH v3 25/36] block: drop ignore_children for permission update functions
` [PATCH v3 26/36] block: make bdrv_unset_inherits_from to be a transaction action
` [PATCH v3 27/36] block: make bdrv_refresh_limits() "
` [PATCH v3 28/36] block: add bdrv_set_backing_noperm() "
` [PATCH v3 29/36] block: bdrv_reopen_multiple(): move bdrv_flush to separate pre-prepare
` [PATCH v3 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph
` [PATCH v3 31/36] block: drop unused permission update functions
` [PATCH v3 32/36] block: inline bdrv_check_perm_common()
` [PATCH v3 33/36] block: inline bdrv_replace_child()
` [PATCH v3 34/36] block: refactor bdrv_child_set_perm_safe() transaction action
` [PATCH v3 35/36] block: rename bdrv_replace_child_safe() to bdrv_replace_child()
` [PATCH v3 36/36] block: refactor bdrv_node_check_perm()

[PATCH v1 0/5] RISC-V: Convert the CSR access functions to use
 2021-03-17 17:40 UTC  (6+ messages)
` [PATCH v1 1/5] target/riscv: Convert the RISC-V exceptions to an enum
` [PATCH v1 2/5] target/riscv: Use the RiscVException enum for CSR predicates
` [PATCH v1 3/5] target/riscv: Fix 32-bit HS mode access permissions
` [PATCH v1 4/5] target/riscv: Use the RiscVException enum for CSR operations
` [PATCH v1 5/5] target/riscv: Use RiscVException enum for CSR access

[PATCH v2] target/ppc/kvm: Cache timebase frequency
 2021-03-17 17:57 UTC 

[PATCH 0/3] target/riscv: fix PMP permission checking when softmmu's TLB hits
 2021-03-17 17:47 UTC  (2+ messages)

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-03-17 17:15 UTC  (7+ messages)
` [PATCH v4 1/6] block: Add bdrv_reopen_queue_free()
` [PATCH v4 2/6] block: Allow changing bs->file on reopen
` [PATCH v4 3/6] iotests: Test replacing files with x-blockdev-reopen
` [PATCH v4 4/6] block: Support multiple reopening "
` [PATCH v4 5/6] iotests: Test reopening multiple devices at the same time
` [PATCH v4 6/6] block: Make blockdev-reopen stable API

[PATCH v4 0/6] coroutine rwlock downgrade fix, minor VDI changes
 2021-03-17 17:47 UTC  (7+ messages)
` [PATCH 4/6] coroutine-lock: reimplement CoRwLock to fix downgrade bug
` [PATCH 5/6] test-coroutine: add rwlock upgrade test

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-17 17:47 UTC  (11+ messages)
` [RFC PATCH 4/8] qtest/fuzz: "
` [RFC PATCH 5/8] qtest/libqos: "

[RFC PATCH] support.md: add a link to matrix bridge to IRC
 2021-03-17 17:24 UTC  (4+ messages)

[PATCH v3 0/3] hw/misc: Model ASPEED hash and crypto engine
 2021-03-17 17:03 UTC  (6+ messages)
` [PATCH v3 1/3] hw: Model ASPEED's Hash and Crypto Engine

[PATCH v6 0/7] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-03-17 16:47 UTC  (6+ messages)
` [PATCH v6 6/7] net/eth: Read ip6_ext_hdr_routing buffer before accessing it

[RFC PATCH] curl: Allow reading after EOF
 2021-03-17 17:29 UTC  (7+ messages)

[RFC v2 00/13] vDPA software assisted live migration
 2021-03-17 16:47 UTC  (11+ messages)
` [RFC v2 05/13] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 11/13] vhost: Shadow virtqueue buffers forwarding

[PATCH v5 00/57] TCI fixes and cleanups
 2021-03-17 17:15 UTC  (7+ messages)
` [PATCH v5 27/57] tcg/tci: Split out tcg_out_op_rrs
` [PATCH v5 42/57] tcg/tci: Split out tcg_out_op_r[iI]

[RFC PATCH 0/9] migration/snap-tool: External snapshot utility
 2021-03-17 16:32 UTC  (10+ messages)
` [RFC PATCH 1/9] migration/snap-tool: Introduce qemu-snap tool
` [RFC PATCH 2/9] migration/snap-tool: Snapshot image create/open routines for "
` [RFC PATCH 3/9] migration/snap-tool: Preparations to run code in main loop context
` [RFC PATCH 4/9] migration/snap-tool: Introduce qemu_ftell2() routine to qemu-file.c
` [RFC PATCH 5/9] migration/snap-tool: Block layer AIO support and file utility routines
` [RFC PATCH 6/9] migration/snap-tool: Move RAM_SAVE_FLAG_xxx defines to migration/ram.h
` [RFC PATCH 7/9] migration/snap-tool: Complete implementation of snapshot saving
` [RFC PATCH 8/9] migration/snap-tool: Implementation of snapshot loading in precopy
` [RFC PATCH 9/9] migration/snap-tool: Implementation of snapshot loading in postcopy

[PULL 00/11] QAPI patches patches for 2021-03-16
 2021-03-17 17:14 UTC  (2+ messages)

Win10 always takes 100% cpu power even when idle
 2021-03-17 17:05 UTC  (4+ messages)

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-03-17 16:17 UTC  (3+ messages)
` [Bug 1891748] "

[PULL 0/6] s390x patches for 6.0 softfreeze
 2021-03-17 16:23 UTC  (2+ messages)

[PATCH] target/ppc/kvm: Cache timebase frequency
 2021-03-17 16:32 UTC  (3+ messages)

[PATCH for-6.0] x86:acpi:piix4: reinitialize PM1.CNT on reset
 2021-03-17 16:37 UTC  (2+ messages)

[PATCH 0/4] esp: fix asserts/segfaults discovered by fuzzer
 2021-03-17 16:07 UTC  (9+ messages)
` [PATCH 1/4] esp: don't underflow cmdfifo if no message out/command data is present
` [PATCH 2/4] esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
` [PATCH 3/4] esp: ensure cmdfifo is not empty and current_dev is non-NULL

[PATCH 0/2] Fix atomic test in "configure" + bump FreeBSD CI to 12.2
 2021-03-17 16:24 UTC  (8+ messages)
` [PATCH 1/2] configure: Don't use the __atomic_*_16 functions for testing 128-bit support
` [PATCH 2/2] cirrus.yml: Update the FreeBSD task to version 12.2

MIPS32 release 2 Instructions
 2021-03-17 16:07 UTC 

[Bug 1880518] [NEW] issue while installing docker inside s390x container
 2021-03-17 16:15 UTC  (2+ messages)
` [Bug 1880518] "

[Bug 1919253] [NEW] QEMU doesn't build reproducibly anymore in 5.2.0
 2021-03-17 16:18 UTC  (2+ messages)
` [Bug 1919253] "

[PULL 00/38] tcg patch queue for 6.0
 2021-03-17 15:34 UTC  (39+ messages)
` [PULL 01/38] tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64
` [PULL 02/38] tcg/tci: Rename tci_read_r to tci_read_rval
` [PULL 03/38] tcg/tci: Split out tci_args_rrs
` [PULL 04/38] tcg/tci: Split out tci_args_rr
` [PULL 05/38] tcg/tci: Split out tci_args_rrr
` [PULL 06/38] tcg/tci: Split out tci_args_rrrc
` [PULL 07/38] tcg/tci: Split out tci_args_l
` [PULL 08/38] tcg/tci: Split out tci_args_rrrrrc
` [PULL 09/38] tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl
` [PULL 10/38] tcg/tci: Split out tci_args_ri and tci_args_rI
` [PULL 11/38] tcg/tci: Reuse tci_args_l for calls
` [PULL 12/38] tcg/tci: Reuse tci_args_l for exit_tb
` [PULL 13/38] tcg/tci: Reuse tci_args_l for goto_tb
` [PULL 14/38] tcg/tci: Split out tci_args_rrrrrr
` [PULL 15/38] tcg/tci: Split out tci_args_rrrr
` [PULL 16/38] tcg/tci: Clean up deposit operations
` [PULL 17/38] tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits
` [PULL 18/38] tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm}
` [PULL 19/38] tcg/tci: Hoist op_size checking into tci_args_*
` [PULL 20/38] tcg/tci: Remove tci_disas
` [PULL 21/38] tcg/tci: Implement the disassembler properly
` [PULL 22/38] tcg/tci: Push opcode emit into each case
` [PULL 23/38] tcg/tci: Split out tcg_out_op_rrs
` [PULL 24/38] tcg/tci: Split out tcg_out_op_l
` [PULL 25/38] tcg/tci: Split out tcg_out_op_p
` [PULL 26/38] tcg/tci: Split out tcg_out_op_rr
` [PULL 27/38] tcg/tci: Split out tcg_out_op_rrr
` [PULL 28/38] tcg/tci: Split out tcg_out_op_rrrc
` [PULL 29/38] tcg/tci: Split out tcg_out_op_rrrrrc
` [PULL 30/38] tcg/tci: Split out tcg_out_op_rrrbb
` [PULL 31/38] tcg/tci: Split out tcg_out_op_rrcl
` [PULL 32/38] tcg/tci: Split out tcg_out_op_rrrrrr
` [PULL 33/38] tcg/tci: Split out tcg_out_op_rrrr
` [PULL 34/38] tcg/tci: Split out tcg_out_op_rrrrcl
` [PULL 35/38] tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
` [PULL 36/38] tcg/tci: Split out tcg_out_op_v
` [PULL 37/38] tcg/tci: Split out tcg_out_op_r[iI]
` [PULL 38/38] tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op

[PATCH] iotests: add test for removing persistent bitmap from backing file
 2021-03-17 16:02 UTC 

[Bug 1917085] [NEW] [OSS-Fuzz] Issue 30588 pcnet: Loopback-related stack-overflow
 2021-03-17 15:51 UTC  (2+ messages)
` [Bug 1917085] "

[PATCH 0/2] More qemu_strtosz fixes
 2021-03-17 15:28 UTC  (5+ messages)
` [PATCH 1/2] utils: Tighter tests for qemu_strtosz

Windows 10 won't run on default x86_64 machine anymore
 2021-03-17 15:13 UTC  (10+ messages)

[Bug 1910826] [NEW] [OSS-Fuzz] Issue 29224 rtl8139: Stack-overflow in rtlNUMBER_transmit_one
 2021-03-17 14:53 UTC  (2+ messages)
` [Bug 1910826] "

[PATCH V2] block: increased maximum size of vvfat devices
 2021-03-17 14:39 UTC 

[PULL 00/11] Ui 20210316 patches
 2021-03-17 14:59 UTC  (2+ messages)

[PATCH v3 0/5] tests/acceptance: Add bFLT loader linux-user test
 2021-03-17 14:52 UTC  (3+ messages)
` [PATCH v3 4/5] tests/acceptance: Share useful helpers from virtiofs_submounts test


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