qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 14:40:37 to 2020-04-27 08:10:36 UTC [more...]

[PATCH v3 0/3] RISC-V Spike machine improvements
 2020-04-27  8:06 UTC  (4+ messages)
` [PATCH v3 1/3] hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
` [PATCH v3 2/3] hw/riscv/spike: Allow loading firmware separately using -bios option
` [PATCH v3 3/3] hw/riscv/spike: Allow more than one CPUs

[PATCH 00/11] More miscellaneous error handling fixes
 2020-04-27  8:02 UTC  (15+ messages)
` [PATCH 01/11] nvdimm: Plug memory leak in uuid property setter
` [PATCH 02/11] xen: Fix and improve handling of device_add usb-host errors
` [PATCH 03/11] s390x/cpumodel: Fix harmless misuse of visit_check_struct()
` [PATCH 04/11] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH 05/11] tests/migration: Tighten error checking
` [PATCH 06/11] error: Use error_reportf_err() where appropriate
` [PATCH 07/11] mips/malta: Fix create_cps() error handling
` [PATCH 08/11] mips/boston: Fix boston_mach_init() "
` [PATCH 09/11] mips/boston: Plug memory leak in boston_mach_init()
` [PATCH 10/11] arm/sabrelite: Consistently use &error_fatal in sabrelite_init()
` [PATCH 11/11] i386: Fix x86_cpu_load_model() error API violation

[PATCH v1] target/m68k: fix gdb for m68xxx
 2020-04-27  7:53 UTC  (2+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-27  7:49 UTC  (16+ messages)
` [PATCH v4 23/30] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v4 24/30] qcow2: Clear the L2 bitmap when allocating a compressed cluster

[PATCH] hw: add compat machines for 5.1
 2020-04-27  7:43 UTC  (4+ messages)

VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update
 2020-04-27  7:33 UTC 

[PATCH v3 0/6] colo-compare bugfixes
 2020-04-27  7:22 UTC  (10+ messages)
` [PATCH v3 1/6] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH v3 2/6] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH v3 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH v3 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH v3 5/6] net/colo-compare.c, softmmu/vl.c: Check that colo-compare is active
` [PATCH v3 6/6] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH v1 0/2] Migration xbzrle changes
 2020-04-27  7:26 UTC  (6+ messages)
` [PATCH v1 1/2] migration/xbzrle: replace transferred xbzrle bytes with encoded bytes

[PATCH 0/7] Apply COR-filter to the block-stream permanently
 2020-04-27  6:44 UTC  (7+ messages)
` [PATCH 7/7] block: apply COR-filter to block-stream jobs

About hardfloat in ppc
 2020-04-27  6:39 UTC 

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

[PATCH 0/5] QEMU Gating CI
 2020-04-27  5:36 UTC  (19+ messages)

I've seen you are trying to add hardfloat support in qemu? Does it have any progress now?
 2020-04-27  4:32 UTC 

[PATCH v2] Fix tulip breakage
 2020-04-27  3:33 UTC  (2+ messages)

[RFC PATCH 0/3] hw/net/tulip: Fix LP#1874539
 2020-04-27  3:32 UTC  (5+ messages)

[PATCH v5 0/1] COLO: handling of the full primary or secondary queue
 2020-04-27  3:11 UTC  (4+ messages)
` [PATCH v5 1/1] colo-compare: Fix memory leak in packet_enqueue()

[PATCH 0/3] colo-compare bugfixes
 2020-04-27  3:09 UTC  (9+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext

[PATCH] qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()
 2020-04-27  0:57 UTC 

[PATCH] chardev: Add macOS to list of OSes that support -chardev serial
 2020-04-26 21:09 UTC 

[PATCH v2 0/6] colo-compare bugfixes
 2020-04-26 20:50 UTC  (8+ messages)
` [PATCH v2 1/6] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH v2 2/6] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH v2 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH v2 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH v2 5/6] net/colo-compare.c, softmmu/vl.c: Check that colo-compare is active
` [PATCH v2 6/6] net/colo-compare.c: Correct ordering in complete and finalize

HDMI issue with GPU passthrough
 2020-04-26 18:27 UTC 

[PATCH v1 0/9] RISC-V Add the OpenTitan Machine
 2020-04-25 11:29 UTC  (10+ messages)
` [PATCH v1 1/9] riscv/boot: Add a missing header include
` [PATCH v1 2/9] target/riscv: Don't overwrite the reset vector
` [PATCH v1 3/9] target/riscv: Add the lowRISC Ibex CPU
` [PATCH v1 4/9] riscv: Initial commit of OpenTitan machine
` [PATCH v1 5/9] hw/char: Initial commit of Ibex UART
` [PATCH v1 6/9] hw/intc: Initial commit of lowRISC Ibex PLIC
` [PATCH v1 7/9] riscv/opentitan: Connect the PLIC device
` [PATCH v1 8/9] riscv/opentitan: Connect the UART device
` [PATCH v1 9/9] target/riscv: Use a smaller guess size for no-MMU PMP

