qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 14:17:37 to 2021-05-05 23:35:41 UTC [more...]

[PULL v2 00/42] riscv-to-apply queue
 2021-05-05 23:23 UTC  (22+ messages)
` [PULL v2 01/42] target/riscv: Remove privilege v1.9 specific CSR related code
` [PULL v2 02/42] docs/system/generic-loader.rst: Fix style
` [PULL v2 03/42] target/riscv: Align the data type of reset vector address
` [PULL v2 04/42] hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]
` [PULL v2 05/42] target/riscv: Add Shakti C class CPU
` [PULL v2 06/42] riscv: Add initial support for Shakti C machine
` [PULL v2 07/42] hw/char: Add Shakti UART emulation
` [PULL v2 08/42] hw/riscv: Connect Shakti UART to Shakti platform
` [PULL v2 09/42] target/riscv: Convert the RISC-V exceptions to an enum
` [PULL v2 11/42] target/riscv: Fix 32-bit HS mode access permissions
` [PULL v2 14/42] MAINTAINERS: Update the RISC-V CPU Maintainers
` [PULL v2 16/42] hw/riscv: Enable VIRTIO_VGA for RISC-V virt machine
` [PULL v2 17/42] riscv: don't look at SUM when accessing memory from a debugger context
` [PULL v2 19/42] docs: Add documentation for shakti_c machine
` [PULL v2 20/42] target/riscv: Fix the PMP is locked check when using TOR
` [PULL v2 21/42] target/riscv: Define ePMP mseccfg
` [PULL v2 23/42] target/riscv: Add ePMP CSR access functions
` [PULL v2 26/42] target/riscv/pmp: Remove outdated comment
` [PULL v2 27/42] target/riscv: Add ePMP support for the Ibex CPU
` [PULL v2 36/42] target/riscv: Remove the hardcoded MSTATUS_SD macro
` [PULL v2 38/42] target/riscv: Remove the unused HSTATUS_WPRI macro

[PULL 00/42] riscv-to-apply queue
 2021-05-05 23:21 UTC  (3+ messages)

[PATCH 00/23] misc: Remove variable-length arrays on the stack
 2021-05-05 23:09 UTC  (34+ messages)
` [PATCH 01/23] block/vpc: Avoid dynamic stack allocation
` [PATCH 02/23] chardev/baum: Replace magic values by X_MAX / Y_MAX definitions
` [PATCH 03/23] chardev/baum: Use definitions to avoid dynamic stack allocation
` [PATCH 04/23] chardev/baum: Avoid "
` [PATCH 05/23] io/channel-websock: Replace strlen(const_str) by sizeof(const_str) - 1
` [PATCH 06/23] hw/block/dataplane/virtio-blk: Avoid dynamic stack allocation
` [PATCH 07/23] hw/block/nvme: Use definition to avoid "
` [PATCH 08/23] hw/block/nvme: Avoid "
` [PATCH 09/23] hw/net/e1000e_core: Use definition to avoid "
` [PATCH 10/23] hw/ppc/pnv: Avoid "
` [PATCH 11/23] hw/intc/xics: "
` [PATCH 12/23] hw/i386/multiboot: "
` [PATCH 13/23] hw/usb/hcd-xhci: "
` [PATCH 14/23] hw/usb/hcd-ohci: Use definition to avoid "
` [PATCH 15/23] net: Avoid "
` [PATCH 16/23] ui/curses: "
` [PATCH 17/23] ui/spice-display: "
` [PATCH 18/23] ui/vnc-enc-hextile: Use definitions to avoid "
` [PATCH 19/23] ui/vnc-enc-tight: Avoid "
` [PATCH 20/23] util/iov: "
` [PATCH 21/23] target/ppc/kvm: "
` [PATCH 22/23] tests/unit/test-vmstate: "
` [PATCH 23/23] configure: Prohibit variable-length allocations by using -Wvla CPPFLAG

[PATCH] docs/system: riscv: Include shakti_c machine documentation
 2021-05-05 23:00 UTC  (3+ messages)

[PATCH] target/mips: Fix potential integer overflow (CID 1452921)
 2021-05-05 21:51 UTC 

