qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 12:50:36 to 2020-04-20 03:15:24 UTC [more...]

[PATCH] op_helper: fix some compile warnings
 2020-04-20  5:49 UTC  (2+ messages)

[PATCH 0/4] fix crashes when inject errors to vhost-user-blk chardev
 2020-04-20  3:10 UTC  (4+ messages)
` [PATCH 3/4] char-socket: avoid double call tcp_chr_free_connection

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-20  1:24 UTC  (5+ messages)

several patches around Linux userland emulator
 2020-04-19 18:49 UTC 

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-04-19 19:58 UTC  (13+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel

[PATCH v1 0/6] target-microblaze: Misc configurability #2
 2020-04-19 19:30 UTC  (20+ messages)
` [PATCH v1 1/6] target/microblaze: Add the opcode-0x0-illegal CPU property
` [PATCH v1 2/6] target/microblaze: Add the ill-opcode-exception property
` [PATCH v1 3/6] target/microblaze: Add the div-zero-exception property
` [PATCH v1 4/6] target/microblaze: Add the unaligned-exceptions property
` [PATCH v1 5/6] target/microblaze: Add the pvr-user1 property
` [PATCH v1 6/6] target/microblaze: Add the pvr-user2 property

[PATCH v1 0/1] hw/arm: versal: Setup the ADMA with 128bit bus-width
 2020-04-19 19:03 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH RFC v5] target/arm: Implement SVE2 HISTCNT, HISTSEG
 2020-04-19 18:48 UTC  (2+ messages)

[PATCH 0/4] target/arm: Implement last SVE2 narrowing section
 2020-04-19 18:28 UTC  (8+ messages)
` [PATCH 1/4] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH 2/4] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH 3/4] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH 4/4] target/arm: Implement SVE2 RSUBHNB, RSUBHNT

[PATCH v1 0/3] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes
 2020-04-19 16:27 UTC  (4+ messages)
` [PATCH v1 1/3] device_tree: Allow name wildcards in qemu_fdt_node_path()
` [PATCH v1 2/3] hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102
` [PATCH v1 3/3] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-04-19 15:10 UTC  (6+ messages)
` [PATCH v6 1/5] tests/virtio-9p: added split readdir tests
` [PATCH v6 2/5] 9pfs: make v9fs_readdir_response_size() public
` [PATCH v6 3/5] 9pfs: add new function v9fs_co_readdir_many()
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization
` [PATCH v6 5/5] 9pfs: clarify latency of v9fs_co_run_in_worker()

[PATCH v2 0/3] fetch the alignment of device dax
 2020-04-19 13:48 UTC  (2+ messages)

[PATCH v2] chardev/char-socket: Properly make qio connections non blocking
 2020-04-19  9:51 UTC 

[QEMU][PATCH v2] chardev/char-socket: Properly make qio connections non blocking
 2020-04-19  9:33 UTC 

[PATCH 0/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-04-19  9:58 UTC  (8+ messages)
` [PATCH 13/15] KVM: MIPS: Add CONFIG6 and DIAG registers emulation

[PATCH v2] lockable: Replace locks with lock guard macros
 2020-04-19  6:34 UTC  (4+ messages)