[PATCH v1 15/15] target/riscv: Support the v0.6 Hypervisor extension CRSs
 2020-04-25 10:50 UTC 

[PATCH v1 00/15] RISC-V: Update the Hypervisor spec to v0.6
 2020-04-26 16:19 UTC  (15+ messages)
` [PATCH v1 01/15] target/riscv: Set access as data_load when validating stage-2 PTEs
` [PATCH v1 02/15] target/riscv: Report errors validating 2nd-stage PTEs
` [PATCH v1 03/15] target/riscv: Move the hfence instructions to the rvh decode
` [PATCH v1 04/15] target/riscv: Implement checks for hfence
` [PATCH v1 05/15] target/riscv: Allow setting a two-stage lookup in the virt status
` [PATCH v1 06/15] target/riscv: Allow generating hlv/hlvx/hsv instructions
` [PATCH v1 07/15] target/riscv: Do two-stage lookups on "
` [PATCH v1 08/15] target/riscv: Don't allow guest to write to htinst
` [PATCH v1 09/15] target/riscv: Convert MSTATUS MTL to GVA
` [PATCH v1 10/15] target/riscv: Fix the interrupt cause code
` [PATCH v1 11/15] target/riscv: Update the Hypervisor trap return/entry
` [PATCH v1 12/15] target/riscv: Update the CSRs to the v0.6 Hyp extension
` [PATCH v1 13/15] target/riscv: Only support a single VSXL length
` [PATCH v1 14/15] target/riscv: Only support little endian guests

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-04-26 10:43 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH] Convert DPRINTF() to trace event
 2020-04-26 14:32 UTC 

[PATCH] Convert DPRINTF() to trace event
 2020-04-26 13:19 UTC 

[PATCH] Convert DPRINTF() to trace event
 2020-04-26 13:24 UTC 

[Qemu-devel] [Bug 1686170] [NEW] qemu-system-x86_64+gdb: unable to correctly disassemble "real mode" (i8086) instructions after attaching to QEMU started with "-S -s" options
 2020-04-26  7:17 UTC  (2+ messages)
` [Bug 1686170] "

[Bug 1875139] [NEW] Domain fails to start when 'readonly' device not writable
 2020-04-26  7:31 UTC  (2+ messages)
` [Bug 1875139] "

[RFC PATCH v1 0/7] vhost-user reconnect issues during vhost initialization
 2020-04-26  7:26 UTC  (7+ messages)
` [RFC PATCH v1 1/7] contrib/vhost-user-blk: add option to simulate disconnect on init
` [RFC PATCH v1 3/7] char-socket: initialize reconnect timer only if close is emitted

hw/net/cadence_gem: TX checksum offload does not work for fragmented packets
 2020-04-26  7:02 UTC  (3+ messages)

[PATCH v2] qemu-sockets: add abstract UNIX domain socket support
 2020-04-26  2:06 UTC  (4+ messages)

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

[PATCH v4 1/3] memory: drop guest writes to read-only ram device regions
 2020-04-26  1:04 UTC  (3+ messages)

[PATCH] linux-user: Drop unnecessary check in signalfd4 syscall
 2020-04-25 21:48 UTC  (5+ messages)

[Bug 1875080] [NEW] USB host device data transfer with control endpoint
 2020-04-25 19:23 UTC 

ARM SVE issues with non "standard" vector lengths
 2020-04-25 19:28 UTC  (4+ messages)

target/mips: Enable Hardware page table walker and CMGCR features for P5600
 2020-04-25 18:20 UTC 

The -icount option document are confusing
 2020-04-25 15:28 UTC 

[PATCH] linux-user: Drop unnecessary check in dup3 syscall
 2020-04-25 13:01 UTC  (5+ messages)

[Bug 1875012] [NEW] KVM internal error. Suberror: 1 -- emulation failure
 2020-04-25 11:58 UTC 

[PATCH] hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
 2020-04-25 10:57 UTC  (2+ messages)

[PATCH v1 PATCH v1 0/1] tests: machine-none-test: Enable MicroBlaze testing
 2020-04-25 10:56 UTC  (3+ messages)
