qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-02 07:25:05 to 2020-03-02 16:56:26 UTC [more...]

[PULL 000/136] Misc patches for 2020-02-25 (refactoring and Coccinelle edition)
 2020-03-02 16:55 UTC  (4+ messages)
` [PULL 012/136] arm/cubieboard: use memdev for RAM

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-02 16:53 UTC  (5+ messages)

[PATCH v2 00/14] tests/vm: Add support for aarch64 VMs
 2020-03-02 16:38 UTC  (2+ messages)

[PATCH] memory: Fix start offset for bitmap log_clear hook
 2020-03-02 16:34 UTC  (4+ messages)

RFC: Split EPT huge pages in advance of dirty logging
 2020-03-02 16:28 UTC  (10+ messages)

[PATCH 0/8] target/arm: Misc cleanups surrounding TBI
 2020-03-02 16:24 UTC  (13+ messages)
` [PATCH 1/8] target/arm: Replicate TBI/TBID bits for single range regimes
` [PATCH 2/8] target/arm: Optimize cpu_mmu_index
  ` [PATCH 3/8] target/arm: Apply TBI to ESR_ELx in helper_exception_return
  ` [PATCH 4/8] target/arm: Move helper_dc_zva to helper-a64.c
  ` [PATCH 5/8] target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva

[PATCH] icount: make dma reads deterministic
 2020-03-02 16:19 UTC  (2+ messages)

[PATCH v1 0/4] hw/arm/cubieboard: correct CPU type and add machine argument checks
 2020-03-02 16:06 UTC  (10+ messages)
` [PATCH v1 1/4] hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definition
` [PATCH v1 2/4] hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8
` [PATCH v1 3/4] hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiB
` [PATCH v1 4/4] hw/arm/cubieboard: report error when using unsupported -bios argument

[PATCH v3 1/3] tests/vhost-user-bridge: move to contrib/
 2020-03-02 15:46 UTC  (3+ messages)
` [PATCH v3 2/3] virtiofsd: add it to the tools list
` [PATCH v3 3/3] travis: enable tools build on OS X

[PATCH v0 0/2] allow to set 'drive' property on a realized block device
 2020-03-02 15:39 UTC  (4+ messages)

[PATCH] scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]
 2020-03-02 15:38 UTC  (2+ messages)

[PATCH] console: make QMP screendump use coroutine
 2020-03-02 15:36 UTC  (9+ messages)

[RFC] QEMU Gating CI
 2020-03-02 15:27 UTC  (7+ messages)

[PATCH v3 00/15] Ram blocks with resizeable anonymous allocations under POSIX
 2020-03-02 15:27 UTC  (4+ messages)