[RFC v1 0/1] Implement AVR WDT (watchdog timer)
 2021-05-05 21:18 UTC  (2+ messages)
` [RFC 1/1] Implement AVR watchdog timer

Adjustments of NVDIMM devices and future data safety
 2021-05-05 20:46 UTC  (3+ messages)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-05-05 20:37 UTC  (4+ messages)

[PATCH v2 0/9] block: refactor write threshold
 2021-05-05 20:34 UTC  (21+ messages)
` [PATCH v2 1/9] block/write-threshold: don't use write notifiers
` [PATCH v2 3/9] test-write-threshold: rewrite test_threshold_(not_)trigger tests
` [PATCH v2 4/9] block/write-threshold: drop extra APIs
` [PATCH v2 5/9] block/write-threshold: don't use aio context lock
` [PATCH v2 6/9] test-write-threshold: drop extra tests
` [PATCH v2 7/9] test-write-threshold: drop extra TestStruct structure
` [PATCH v2 8/9] test-write-threshold: drop extra includes
` [PATCH v2 9/9] block/write-threshold: "

[PATCH v3] Document qemu-img options data_file and data_file_raw
 2021-05-05 19:55 UTC 

[PATCH 0/2] target/i386/cpu: Constify CPUCaches and X86CPUDefinition
 2021-05-05 19:53 UTC  (2+ messages)

[PATCH v7 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 19:41 UTC  (5+ messages)
` [PATCH v7 02/12] accel: Introduce 'query-accels' QMP command

[PATCH 00/10] PS/2 controller related fixes
 2021-05-05 19:21 UTC  (11+ messages)
` [PATCH 01/10] ps2: fix mouse stream corruption
` [PATCH 02/10] ps2: don't raise an interrupt if queue is full
` [PATCH 03/10] ps2: don't deassert irq twice if queue is empty
` [PATCH 04/10] pckbd: split out interrupt line changing code
` [PATCH 05/10] pckbd: don't update OBF flags if KBD_STAT_OBF is set
` [PATCH 06/10] pckbd: PS/2 keyboard throttle
` [PATCH 07/10] pckbd: add state variable for interrupt source
` [PATCH 08/10] pckbd: add controller response queue
` [PATCH 09/10] pckbd: correctly disable PS/2 communication
` [PATCH 10/10] pckbd: remove duplicated keyboard and mouse defines

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-05 19:31 UTC  (7+ messages)

[PATCH 00/22] qapi: static typing conversion, pt5a
 2021-05-05 19:09 UTC  (6+ messages)
` [PATCH 11/22] qapi/parser: Rework _check_pragma_list_of_str as a TypeGuard

[PATCH v3 00/26] virtiofs dax patches
 2021-05-05 18:59 UTC  (8+ messages)
` [PATCH v3 08/26] DAX: virtio-fs: Add cache BAR
` [PATCH v3 09/26] DAX: virtio-fs: Add vhost-user slave commands for mapping
` [PATCH v3 10/26] DAX: virtio-fs: Fill in "

