qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 20:23:15 to 2019-10-27 14:01:42 UTC [more...]

[PATCH] qom/type_initialize_interface: inherit .class_data from the template TypeInfo
 2019-10-27 12:56 UTC 

[PATCH 00/30] virtiofs daemon (base)
 2019-10-27 13:11 UTC  (2+ messages)

[PATCH v20 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-27 10:17 UTC  (8+ 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

[Bug 1848901] [NEW] kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device (28)
 2019-10-27  8:57 UTC  (2+ messages)
` [Bug 1848901] "

[PATCH v3 00/20] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-27  7:44 UTC  (22+ 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

[Qemu-devel] [Bug 1759522] [NEW] windows qemu-img create vpc/vhdx error
 2019-10-27  6:17 UTC  (2+ messages)
` [Bug 1759522] "

qemu-img still misbehaving on Windows
 2019-10-27  6:21 UTC 

[Bug 1850000] [NEW] 4.1.0 bogus QCOW2 corruption reported after compress
 2019-10-27  4:58 UTC  (2+ messages)
` [Bug 1850000] "

[PATCH v15 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
 2019-10-27  3:47 UTC  (14+ 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 "

[PULL 00/25] virtio: features, tests
 2019-10-26 21:53 UTC  (22+ 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
` [PULL 16/25] libqos: implement VIRTIO 1.0 FEATURES_OK step
` [PULL 17/25] libqos: access VIRTIO 1.0 vring in little-endian
` [PULL 18/25] libqos: add iteration support to qpci_find_capability()
` [PULL 19/25] libqos: pass full QVirtQueue to set_queue_address()
` [PULL 20/25] libqos: add MSI-X callbacks to QVirtioPCIDevice
` [PULL 21/25] libqos: expose common virtqueue setup/cleanup functions
` [PULL 22/25] libqos: make the virtio-pci BAR index configurable
` [PULL 23/25] libqos: extract Legacy virtio-pci.c code
` [PULL 24/25] libqos: add VIRTIO PCI 1.0 support
` [PULL 25/25] virtio: drop unused virtio_device_stop_ioeventfd() function

[RFC PATCH v2 00/26] Add subcluster allocation to qcow2
 2019-10-26 21:25 UTC  (27+ messages)
` [RFC PATCH v2 01/26] qcow2: Add calculate_l2_meta()
` [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 04/26] qcow2: Add get_l2_entry() and set_l2_entry()
` [RFC PATCH v2 05/26] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH v2 06/26] qcow2: Add dummy has_subclusters() function
` [RFC PATCH v2 07/26] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v2 08/26] qcow2: Add offset_to_sc_index()
` [RFC PATCH v2 09/26] qcow2: Add l2_entry_size()
` [RFC PATCH v2 10/26] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v2 11/26] qcow2: Add qcow2_get_subcluster_type()
` [RFC PATCH v2 12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER
` [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 17/26] qcow2: Add subcluster support to check_refcounts_l2()
` [RFC PATCH v2 18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [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 22/26] qcow2: Add subcluster support to handle_alloc_space()
` [RFC PATCH v2 23/26] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only
` [RFC PATCH v2 24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [RFC PATCH v2 25/26] qcow2: Allow preallocation and backing files if extended_l2 is set
` [RFC PATCH v2 26/26] iotests: Add tests for qcow2 images with extended L2 entries

[RFC 0/3] tests/vhost-user-fs-test: add vhost-user-fs test case
 2019-10-26 21:49 UTC  (3+ messages)
` [RFC 1/3] WIP virtiofsd: import Linux <fuse.h> header file

[RFC PATCH 00/23] Add subcluster allocation to qcow2
 2019-10-26 21:26 UTC  (3+ messages)

[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] 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  (2+ messages)

[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 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  (8+ 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  (2+ messages)

[PATCH v2 0/4] tcg/LICENSE: Remove no-longer-true statement that TCG is BSD-licensed
 2019-10-25 20:55 UTC  (3+ messages)

[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  (4+ messages)

[PULL v3 00/15] testing updates
 2019-10-25 19:37 UTC  (3+ messages)
` [PULL v3 06/15] travis.yml: Test the release tarball
` [PULL v3 13/15] travis.yml: --enable-debug-tcg to check-tcg


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