` [PATCH v3 15/15] exec: "

[PATCH v5 00/12] target/arm: Honor more HCR_EL2 traps
 2020-03-02 15:22 UTC  (2+ messages)

[PATCH v2 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-03-02 15:10 UTC  (6+ messages)
` [PATCH v2 4/5] KVM: Kick resamplefd for split kernel irqchip
` [PATCH v2 5/5] Revert "vfio/pci: Disable INTx fast path if using split irqchip"

[PATCH] block/qcow2-threads: fix qcow2_decompress
 2020-03-02 15:09 UTC 

[PATCH v3 12/15] util: vfio-helpers: Implement ram_block_resized()
 2020-03-02 15:01 UTC  (4+ messages)

[PATCH] linux-user: Add an argument QEMU_MMAP_BASE to set custom mmap base address in qemu user mode
 2020-03-02 14:56 UTC  (3+ messages)

[PULL 0/2] Vga 20200302 patches
 2020-03-02 14:55 UTC  (4+ messages)
` [PULL 1/2] Arithmetic error in EDID generation fixed
` [PULL 2/2] qxl: map rom r/o

[PATCH] linux-user: Add AT_EXECFN and AT_EXECFD auxval
 2020-03-02 14:38 UTC  (2+ messages)

[PATCH v3 0/6] delay timer_new from init to realize to fix memleaks
 2020-03-02 14:34 UTC  (6+ messages)
` [PATCH v3 1/6] s390x: fix memleaks in cpu_finalize
` [PATCH v3 5/6] hw/misc/mos6522: move timer_new from init() into realize() to avoid memleaks

USB passthrough using qemu commandline method in libvirt
 2020-03-02  4:58 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
 2020-03-02  5:12 UTC  (3+ messages)

[PATCH v3 00/12] redundant code: Fix warnings reported by Clang static code analyzer
 2020-03-02 14:19 UTC  (15+ messages)
` [PATCH v3 01/12] block/stream: Remove redundant statement in stream_run()
` [PATCH v3 02/12] block/iscsi:Remove redundant statement in iscsi_open()
` [PATCH v3 03/12] block/file-posix: Remove redundant statement in raw_handle_perm_lock()
` [PATCH v3 04/12] scsi/esp-pci: Remove redundant statement in esp_pci_io_write()
` [PATCH v3 05/12] scsi/scsi-disk: Remove redundant statement in scsi_disk_emulate_command()
` [PATCH v3 06/12] display/pxa2xx_lcd: Remove redundant statement in pxa2xx_palette_parse()
` [PATCH v3 07/12] display/exynos4210_fimd: Remove redundant statement in exynos4210_fimd_update()
` [PATCH v3 08/12] display/blizzard: Remove redundant statement in blizzard_draw_line16_32()
` [PATCH v3 09/12] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
` [PATCH v3 10/12] timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write()
` [PATCH v3 11/12] usb/hcd-ehci: Remove redundant statements
` [PATCH v3 12/12] monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups()

[PATCH v3 00/33] Convert qemu-doc to rST
 2020-03-02 14:18 UTC  (69+ messages)
` [PATCH v3 01/33] qemu-doc: convert user-mode emulation to a separate Sphinx manual
` [PATCH v3 02/33] qemu-doc: remove target OS documentation
` [PATCH v3 03/33] texi2pod: parse @include directives outside "@c man" blocks
` [PATCH v3 04/33] qemu-doc: split CPU models doc between MIPS and x86 parts
` [PATCH v3 05/33] qemu-doc: split qemu-doc.texi in multiple files
` [PATCH v3 06/33] qemu-doc: extract common system emulator documentation from the PC section
` [PATCH v3 08/33] qemu-doc: split target sections to separate files
` [PATCH v3 09/33] qemu-doc: Remove the "CPU emulation" part of the "Implementation notes"
` [PATCH v3 10/33] qemu-doc: move qemu-tech.texi into main section
` [PATCH v3 11/33] qemu-doc: move included files to docs/system
` [PATCH v3 12/33] qemu-doc: remove indices other than findex
` [PATCH v3 13/33] docs/system: put qemu-block-drivers body in an included file
` [PATCH v3 14/33] docs: Create defs.rst.inc as a place to define substitutions
` [PATCH v3 15/33] docs/system: Convert qemu-cpu-models.texi to rST
` [PATCH v3 16/33] docs/system: Convert security.texi to rST format
` [PATCH v3 17/33] docs/system: convert managed startup to rST
` [PATCH v3 18/33] docs/system: convert the documentation of deprecated features "
` [PATCH v3 19/33] docs/system: convert Texinfo documentation "
` [PATCH v3 20/33] hmp-commands.hx: Add rST documentation fragments
` [PATCH v3 21/33] hmp-commands-info.hx: "
` [PATCH v3 22/33] doc/scripts/hxtool.py: Strip trailing ':' from DEFHEADING/ARCHHEADING
` [PATCH v3 23/33] docs: Roll semihosting option information into qemu-options.hx
` [PATCH v3 24/33] docs: Roll -prom-env and -g target-specific info "
` [PATCH v3 25/33] scripts/hxtool-conv: Archive script used in qemu-options.hx conversion
` [PATCH v3 26/33] qemu-options.hx: Add rST documentation fragments
` [PATCH v3 27/33] qemu-options.hx: Fix up the autogenerated rST
` [PATCH v3 28/33] docs: Split out sections for the manpage into .rst.inc files
` [PATCH v3 29/33] docs: Generate qemu.1 manpage with Sphinx
` [PATCH v3 30/33] ui/cocoa.m: Update documentation file and pathname
` [PATCH v3 31/33] docs: Stop building qemu-doc
` [PATCH v3 32/33] docs: Remove old texinfo sources
` [PATCH v3 33/33] *.hx: Remove all the STEXI/ETEXI blocks

[PULL 00/23] Net patches
 2020-03-02 14:11 UTC  (25+ messages)
` [PULL 01/23] dp8393x: Mask EOL bit from descriptor addresses
` [PULL 02/23] dp8393x: Always use 32-bit accesses
` [PULL 03/23] dp8393x: Clean up endianness hacks
` [PULL 04/23] dp8393x: Have dp8393x_receive() return the packet size
` [PULL 05/23] dp8393x: Update LLFA and CRDA registers from rx descriptor
` [PULL 06/23] dp8393x: Clear RRRA command register bit only when appropriate
` [PULL 07/23] dp8393x: Implement packet size limit and RBAE interrupt
` [PULL 08/23] dp8393x: Don't clobber packet checksum
` [PULL 09/23] dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
` [PULL 10/23] dp8393x: Pad frames to word or long word boundary
` [PULL 11/23] dp8393x: Clear descriptor in_use field to release packet
` [PULL 12/23] dp8393x: Always update RRA pointers and sequence numbers
` [PULL 13/23] dp8393x: Don't reset Silicon Revision register
` [PULL 14/23] dp8393x: Don't stop reception upon RBE interrupt assertion
` [PULL 15/23] e1000e: Avoid hw_error if legacy mode used
` [PULL 16/23] NetRxPkt: Introduce support for additional hash types
` [PULL 17/23] NetRxPkt: fix hash calculation of IPV6 TCP
` [PULL 18/23] hw: net: cadence_gem: Fix build errors in DB_PRINT()
` [PULL 19/23] block/replication.c: Ignore requests after failover
` [PULL 20/23] tests/test-replication.c: Add test for for secondary node continuing replication
` [PULL 21/23] net/filter.c: Add Options to insert filters anywhere in the filter list
` [PULL 22/23] colo: Update Documentation for continuous replication
` [PULL 23/23] l2tpv3: fix RFC number typo in qemu-options.hx

