qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 22:49:04 to 2021-01-13 14:54:15 UTC [more...]

[RFC PATCH v0 1/1] target/ppc: Support for H_RPT_INVALIDATE hcall
 2021-01-13 14:52 UTC  (3+ messages)

[PATCH 0/7] iotests/129: Fix it
 2021-01-13 14:48 UTC  (15+ messages)
` [PATCH 1/7] iotests: Move try_remove to iotests.py
` [PATCH 2/7] iotests/129: Remove test images in tearDown()
` [PATCH 3/7] iotests/129: Do not check @busy
` [PATCH 4/7] iotests/129: Use throttle node
` [PATCH 5/7] iotests/129: Actually test a commit job
` [PATCH 6/7] iotests/129: Limit mirror job's buffer size
` [PATCH 7/7] iotests/129: Clean up pylint and mypy complaints

[PATCH 00/25] esp: consolidate PDMA transfer buffers
 2021-01-13 14:39 UTC  (2+ messages)

[PATCH 0/3] RFC: few random hacks to improve eventfd fallback path
 2021-01-13 14:38 UTC  (2+ messages)

minimal "zero conf" build dockerfiles for fedora:latest and alpine:latest
 2021-01-13 14:35 UTC  (7+ messages)

[RFC PATCH v2 0/8] Automatically convert configure options to meson build options
 2021-01-13 14:34 UTC  (16+ messages)
` [PATCH 1/8] build-system: clean up TCG/TCI configury
` [PATCH 8/8] configure: automatically parse command line for meson -D options

What's the correct way to implement rfi and related instruction
 2021-01-13 14:19 UTC  (9+ messages)

[PULL 00/20] Misc patches for 2021-01-12
 2021-01-13 14:18 UTC  (2+ messages)

[RFC PATCH v6 00/11] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-13 14:16 UTC  (18+ messages)
` [RFC PATCH v6 01/11] hw/ssi: imx_spi: Use a macro for number of chip selects supported
` [RFC PATCH v6 02/11] hw/ssi: imx_spi: Remove pointless variable initialization
` [RFC PATCH v6 03/11] hw/ssi: imx_spi: Convert some debug printf()s to trace events
` [RFC PATCH v6 04/11] hw/ssi: imx_spi: Reduce 'change_mask' variable scope
` [RFC PATCH v6 05/11] hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
` [RFC PATCH v6 06/11] hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled

[PATCH v3] acpi: Permit OEM ID and OEM table ID fields to be changed
 2021-01-13 14:17 UTC  (4+ messages)

[PATCH v3 0/7] Common macros for QAPI list growth
 2021-01-13 14:11 UTC  (19+ messages)
` [PATCH v3 1/7] net: Clarify early exit condition
` [PATCH v3 2/7] rocker: Revamp fp_port_get_info
` [PATCH v3 3/7] migration: Refactor migrate_cap_add
` [PATCH v3 4/7] qapi: Use QAPI_LIST_PREPEND() where possible
` [PATCH v3 5/7] qapi: Introduce QAPI_LIST_APPEND
` [PATCH v3 6/7] qapi: Use QAPI_LIST_APPEND in trivial cases
` [PATCH v3 7/7] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH 0/2] trace: documentation improvements
 2021-01-13 14:15 UTC  (5+ messages)
` [PATCH 1/2] trace: document how to specify multiple --trace patterns

[PATCH] Initialize Zynq7000 UART clocks on reset
 2021-01-13 14:11 UTC  (4+ messages)

iotest 129
 2021-01-13 14:02 UTC  (5+ messages)

[PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine
 2021-01-13 14:00 UTC  (3+ messages)
` [PATCH v4 2/8] acpi: Fix unmatched expected DSDT.pxb file

[PULL 00/45] Misc patches for 2020-12-15
 2021-01-13 13:27 UTC  (3+ messages)
` [PULL 19/45] memory: clamp cached translation in case it points to an MMIO region

[PATCHv5 00/19] ARMv8.4-A Secure EL2
 2021-01-13 13:12 UTC  (4+ messages)
` [PATCH 17/19] target/arm: add ARMv8.4-SEL2 extension

[PATCH v3 0/3] vfio-ccw: Implement request notifier
 2021-01-13 12:58 UTC  (7+ messages)
` [PATCH v3 2/3] Update linux headers to 5.11-rc2

[PATCH] scsi: allow user to set werror as report
 2021-01-13 12:55 UTC  (5+ messages)

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-13 12:42 UTC  (15+ messages)
      `  "
        ` [EXTERNAL] "

[RFC 0/5] pc: support user provided NIC naming/indexing
 2021-01-13 12:13 UTC  (4+ messages)
` [RFC 4/5] pci: acpi: add _DSM method to PCI devices

[PATCH v6 00/13] Generalize memory encryption models
 2021-01-13 12:03 UTC  (18+ messages)