` [PATCH v1 PATCH v1 1/1] "

[PATCH v2] chardev/char-socket: Properly make qio connections non blocking
 2020-04-25 10:46 UTC  (3+ messages)

CFP: KVM Forum 2020
 2020-04-25 10:29 UTC 

[PATCH v5 0/2] Replaced locks with lock guard macros
 2020-04-25  9:12 UTC  (3+ messages)

[RFC patch v1 0/3] qemu-file writing performance improving
 2020-04-25  9:10 UTC  (7+ messages)
` [RFC patch v1 1/3] qemu-file: introduce current buffer
` [RFC patch v1 2/3] qemu-file: add buffered mode

[PATCH] linux-user: Drop open-coded fcntl flags conversion in eventfd2 syscall
 2020-04-25  8:26 UTC  (3+ messages)

[PATCH] linux-user: Add support for /proc/cpuinfo on hppa platform
 2020-04-25  8:14 UTC  (3+ messages)

[PATCH] linux-user: return target error codes for socket() and prctl()
 2020-04-25  8:09 UTC  (2+ messages)

[PATCH RFC] target/arm: Implement SVE2 TBL, TBX
 2020-04-25  0:25 UTC  (4+ messages)

[PATCH RFC] target/arm: Implement SVE2 SPLICE, EXT
 2020-04-24 22:30 UTC  (2+ messages)

[PATCH RFC 0/3] target/arm: Implement SVE2 Crypto Extensions
 2020-04-24 21:41 UTC  (3+ messages)
` [PATCH RFC 1/3] target/arm: Implement SVE2 AESMC, AESIMC

[Bug 1874904] [NEW] qemu windows with gtk and french keypad not working as expected
 2020-04-24 20:27 UTC 

[PATCH v3] target/arm: Implement SVE2 FMMLA
 2020-04-24 20:38 UTC  (2+ messages)

[PATCH RFC] target/arm: Implement SVE2 gather load insns
 2020-04-24 20:18 UTC  (2+ messages)

[RFC PATCH] translate-all: include guest address in out_asm output
 2020-04-24 20:10 UTC  (3+ messages)

[PATCH v2] target/arm: Implement SVE2 scatter store insns
 2020-04-24 20:06 UTC  (2+ messages)

[PATCH v2 0/2] Support different CPU types for the sifive_e machine
 2020-04-24 19:40 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: sifive_e: Support changing CPU type

tst-arm-mte bug: PSTATE.TCO is cleared on exceptions
 2020-04-24 19:47 UTC  (3+ messages)

[Bug 1874674] [NEW] [Feature request] acceptance test class to run user-mode binaries
 2020-04-24 19:14 UTC  (2+ messages)
` [Bug 1874674] "

[PATCH v3 0/3] qcow2: Allow resize of images with internal snapshots
 2020-04-24 19:09 UTC  (4+ messages)
` [PATCH v3 1/3] block: Add blk_new_with_bs() helper
` [PATCH v3 2/3] qcow2: Allow resize of images with internal snapshots
` [PATCH v3 3/3] qcow2: Tweak comment about bitmaps vs. resize

[Bug 1874888] [NEW] certain programs make QEMU crash with "tcg fatal error"
 2020-04-24 18:44 UTC 

[PATCH] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-24 18:44 UTC  (11+ messages)

[PATCH v22 QEMU 0/5] virtio-balloon: add support for page poison reporting and free page reporting
 2020-04-24 16:50 UTC  (6+ messages)
` [PATCH v22 QEMU 1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id
` [PATCH v22 QEMU 2/5] linux-headers: update to contain virito-balloon free page reporting
` [PATCH v22 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [PATCH v22 QEMU 4/5] virtio-balloon: Implement support for page poison reporting feature
` [PATCH v22 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting

[PATCH v21 QEMU 0/5] virtio-balloon: add support for free page reporting
 2020-04-24 16:09 UTC  (10+ messages)
` [PATCH v21 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [PATCH v21 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting

[PATCH 0/3] fuzz: Probably there is a better way to do this
 2020-04-24 15:41 UTC  (5+ messages)
` [PATCH 1/3] Makefile: Drop unused, broken target recurse-fuzz
` [PATCH 2/3] fuzz: Simplify how we compute available machines and types

[Bug 1874539] [NEW] tulip driver broken in v5.0.0-rc4
 2020-04-24 15:35 UTC  (2+ messages)
` [Bug 1874539] "

[PATCH v7 00/10] block: Fix resize (extending) of short overlays
 2020-04-24 15:26 UTC  (7+ messages)
` [PATCH v7 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v7 09/10] iotests: Test committing to short backing file
` [PATCH v7 10/10] qcow2: Forward ZERO_WRITE flag for full preallocation

[PATCH] travis: explicitly include gnutls to ensure it is updated
 2020-04-24 15:08 UTC 

[PATCH] target/riscv: fix check of guest pa top bits
 2020-04-24 15:09 UTC 

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-24 15:04 UTC  (3+ messages)
` [PATCH RESEND v6 10/36] multi-process: build system for remote device process

[PATCH 0/5] ramfb: a bunch of reverts and fixes
 2020-04-24 14:42 UTC  (5+ messages)
` [PATCH 4/5] ramfb: add sanity checks to ramfb_create_display_surface


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