[for-6.1 v2 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2021-05-05 18:52 UTC  (3+ messages)
` [for-6.1 v2 2/2] "

[Bug 1866892] [NEW] guest OS catches a page fault bug when running dotnet
 2021-05-05 18:01 UTC  (3+ messages)
` [Bug 1866892] "

[PULL 00/10] Gitlab-CI, qtest, moxie removal and misc patches
 2021-05-05 18:06 UTC  (2+ messages)

[Qemu-devel] [Bug 1809546] [NEW] Writing a byte to a pl011 SFR overwrites the whole SFR
 2021-05-05 17:44 UTC  (2+ messages)
` [Bug 1809546] "

[PATCH v3] plugins/syscall: Added a table-like summary output
 2021-05-05 17:56 UTC  (3+ messages)

[Qemu-devel] [Bug 1818483] [NEW] qemu user mode does not support binfmt_misc config with flags=P
 2021-05-05 17:42 UTC  (2+ messages)
` [Bug 1818483] Re: qemu user mode does not support binfmt_misc config with flags include "P"

vhost-user payload union restrictions ?
 2021-05-05 17:54 UTC  (3+ messages)

[Qemu-devel] [Bug 1815252] [NEW] virtio-9p-pci passthrough fsync hang
 2021-05-05 17:44 UTC  (2+ messages)
` [Bug 1815252] "

[Bug 1821771] Re: KVM guest does not reflect numa distances configured through qemu
 2021-05-05 17:41 UTC 

[PATCH] xen-block: Use specific blockdev driver
 2021-05-05 17:44 UTC  (2+ messages)

[PATCH] xen: Free xenforeignmemory_resource at exit
 2021-05-05 17:42 UTC  (2+ messages)

[PULL 00/23] Trivial branch for 6.1 patches
 2021-05-05 17:37 UTC  (2+ messages)

[RFC PATCH v2 0/2] hw/ppc: code motion to compile without TCG
 2021-05-05 17:30 UTC  (4+ messages)
` [RFC PATCH v2 1/2] target/ppc: Moved functions out of mmu-hash64

[PATCH v2 0/5] Add support for PMBus in QEMU
 2021-05-05 17:01 UTC  (6+ messages)
` [PATCH v2 1/5] hw/i2c: add support for PMBus
` [PATCH v2 2/5] hw/misc: add ADM1272 device
` [PATCH v2 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v2 4/5] hw/misc: add MAX34451 device
` [PATCH v2 5/5] tests/qtest: add tests for MAX34451 device model

[PATCH 0/5] misc: Replace alloca() by g_malloc()
 2021-05-05 17:00 UTC  (6+ messages)
` [PATCH 1/5] bsd-user/syscall: Replace alloca() by g_new()
` [PATCH 2/5] gdbstub: Constify GdbCmdParseEntry
` [PATCH 3/5] gdbstub: Use fixed-size array in GdbCmdParseEntry instead of pointer
` [PATCH 4/5] gdbstub: Replace alloca() by g_new()
` [PATCH 5/5] target/ppc/kvm: Replace alloca() by g_malloc()

[PATCH] target/m68k: Remove unused variable in ABCD/SBCD memory opcodes
 2021-05-05 16:43 UTC  (2+ messages)

[PATCH v8] introduce vfio-user protocol specification
 2021-05-05 16:19 UTC  (5+ messages)

[PATCH] target/sh4: Return error if CPUClass::get_phys_page_debug() fails
 2021-05-05 16:52 UTC  (2+ messages)

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-05 16:48 UTC 

Gitlab Issue Tracker - Proposed Workflow
 2021-05-05 16:18 UTC  (3+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-05 16:46 UTC  (6+ messages)

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

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-05-05 16:18 UTC  (6+ messages)
` [PATCH v4 3/6] iotests: Test replacing files with x-blockdev-reopen
` [PATCH v4 4/6] block: Support multiple reopening "

[PATCH v6 0/4] Add support for ipv6 host forwarding
 2021-05-05 16:15 UTC  (5+ messages)

[PATCH v5 0/4] target/ppc: Untangle CPU init from translation
 2021-05-05 15:53 UTC  (5+ messages)
` [PATCH v5 1/4] target/ppc: renamed SPR registration functions
` [PATCH v5 2/4] target/ppc: move SPR R/W callbacks to translate.c
` [PATCH v5 3/4] target/ppc: turned SPR R/W callbacks not static
` [PATCH v5 4/4] target/ppc: isolated cpu init from translation logic

[PULL 0/6] Usb 20210505 patches
 2021-05-05 15:50 UTC  (4+ messages)
` [PULL 4/6] usb/redir: avoid dynamic stack allocation (CVE-2021-3527)

[Qemu-devel] [Bug 1832422] [NEW] SSE CMP ops with 8bit immediate throw sigill with oversized byte
 2021-05-05 15:33 UTC  (2+ messages)
` [Bug 1832422] "

[PATCH] tests/qtest/npcm7xx_pwm-test.c: Avoid g_assert_true() for non-test assertions
 2021-05-05 15:46 UTC  (3+ messages)

[PATCH] block/rbd: Add support for rbd image encryption
 2021-05-05 15:36 UTC  (4+ messages)

[Bug 1859106] [NEW] 4.2 regression: ReactOS crashes on boot
 2021-05-05 15:27 UTC  (2+ messages)
` [Bug 1859106] "

[PATCH 1/2] meson: fix meson 0.58 warning with libvhost-user subproject
 2021-05-05 15:38 UTC  (3+ messages)
` [PATCH 2/2] libvhost-user: fix -Werror=format= warnings with __u64 fields

[Bug 1861884] [NEW] qemu socket multicast not working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861884] "

[Bug 1860553] [NEW] cmake crashes on qemu-alpha-user with Illegal Instruction
 2021-05-05 15:26 UTC  (2+ messages)
` [Bug 1860553] "

[Bug 1861653] [NEW] CPU of qemu-system-aarch64 always stuck
 2021-05-05 15:23 UTC  (2+ messages)
` [Bug 1861653] "

[Bug 1861875] [NEW] VDE networking barely working
 2021-05-05 15:21 UTC  (2+ messages)
` [Bug 1861875] "

[Bug 1861458] [NEW] Clock drift issue with -soundhw hda
 2021-05-05 15:24 UTC  (2+ messages)
` [Bug 1861458] "

[PATCH v1] softmmu/vl: make default prealloc-threads work w/o -mem-prealloc
 2021-05-05 15:31 UTC  (2+ messages)

[Bug 1863096] [NEW] vhost-user multi-queues interrupt failed when Qemu reconnection happens
 2021-05-05 15:15 UTC  (2+ messages)
` [Bug 1863096] "

[Bug 1862619] [NEW] "-serial telnet::xxxx, server" causes "Device 'serial0' is in use"
 2021-05-05 15:19 UTC  (2+ messages)
` [Bug 1862619] "

[Bug 1862415] [NEW] -nic user cannot receive TFTP response from outside on windows 10 host
 2021-05-05 15:20 UTC  (2+ messages)
` [Bug 1862415] "

[Bug 1863200] [NEW] Reconnect failed with loopback virtio1.1 server mode test
 2021-05-05 15:15 UTC  (2+ messages)
` [Bug 1863200] "

[PATCH v5 00/10] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-05-05 15:28 UTC  (6+ messages)
` [PATCH v5 02/10] accel: Introduce 'query-accels' QMP command

[Bug 1863023] [NEW] Deadlock in QXL
 2021-05-05 15:16 UTC  (2+ messages)
` [Bug 1863023] "

[Bug 1862887] [NEW] qemu does not load pulseaudio modules properly
 2021-05-05 15:17 UTC  (2+ messages)
` [Bug 1862887] "

[Bug 1862979] [NEW] Cannot Create Socket Networking in Windows Host using Multicast
 2021-05-05 15:17 UTC  (2+ messages)
` [Bug 1862979] "

[Bug 1909770] [NEW] qemu-cris segfaults upon loading userspace binary
 2021-05-05 15:14 UTC  (3+ messages)
` [Bug 1909770] "

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-05-05 14:54 UTC  (6+ messages)
` [PATCH v1 01/20] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-05 14:51 UTC  (5+ messages)
` [PATCH 1/7] migration: use GDateTime for formatting timestamp in snapshot names
` [PATCH 7/7] virtiofsd: use GDateTime for formatting timestamp for debug messages

[PATCH updated v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-05 14:48 UTC 

[PATCH v2] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-05 14:44 UTC  (2+ messages)

[Qemu-devel] [Bug 1840865] [NEW] qemu crashes when doing iotest on virtio-9p filesystem
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1840865] "

[Bug 1850570] [NEW] Cannot use usb-host on Mac OS
 2021-05-05 14:29 UTC  (2+ messages)
` [Bug 1850570] "

[Qemu-devel] [Bug 1835694] [NEW] hardware-based time keeping
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1835694] "

[Qemu-devel] [Bug 1833053] [NEW] qemu guest crashes on spice client USB redirected device removal
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1833053] "

[Qemu-devel] [Bug 1843711] [NEW] qemu-xhci device should detect if libusb host supports streams
 2021-05-05 14:28 UTC  (2+ messages)
` [Bug 1843711] "

[PATCH] configure: fix detection of gdbus-codegen
 2021-05-05 14:30 UTC  (3+ 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).