[PATCH v2] hw/smbios: add options for type 4 max-speed and current-speed
 2020-03-02 13:52 UTC  (2+ messages)

[PATCH v2 0/2] cmd646: remove pci_cmd646_ide_init() function
 2020-03-02 13:39 UTC  (4+ messages)
` [PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

[PATCH v2 1/2] tests/vhost-user-bridge: move to contrib/
 2020-03-02 13:25 UTC  (8+ messages)

qemu-system-x86_64: warning: Unknown X11 keycode mapping '<null>'
 2020-03-02 13:03 UTC  (4+ messages)

[PATCH v2 0/4] qcow2: Implement zstd cluster compression method
 2020-03-02 13:02 UTC  (10+ messages)
` [PATCH v2 1/4] qcow2: introduce compression type feature
` [PATCH v2 2/4] qcow2: rework the cluster compression routine
` [PATCH v2 3/4] qcow2: add zstd cluster compression
` [PATCH v2 4/4] iotests: 287: add qcow2 compression type test

[PULL 0/8] tcg patch queue
 2020-03-02 13:00 UTC  (2+ messages)

A problem with live migration of UEFI virtual machines
 2020-03-02 12:32 UTC  (9+ messages)
    ` [edk2-devel] "

[PATCH v3 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-02 12:18 UTC  (10+ messages)
` [PATCH v3 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v3 2/6] hw/arm/virt: Introduce VirtGICType enum type
` [PATCH v3 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v3 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v3 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
` [PATCH v3 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work

[PATCH v3 0/4] Add extra information to versioned CPU models
 2020-03-02 12:01 UTC  (7+ messages)
` [PATCH v3 2/4] target/i386: Remove monitor from some "
` [PATCH v3 4/4] target/i386: Add notes for versioned "

[PATCH 0/5] hw/arm: Remove big-endian checks on machine code
 2020-03-02 11:44 UTC  (2+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-03-02 11:42 UTC  (15+ messages)
          ` R: "

[PATCH v3 0/2] hw/arm/smmu-common: Avoid smmu_find_smmu_pcibus return dangling pointer
 2020-03-02 11:35 UTC  (2+ messages)

[PATCH] hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
 2020-03-02 11:34 UTC  (4+ messages)

[PATCH v1 0/2] hw/arm: versal: Add the LPD zDMAs
 2020-03-02 11:22 UTC  (6+ messages)
` [PATCH v1 1/2] hw/arm: versal: Add support for the LPD ADMAs
` [PATCH v1 2/2] hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodes

[PATCH] block: make BlockConf.*_size properties 32-bit
 2020-03-02 10:55 UTC  (6+ messages)

[PULL 0/4] Machine queue, 2020-02-28
 2020-03-02 10:45 UTC  (2+ messages)

[PATCH] vhost-vsock: fix error message output
 2020-03-02 10:29 UTC  (2+ messages)

[PATCH v3 0/4] misc: Improve error reporting on Windows
 2020-03-02 10:08 UTC  (2+ messages)

[PATCH 0/5] nbd: reduce max_block restrictions
 2020-03-02 10:05 UTC  (6+ messages)
` [PATCH 1/5] block/nbd-client: drop max_block restriction from block_status
` [PATCH 2/5] block/nbd-client: drop max_block restriction from discard
` [PATCH 3/5] block: add max_pwrite_zeroes_no_fallback to BlockLimits
` [PATCH 4/5] block/io: fix bdrv_co_do_pwrite_zeroes head calculation
` [PATCH 5/5] block/io: auto-no-fallback for write-zeroes

[PULL 0/9] target/hppa patch queue
 2020-03-02  9:50 UTC  (4+ messages)
` [PULL 4/9] hw/display/artist: Avoid drawing line when nothing to display

[PATCH 0/3] Make hcd-xhci independent of pci hooks
 2020-03-02  9:35 UTC  (4+ messages)
` [PATCH 1/3] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model

[PATCH] hw/smbios: add options for type 4 max_speed and current_speed
 2020-03-02  8:33 UTC  (7+ messages)

[PULL 00/15] Pull migration patches
 2020-03-02  8:32 UTC  (5+ messages)
` [PULL 06/15] configure: Enable test and libs for zstd

[PATCH 0/2] Implement "non 100% native mode" in via-ide
 2020-03-02  8:10 UTC  (5+ messages)
` [PATCH 1/2] ide: Make room for flags in PCIIDEState and add one for legacy IRQ routing

[PATCH v3] i386: Fix GCC warning with snprintf when HAX is enabled
 2020-03-02  8:03 UTC  (4+ messages)

[PATCH v2 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-02  7:55 UTC  (4+ messages)
` [PATCH v2 6/6] "

[PATCH v2] Arithmetic error in EDID generation fixed
 2020-03-02  7:45 UTC  (3+ messages)

[PULL 00/23] Net patches
 2020-03-02  7:39 UTC  (3+ messages)
` [PULL 01/23] dp8393x: Mask EOL bit from descriptor addresses
` [PULL 02/23] dp8393x: Always use 32-bit accesses


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