qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 17:13:02 to 2019-10-26 21:45:14 UTC [more...]

[RFC PATCH v2 00/26] Add subcluster allocation to qcow2
 2019-10-26 21:25 UTC  (11+ messages)
` [RFC PATCH v2 02/26] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [RFC PATCH v2 03/26] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [RFC PATCH v2 13/26] qcow2: Add subcluster support to calculate_l2_meta()
` [RFC PATCH v2 14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset()
` [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH v2 19/26] qcow2: Fix offset calculation in handle_dependencies()
` [RFC PATCH v2 20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH v2 21/26] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [RFC PATCH v2 25/26] qcow2: Allow preallocation and backing files if extended_l2 is set

[PULL 00/25] virtio: features, tests
 2019-10-26 19:40 UTC  (12+ messages)
` [PULL 01/25] virtio: basic structure for packed ring
` [PULL 02/25] virtio: device/driver area size calculation refactor for split ring
` [PULL 03/25] virtio: Free blk virqueues at unrealize()
` [PULL 04/25] virtio: Free rnd virqueue "
` [PULL 05/25] virtio: basic packed virtqueue support
` [PULL 06/25] virtio: event suppression support for packed ring
` [PULL 07/25] vhost_net: enable packed ring support
` [PULL 08/25] virtio: add property to enable packed virtqueue
` [PULL 09/25] tests/virtio-blk-test: read config space after feature negotiation
` [PULL 10/25] libqos: read QVIRTIO_MMIO_VERSION register
` [PULL 11/25] libqos: extend feature bits to 64-bit

[PATCH v3 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-26 18:01 UTC  (21+ messages)
` [PATCH v3 01/20] MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets
` [PATCH v3 02/20] piix4: Add the Reset Control Register
` [PATCH v3 03/20] piix4: Add an i8259 Interrupt Controller as specified in datasheet
` [PATCH v3 04/20] Revert "irq: introduce qemu_irq_proxy()"
` [PATCH v3 05/20] piix4: Rename PIIX4 object to piix4-isa
` [PATCH v3 06/20] piix4: Add an i8257 DMA Controller as specified in datasheet
` [PATCH v3 07/20] piix4: Add an i8254 PIT "
` [PATCH v3 08/20] piix4: Add a MC146818 RTC "
` [PATCH v3 09/20] hw/mips/mips_malta: Create IDE hard drive array dynamically
` [PATCH v3 10/20] hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
` [PATCH v3 11/20] hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
` [PATCH v3 12/20] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
` [PATCH v3 13/20] hw/pci-host/piix: Extract piix3_create()
` [PATCH v3 14/20] hw/pci-host/piix: Move RCR_IOPORT register definition
` [PATCH v3 15/20] hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
` [PATCH v3 16/20] hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
` [PATCH v3 17/20] hw/pci-host/piix: Fix code style issues
` [PATCH v3 18/20] hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
` [PATCH v3 19/20] hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
` [PATCH v3 20/20] hw/pci-host/i440fx: Remove the last PIIX3 traces

[PATCH v3 0/6] HPPA: i82596, PS/2 and graphics emulation
 2019-10-26 17:54 UTC  (7+ messages)
` [PATCH v3 5/6] hppa: Add emulation of Artist graphics

[RFC 0/3] block/file-posix: Work around XFS bug
 2019-10-26 17:52 UTC  (8+ messages)
` [RFC 2/3] block/file-posix: Detect XFS with CONFIG_FALLOCATE
` [RFC 3/3] block/file-posix: Let post-EOF fallocate serialize

[PATCH v15 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-10-26 17:21 UTC  (13+ messages)
` [PATCH v15 01/11] esp: move handle_ti_cmd() cleanup code to esp_do_dma()
` [PATCH v15 02/11] esp: move get_cmd() post-DMA code to get_cmd_cb()
` [PATCH v15 03/11] esp: add pseudo-DMA as used by Macintosh
` [PATCH v15 04/11] dp8393x: manage big endian bus
` [PATCH v15 05/11] hw/m68k: add VIA support
` [PATCH v15 06/11] hw/m68k: implement ADB bus support for via
` [PATCH v15 07/11] hw/m68k: add Nubus support
` [PATCH v15 08/11] hw/m68k: add Nubus macfb video card
` [PATCH v15 09/11] hw/m68k: add a dummy SWIM floppy controller
` [PATCH v15 10/11] hw/m68k: define Macintosh Quadra 800
` [PATCH v15 11/11] BootLinuxConsoleTest: Test the "

[PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
 2019-10-26 16:56 UTC 

[PATCH] qcow2-bitmap: Fix uint64_t left-shift overflow
 2019-10-26 16:50 UTC  (2+ messages)

[PATCH] qemu-iotests/iotests.py: improve assert_qmp message
 2019-10-26 16:58 UTC  (3+ messages)

[PATCH v14 0/9] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-10-26 16:47 UTC  (6+ messages)
` [PATCH v14 1/9] esp: add pseudo-DMA as used by Macintosh

Long term approaches to mitigate device reset issue in vhost-user-scsi
 2019-10-26 16:20 UTC  (2+ messages)

[PATCH v2 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-26 15:17 UTC  (8+ messages)
` [PATCH v2 03/20] piix4: Add a i8259 Interrupt Controller as specified in datasheet

[PATCH 0/5] hw/i386/pc: Extract pc_gsi_create() and pc_i8259_create()
 2019-10-26 14:55 UTC  (4+ messages)

[PULL v2 00/39] Misc (mostly x86) patches for 2019-10-24
 2019-10-26 13:45 UTC  (2+ messages)
` [PULL v2 37/39] target/i386: move FERR handling to target/i386

[PULL 00/39] Misc (mostly x86) patches for 2019-10-24
 2019-10-26 13:39 UTC  (5+ messages)

[PATCH 00/20] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2019-10-26 13:32 UTC  (3+ messages)

[PULL 00/12] tcg patch queue
 2019-10-26 11:04 UTC  (4+ messages)

USB-audio sound issues with qemu-system-ppc in Linux and Windows
 2019-10-26  9:45 UTC  (4+ messages)

[PULL 0/2] Block patches
 2019-10-26  9:13 UTC  (4+ messages)
` [PULL 1/2] virtio-blk: Add blk_drain() to virtio_blk_device_unrealize()
` [PULL 2/2] yield_until_fd_readable: make it work with any AioContect

[PATCH v1 1/1] opensbi: Upgrade from v0.4 to v0.5
 2019-10-26  8:46 UTC  (3+ messages)

[PATCH v2 00/12] linux-user sparc fixes
 2019-10-26  7:02 UTC  (2+ messages)

[PATCH v20 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-26  3:24 UTC  (6+ messages)
` [PATCH v20 1/5] hw/arm/virt: Introduce a RAS machine option
` [PATCH v20 2/5] docs: APEI GHES generation and CPER record description
` [PATCH v20 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v20 4/5] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v20 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v2 0/6] migration/multifd: a new mechanism for send thread sync
 2019-10-26  0:45 UTC  (7+ messages)
` [PATCH v2 1/6] migration/multifd: move Params update and pages cleanup into multifd_send_fill_packet()
` [PATCH v2 2/6] migration/multifd: notify channels_ready when send thread starts
` [PATCH v2 3/6] migration/multifd: use sync field to synchronize send threads
` [PATCH v2 4/6] migration/multifd: used must not be 0 for a pending job
` [PATCH v2 5/6] migration/multifd: use boolean for pending_job is enough
` [PATCH v2 6/6] migration/multifd: there is no spurious wakeup now

[PATCH 0/4] SCSI COMPARE_AND_WRITE support
 2019-10-25 23:38 UTC  (2+ messages)

[PATCH v2 00/27] Add RISC-V Hypervisor Extension v0.4
 2019-10-25 23:24 UTC  (28+ messages)
` [PATCH v2 01/27] target/riscv: Don't set write permissions on dirty PTEs
` [PATCH v2 02/27] target/riscv: Add the Hypervisor extension
` [PATCH v2 03/27] target/riscv: Add the virtulisation mode
` [PATCH v2 04/27] target/riscv: Add the force HS exception mode
` [PATCH v2 05/27] target/riscv: Fix CSR perm checking for HS mode
` [PATCH v2 06/27] target/riscv: Add the Hypervisor CSRs to CPUState
` [PATCH v2 07/27] target/riscv: Print priv and virt in disas log
` [PATCH v2 08/27] target/riscv: Dump Hypervisor registers if enabled
` [PATCH v2 09/27] target/riscv: Add Hypervisor CSR access functions
` [PATCH v2 10/27] target/riscv: Add Hypervisor virtual CSRs accesses
` [PATCH v2 11/27] target/riscv: Convert mie and mstatus to pointers
` [PATCH v2 12/27] target/riscv: Add virtual register swapping function
` [PATCH v2 13/27] target/riscv: Add support for virtual interrupt setting
` [PATCH v2 14/27] target/ricsv: Flush the TLB on virtulisation mode changes
` [PATCH v2 15/27] target/riscv: Generate illegal instruction on WFI when V=1
` [PATCH v2 16/27] riscv: plic: Always set sip.SEIP bit for HS
` [PATCH v2 17/27] target/riscv: Add hypvervisor trap support
` [PATCH v2 18/27] target/riscv: Add Hypervisor trap return support
` [PATCH v2 19/27] target/riscv: Add hfence instructions
` [PATCH v2 20/27] target/riscv: Disable guest FP support based on virtual status
` [PATCH v2 21/27] target/riscv: Mark both sstatus and vsstatus as dirty
` [PATCH v2 22/27] target/riscv: Respect MPRV and SPRV for floating point ops
` [PATCH v2 23/27] target/riscv: Allow specifying MMU stage
` [PATCH v2 24/27] target/riscv: Implement second stage MMU
` [PATCH v2 25/27] target/riscv: Add support for the 32-bit MSTATUSH CSR
` [PATCH v2 26/27] target/riscv: Add the MSTATUS_MPV_ISSET helper macro
` [PATCH v2 27/27] target/riscv: Allow enabling the Hypervisor extension

[PATCH 0/2] not use multifd during postcopy
 2019-10-25 23:20 UTC  (3+ messages)
` [PATCH 1/2] migration/multifd: clean pages after filling packet
` [PATCH 2/2] migration/multifd: not use multifd during postcopy

[PATCH] buildfix: update texinfo menu
 2019-10-25 22:54 UTC  (2+ messages)

[PATCH] Semihost SYS_READC implementation (v3)
 2019-10-25 23:18 UTC  (11+ messages)
` [PATCH] Semihost SYS_READC implementation (v4)

[PATCH] ptimer: Remove old ptimer_init_with_bh() API
 2019-10-25 21:35 UTC  (2+ messages)

[PATCH] fw_cfg: Allow reboot-timeout=-1 again
 2019-10-25 21:28 UTC  (3+ messages)

[PATCH v2 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY
 2019-10-25 21:16 UTC  (6+ messages)
` [PATCH v2 4/7] exec: Use const alias "

[Bug 1849894] [NEW] hw/scsi/scsi-disk.c line 2554 allocation overflow
 2019-10-25 21:04 UTC  (2+ messages)
` [Bug 1849894] "

[PULL 00/20] MIPS queue for October 24th, 2019 - v2
 2019-10-25 20:57 UTC  (4+ messages)
` [PULL 11/20] target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>
` [PULL 16/20] tests/ssh_linux_malta: Run tests using a snapshot image

[PATCH v2 0/4] tcg/LICENSE: Remove no-longer-true statement that TCG is BSD-licensed
 2019-10-25 20:55 UTC  (6+ messages)
` [PATCH v2 1/4] tcg/aarch64/tcg-target.opc.h: Add copyright/license

[PATCH v13 00/12] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-10-25 20:51 UTC  (7+ messages)
` [PATCH v13 06/12] numa: Extend CLI to provide memory latency and bandwidth information

[PULL 0/1] Require Python >= 3.5 to build QEMU
 2019-10-25 20:34 UTC  (2+ messages)
` [PULL 1/1] configure: Require Python >= 3.5

[PATCH v5] ssi: xilinx_spips: Skip spi bus update for a few register writes
 2019-10-25 20:31 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 10/28] target/riscv: Convert mie and mstatus to pointers
 2019-10-25 20:28 UTC  (9+ messages)
  ` [Qemu-devel] [Qemu-riscv] "

[PULL v2 00/73] tcg plugins and testing updates
 2019-10-25 20:23 UTC  (6+ messages)

[PULL v3 00/15] testing updates
 2019-10-25 19:37 UTC  (16+ messages)
` [PULL v3 01/15] travis.yml: reduce scope of the --enable-debug build
` [PULL v3 02/15] travis.yml: Add libvdeplug-dev to compile-test net/vde.c
` [PULL v3 03/15] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image
` [PULL v3 04/15] travis.yml: Use newer version of libgnutls and libpng
` [PULL v3 05/15] travis.yml: Fix the ccache lines
` [PULL v3 06/15] travis.yml: Test the release tarball
` [PULL v3 07/15] travis.yml: bump Xcode 10 to latest dot release
` [PULL v3 08/15] cirrus.yml: add latest Xcode build target
` [PULL v3 09/15] tests/vm: Let subclasses disable IPv6
` [PULL v3 10/15] tests/vm/netbsd: Disable IPv6
` [PULL v3 11/15] travis.yml: cache the clang sanitizer build
` [PULL v3 12/15] gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backend
` [PULL v3 13/15] travis.yml: --enable-debug-tcg to check-tcg
` [PULL v3 14/15] tests/docker: set HOST_ARCH if we don't have ARCH
` [PULL v3 15/15] tests/docker: update Travis image to a more current version

[PATCH v2 00/15] io_uring: add Linux io_uring AIO engine
 2019-10-25 19:09 UTC  (3+ messages)
` [PATCH v2 02/15] qapi/block-core: add option for io_uring

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-10-25 19:33 UTC  (3+ messages)
` [RFC v4 PATCH 48/49] multi-process: add the concept description to docs/devel/qemu-multiprocess

[PATCH 0/7] i386: Add `machine` parameter to query-cpu-definitions
 2019-10-25 19:02 UTC  (9+ messages)

[PATCH] Semihost SYS_READC implementation (v5)
 2019-10-25 19:01 UTC 

[Bug 1849879] [NEW] qemu-arm should accept vmrs apsr_nzcv, fpscr on M-profile
 2019-10-25 17:44 UTC 

[PATCH v6 0/11] add failover feature for assigned network devices
 2019-10-25 17:39 UTC  (6+ messages)
` [PATCH v6 01/11] qdev/qbus: add hidden device support
` [PATCH v6 06/11] qapi: add failover negotiated event

[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests
 2019-10-25 17:17 UTC  (4+ messages)
` [PATCH "

[PATCH v7 0/4] colo: Add support for continuous replication
 2019-10-25 17:06 UTC 


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