` [PATCH v6 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v6 05/13] confidential guest support: Rework the "memory-encryption" property
` [PATCH v6 10/13] spapr: Add PEF based confidential guest support
` [PATCH v6 13/13] s390: Recognize confidential-guest-support option

[PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements
 2021-01-13 11:56 UTC  (3+ messages)
` [PATCH 3/5] tcg/s390: Hoist common argument loads in tcg_out_op()

[PATCH] osdep.h: Remove <sys/signal.h> include
 2021-01-13 11:44 UTC  (2+ messages)

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2021-01-13 11:36 UTC  (17+ messages)
` [PATCH 2/9] configure: Add sys/timex.h to probe clk_adjtime
` [PATCH 3/9] configure/meson: Only check sys/signal.h on non-Linux
` [PATCH 4/9] libvhost-user: Include poll.h instead of sys/poll.h
` [PATCH 5/9] elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
` [PATCH 6/9] hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE
` [PATCH 7/9] accel/kvm: avoid using predefined PAGE_SIZE
` [PATCH 8/9] tests: Rename PAGE_SIZE definitions

[PATCH 00/10] Fixed some bugs and optimized some codes for COLO
 2021-01-13 11:31 UTC  (12+ messages)
` [PATCH 01/10] Remove some duplicate trace code
` [PATCH 02/10] Fix the qemu crash when guest shutdown during checkpoint
` [PATCH 03/10] Optimize the function of filter_send
` [PATCH 04/10] Remove migrate_set_block_enabled in checkpoint
` [PATCH 05/10] Optimize the function of packet_new
` [PATCH 06/10] Add the function of colo_compare_cleanup
` [PATCH 07/10] Disable auto-coverge before entering COLO mode
` [PATCH 08/10] Reduce the PVM stop time during Checkpoint
` [PATCH 09/10] Add the function of colo_bitmap_clear_diry
` [PATCH 10/10] Fixed calculation error of pkt->header_size in fill_pkt_tcp_info()

[PATCH v6 00/11] Rework iotests/check
 2021-01-13 11:18 UTC  (5+ messages)
` [PATCH v6 07/11] iotests: add findtests.py

[PATCH v2] vhost-user-fs: add the "bootindex" property
 2021-01-13 10:42 UTC  (3+ messages)

[PATCH v4] block: report errno when flock fcntl fails
 2021-01-13 10:41 UTC  (3+ messages)

[PATCH v14 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2021-01-13 10:08 UTC  (3+ messages)

[Qemu-devel][PATCH] x86/cpu: Use max host physical address if -cpu max option is applied
 2021-01-13 10:06 UTC  (2+ messages)

[PATCH] configure: Add flags for MinGW32 standalone build
 2021-01-13 10:01 UTC  (4+ messages)
` [PATCH v2] configure: MinGW respect --bindir argument

[PATCH v5 00/14] block: deal with errp: part I
 2021-01-13  9:59 UTC  (4+ messages)
` [PATCH v5 01/14] block: return status from bdrv_append and friends

[PATCH] pci/shpc: don't push attention button when ejecting powered-off device
 2021-01-13  9:47 UTC  (4+ messages)

[PATCHv5 0/3] arm-virt: add secure pl061 for reset/power down
 2021-01-13  9:34 UTC  (4+ messages)
` [PATCHv5 1/3] hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
` [PATCHv5 2/3] arm-virt: add secure pl061 for reset/power down
` [PATCHv5 3/3] arm-virt: combine code for secure and non secure pl061

[PATCH V3 0/4] bsd-user: Fix some code style problems
 2021-01-13  9:33 UTC  (5+ messages)
` [PATCH V3 1/4] bsd-user: "foo * bar" should be "foo *bar"
` [PATCH V3 2/4] bsd-user: suspect code indent for conditional statements
` [PATCH V3 3/4] bsd-user: space required after semicolon
` [PATCH V3 4/4] bsd-user: do not use C99 // comments

[PULL 0/7] Yank patches patches for 2021-01-13
 2021-01-13  9:31 UTC  (8+ messages)
` [PULL 1/7] Introduce yank feature
` [PULL 2/7] block/nbd.c: Add "
` [PULL 3/7] chardev/char-socket.c: "
` [PULL 4/7] migration: "
` [PULL 5/7] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PULL 6/7] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
` [PULL 7/7] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test

Call for Google Summer of Code 2021 project ideas
 2021-01-13  9:19 UTC  (4+ messages)

absolute firmware path made relocatable in qemu 5.2.0
 2021-01-13  8:29 UTC  (8+ messages)

[PATCH 0/6] target/mips: Convert Loongson LEXT opcodes to decodetree
 2021-01-13  8:11 UTC  (7+ messages)
` [PATCH 1/6] target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP

[Qemu-devel] [Bug 1791796] [NEW] unimplemented thread syscalls in nios2 user-mode emulation
 2021-01-13  7:59 UTC  (3+ messages)