[PATCH] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-19  4:00 UTC  (9+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-04-18 22:56 UTC  (5+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "

[PATCH v2 0/6] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-04-18 21:55 UTC  (4+ messages)
` [PATCH v2 4/6] dwc-hsotg "

[PATCH] target/arm: Vectorize integer comparison vs zero
 2020-04-18 18:14 UTC  (2+ messages)

[PATCH 1/1] target/riscv: fix VS interrupts forwarding to HS
 2020-04-18 18:01 UTC 

[PATCH 00/16] tcg: Better handling of constants
 2020-04-18 16:19 UTC  (17+ messages)
` [PATCH 01/16] tcg: Add temp_readonly
` [PATCH 02/16] tcg: Introduce TYPE_CONST temporaries
` [PATCH 03/16] tcg: Use tcg_constant_i32 with icount expander
` [PATCH 04/16] tcg: Use tcg_constant_{i32,i64} with tcg int expanders
` [PATCH 05/16] tcg: Use tcg_constant_{i32,vec} with tcg vec expanders
` [PATCH 06/16] tcg: Use tcg_constant_{i32,i64} with tcg plugins
` [PATCH 07/16] tcg: Rename struct tcg_temp_info to TempOptInfo
` [PATCH 08/16] tcg/optimize: Adjust TempOptInfo allocation
` [PATCH 09/16] tcg/optimize: Use tcg_constant_internal with constant folding
` [PATCH 10/16] tcg/tci: Add special tci_movi_{i32,i64} opcodes
` [PATCH 11/16] tcg: Remove movi and dupi opcodes
` [PATCH 12/16] tcg: Use tcg_out_dupi_vec from temp_load
` [PATCH 13/16] tcg: Increase tcg_out_dupi_vec immediate to int64_t
` [PATCH 14/16] tcg: Add tcg_reg_alloc_dup2
` [PATCH 15/16] tcg/i386: Use tcg_constant_vec with tcg vec expanders
` [PATCH 16/16] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec

[PATCH] tcg: Add load_dest parameter to GVecGen2
 2020-04-18 16:28 UTC 

[PATCH 0/3] tcg: Improve vector tail clearing
 2020-04-18 15:56 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] target/arm: Use tcg_gen_gvec_mov for clear_vec_high
` [PATCH 3/3] target/arm: Use clear_vec_high more effectively

[PATCH 0/7] tcg: Clean up tcg_gen_gvec_dupi interface
 2020-04-18 15:04 UTC  (8+ messages)
` [PATCH 1/7] tcg: Add tcg_gen_gvec_dup_imm
` [PATCH 2/7] target/s390x: Use tcg_gen_gvec_dup_imm
` [PATCH 3/7] target/ppc: "
` [PATCH 4/7] target/arm: "
` [PATCH 5/7] tcg: Use tcg_gen_gvec_dup_imm in logical simplifications
` [PATCH 6/7] tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i
` [PATCH 7/7] tcg: Add tcg_gen_gvec_dup_tl

[Bug 1871798] [NEW] Fails to start on Windows host without explicit --disable-pie
 2020-04-18 13:41 UTC  (2+ messages)
` [Bug 1871798] "

[Bug 1869497] [NEW] x86_cpu_gdb_read_register segfaults when gdb requests registers
 2020-04-18 13:39 UTC  (2+ messages)
` [Bug 1869497] "

[PATCH-for-5.0?] target/ppc: Fix TCG temporary leaks in gen_slbia()
 2020-04-18 10:45 UTC  (5+ messages)

[PATCH] resend slave fd to vhost when reconnect to vhost
 2020-04-18 10:42 UTC  (3+ messages)

[PATCH resend v2] net: cadence_gem: clear RX control descriptor
 2020-04-18  9:10 UTC  (2+ messages)

[Bug 1872113] [NEW] qemu docs fails to build with Sphinx 3.0.x
 2020-04-18  8:58 UTC  (2+ messages)
` [Bug 1872113] "

[Bug 1872847] [NEW] qemu-alpha linux-user breaks python3.6
 2020-04-18  8:41 UTC  (3+ messages)
` [Bug 1872847] "

[PATCH] block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb
 2020-04-18  6:26 UTC 

[PATCH] hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
 2020-04-18  4:28 UTC 

[Bug 1859920] [NEW] daemoniz not working on MacOS
 2020-04-18  4:17 UTC  (2+ messages)
` [Bug 1859920] "

[PATCH 00/16] target/arm: sve load/store improvements
 2020-04-18  3:41 UTC  (19+ messages)
` [PATCH 03/16] exec: Add cpu_probe_watchpoint
` [PATCH 04/16] target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
` [PATCH 06/16] target/arm: Add sve infrastructure for page lookup
` [PATCH 08/16] target/arm: Use SVEContLdSt in sve_ld1_r
` [PATCH 10/16] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH 11/16] target/arm: Update contiguous first-fault and no-fault loads

[PATCH 0/3] Some trivial fixes
 2020-04-18  3:22 UTC  (4+ messages)
` [PATCH 2/3] intc/gicv3_kvm: use kvm_gicc_access to get ICC_CTLR_EL1

[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-04-18  2:40 UTC  (6+ messages)
` [PATCH v25 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro

[Bug 1873542] [NEW] Windows 98 videocard passthrough - unable to load higher resolution -Desktop, after some games crashes, without whole physical machine reset
 2020-04-18  2:32 UTC 

Avoid copying unallocated clusters during full backup
 2020-04-18  1:43 UTC  (7+ messages)

[PATCH] net: tulip: Set PCI revision to match dec21143
 2020-04-18  0:25 UTC 

[PATCH 02/16] accel/tcg: Add probe_access_flags
 2020-04-18  0:05 UTC  (4+ messages)
` [PATCH v2 "

[Bug 1873341] [NEW] Qemu Win98 VM with KVM videocard passthrough DOS mode video is not working for most of games
 2020-04-17 23:49 UTC  (2+ messages)
` [Bug 1873341] "

[Bug 1873338] [NEW] Dos on the fly CD image replacement is not Working with DOS
 2020-04-17 23:42 UTC  (3+ messages)
` [Bug 1873338] "

[PATCH RFC v2 0/9] Add riscv kvm accel support
 2020-04-17 22:34 UTC  (3+ messages)
` [PATCH RFC v2 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

[PATCH v7 00/61] target/riscv: support vector extension v0.7.1
 2020-04-17 22:32 UTC  (21+ messages)
` [PATCH v7 28/61] target/riscv: vector single-width scaling shift instructions
` [PATCH v7 29/61] target/riscv: vector narrowing fixed-point clip instructions
` [PATCH v7 30/61] target/riscv: vector single-width floating-point add/subtract instructions
` [PATCH v7 31/61] target/riscv: vector widening "
` [PATCH v7 33/61] target/riscv: vector widening floating-point multiply
` [PATCH v7 34/61] target/riscv: vector single-width floating-point fused multiply-add instructions
` [PATCH v7 35/61] target/riscv: vector widening "
` [PATCH v7 36/61] target/riscv: vector floating-point square-root instruction
` [PATCH v7 38/61] target/riscv: vector floating-point sign-injection instructions
` [PATCH v7 39/61] target/riscv: vector floating-point compare instructions

[PATCH] qemu-img: Fix stale doc comment
 2020-04-17 22:16 UTC  (2+ messages)

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2020-04-17 21:55 UTC  (9+ messages)
` [PATCH] target/i386: Fix the CPUID leaf CPUID_Fn80000008
  ` [Bug 1871842] Re: AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
    ` [Bug 1871842] Re: [PATCH] target/i386: Fix the CPUID leaf CPUID_Fn80000008
` [v2 PATCH] "
  ` [Bug 1871842] "

[PATCH v18 0/4] qcow2: Implement zstd cluster compression method
 2020-04-17 21:24 UTC  (3+ messages)
` [PATCH v18 4/4] iotests: 287: add qcow2 compression type test

[PATCH 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-04-17 18:38 UTC  (2+ messages)
` [PATCH 1/1] "

5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries
 2020-04-17 20:10 UTC  (2+ messages)

[[PATCH v2 0/4] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-04-17 19:55 UTC  (6+ messages)
` [[PATCH v2 1/4] MAINTAINERS: Add maintainer entry for Xilinx CAN
` [[PATCH v2 2/4] hw/net/can: Introduce Xlnx ZynqMP CAN controller for QEMU
` [[PATCH v2 3/4] hw/net/can: Connect Xlnx ZynqMP CAN controller to ZCU102 machine
` [[PATCH v2 4/4] hw/net/can: Introduce QTEST for Xlnx CAN controller

[PATCH-for-5.1 0/3] various: Remove unnecessary casts
 2020-04-17 19:45 UTC  (5+ messages)
` [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast
` [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast

[PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs()
 2020-04-17 19:42 UTC  (3+ messages)
` [PATCH-for-5.1 1/3] hw/ide/ahci: "

[PATCH v2] 9pfs: local: ignore O_NOATIME if we don't have permissions
 2020-04-17 18:48 UTC 

[PATCH] 9pfs: local: ignore O_NOATIME if we don't have permissions
 2020-04-17 18:36 UTC  (5+ messages)

[PATCH v9 0/9] Clock framework API
 2020-04-17 17:45 UTC  (7+ messages)
` [PATCH v9 1/9] hw/core/clock: introduce clock object
` [PATCH v9 5/9] docs/clocks: add device's clock documentation

[PATCH v2] Cadence: gem: fix wraparound in 64bit descriptors
 2020-04-17 17:17 UTC 

[PATCH] Cadence: gem: fix wraparound in 64bit descriptors
 2020-04-17 17:16 UTC  (4+ messages)

[PATCH v2] qcow2: Expose bitmaps' size during measure
 2020-04-17 16:34 UTC 

QEMU Development Questions
 2020-04-17 15:53 UTC  (2+ messages)

[PATCH] linux-user: Prevent crash in epoll_ctl
 2020-04-17 15:34 UTC 

Hot unplug disabling on pci-pci bridge
 2020-04-17 15:33 UTC  (5+ messages)

[Qemu devel PATCH v6 0/3] Add SmartFusion2 EMAC block
 2020-04-17 14:33 UTC  (3+ messages)

[PATCH] chardev/char-socket: Properly make qio connections non blocking
 2020-04-17 13:37 UTC  (4+ messages)

[PATCH] qcow2: Expose bitmaps' size during measure
 2020-04-17 13:20 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).