` [Bug 1791796] "

[RFC v4 00/16] support subsets of bitmanip extension
 2021-01-13  7:13 UTC  (17+ messages)
` [RFC v4 01/16] target/riscv: reformat @sh format encoding for B-extension
` [RFC v4 02/16] target/riscv: rvb: count leading/trailing zeros
` [RFC v4 03/16] target/riscv: rvb: count bits set
` [RFC v4 04/16] target/riscv: rvb: logic-with-negate
` [RFC v4 05/16] target/riscv: rvb: pack two words into one register
` [RFC v4 06/16] target/riscv: rvb: min/max instructions
` [RFC v4 07/16] target/riscv: rvb: sign-extend instructions
` [RFC v4 08/16] target/riscv: add gen_shifti() and gen_shiftiw() helper functions
` [RFC v4 09/16] target/riscv: rvb: single-bit instructions
` [RFC v4 10/16] target/riscv: rvb: shift ones
` [RFC v4 11/16] target/riscv: rvb: rotate (left/right)
` [RFC v4 12/16] target/riscv: rvb: generalized reverse
` [RFC v4 13/16] target/riscv: rvb: generalized or-combine
` [RFC v4 14/16] target/riscv: rvb: address calculation
` [RFC v4 15/16] target/riscv: rvb: add/shift with prefix zero-extend
` [RFC v4 16/16] target/riscv: rvb: support and turn on B-extension from command line

[PATCHv4 0/2] arm-virt: add secure pl061 for reset/power down
 2021-01-13  7:30 UTC  (7+ messages)
` [PATCHv4 2/2] "

[PATCH] crypto: Fix some code style problems, add spaces around operator
 2021-01-13  7:12 UTC  (3+ messages)

Re:[PATCH v2 0/5] Fix some style problems in contrib
 2021-01-13  6:49 UTC  (3+ messages)
` [PATCH "
  ` Ping: "

[PATCH v2 0/4] target/arm: Fix sve pred_desc decoding
 2021-01-13  6:26 UTC  (5+ messages)
` [PATCH v2 1/4] target/arm: Introduce PREDDESC field definitions
` [PATCH v2 2/4] target/arm: Update PFIRST, PNEXT for pred_desc
` [PATCH v2 3/4] target/arm: Update ZIP, UZP, TRN "
` [PATCH v2 4/4] target/arm: Update REV, PUNPK "

[PATCH v3] hvf: guard xgetbv call
 2021-01-13  6:07 UTC 

[PATCH] hw/scsi/megasas: check for NULL frame in megasas_command_cancelled()
 2021-01-13  5:45 UTC  (2+ messages)

[PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines
 2021-01-13  5:30 UTC  (9+ messages)
` [PATCH 1/3] tests/acceptance: Move the pseries test to a separate file
` [PATCH 2/3] tests/acceptance: Test the mpc8544ds machine
` [PATCH 3/3] tests/acceptance: Add a test for the virtex-ml507 ppc machine

[Qemu-devel] [Bug 1787070] [NEW] Guests using the qxl-vga are freezing
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1787070] "

[Qemu-devel] [Bug 1759337] [NEW] 'Failed to get "write" lock' error when trying to run a VM with disk image file on an SMB share
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1759337] "

[Qemu-devel] [Bug 1788701] [NEW] "Zoom to fit" doesn't work with -display gtk -vga virtio
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1788701] "

[Qemu-devel] [Bug 1787002] [NEW] disas/i386.c compile error
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1787002] "

[Qemu-devel] [Bug 1788275] [NEW] -cpu ..., +topoext works only with EPYC CPU model
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1788275] Re: -cpu ...,+topoext "

[Qemu-devel] [Bug 1800088] [NEW] Assertion fail while usb camera redirect
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1800088] "

[Qemu-devel] [Bug 1800401] [NEW] efifb on Linux guest fails to load when using VGA passthrough
 2021-01-13  4:17 UTC  (2+ messages)
` [Bug 1800401] "

[PATCH v3] tcg: Fix execution on Apple Silicon
 2021-01-13  3:28 UTC 

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-01-13  2:27 UTC  (9+ messages)
` [PATCH v2 03/13] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH v2 01/13] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH v2 05/13] vt82c686: Set user_creatable=false for VT82C686B_PM

[Bug 1878651] [NEW] Assertion failure in e1000e_write_to_rx_buffers
 2021-01-13  1:23 UTC  (2+ messages)
` [Bug 1878651] "

[PATCH] spapr: Improve handling of memory unplug with old guests
 2021-01-13  1:20 UTC  (2+ messages)

[RFC PATCH] rtl8139: fix stack overflow if RxBuf overlaps MMIO
 2021-01-13  1:18 UTC  (3+ messages)

[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
 2021-01-13  0:50 UTC  (3+ messages)
` [Bug 1911351] "

[PATCH] decodetree: Open files with encoding='utf-8'
 2021-01-12 23:44 UTC  (5+ messages)

[PULL v2 00/20] target-arm queue
 2021-01-12 23:22 UTC  (2+ messages)

[PATCH] decodetree: Allow 'dot' in opcode names
 2021-01-12 22:46 UTC  (5+ messages)


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