qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-01 12:09:05 to 2020-03-02 13:01:47 UTC [more...]

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

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

[PATCH] icount: make dma reads deterministic
 2020-03-02 12:59 UTC 

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

[PATCH v3 00/33] Convert qemu-doc to rST
 2020-03-02 12:42 UTC  (68+ 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

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

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

[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 0/8] target/arm: Misc cleanups surrounding TBI
 2020-03-02 12:10 UTC  (12+ 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 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 v2 0/4] qcow2: Implement zstd cluster compression method
 2020-03-02 11:29 UTC  (9+ 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

[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 v2] hw/smbios: add options for type 4 max-speed and current-speed
 2020-03-02  9:29 UTC 

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

[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  (15+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode
` [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  (16+ messages)
` [PATCH v2 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v2 2/6] hw/arm/virt: Use VIRT_GIC_VERSION defines
` [PATCH v2 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v2 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v2 5/6] hw/arm/virt: kvm: Check the chosen gic version is supported by the host
` [PATCH v2 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work

[PULL 00/23] Net patches
 2020-03-02  7:40 UTC  (24+ 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] 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

[PATCH] l2tpv3: fix RFC number typo in qemu-options.hx
 2020-03-02  5:48 UTC  (3+ messages)

[PATCH V3] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-02  4:24 UTC 

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

[PATCH] virtio-serial-bus: do cleanup on the error path in realize() to avoid memleaks
 2020-03-02  4:09 UTC 

[Bug 521994] Re: Windows 98 doesn't detect mouse on qemu and SeaBIOS
 2020-03-02  0:13 UTC 

[PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
 2020-03-02  1:38 UTC  (3+ messages)

[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-01 21:50 UTC  (19+ messages)
` [PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
` [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller
` [PATCH v6 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v6 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v6 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v6 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v6 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v6 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v6 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v6 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PATCH v6 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot "
` [PATCH v6 18/18] docs: add Orange Pi PC document

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

[PATCH] i386: Fix GCC warning with snprintf when HAX is enabled
 2020-03-01 18:36 UTC  (2+ messages)

[PATCH] hw/ide: Remove status register read side effect
 2020-03-01 18:02 UTC  (10+ messages)

[PATCH 0/3] Wire up USB controllers on fsl-imx6 and fsl-imx6ul
 2020-03-01 17:04 UTC  (4+ messages)
` [PATCH 1/3] Add dummy i.MXS STMP register support
` [PATCH 2/3] arm: fsl-imx6ul: Wire up USB controllers
` [PATCH 3/3] hw/arm/fsl-imx6: "

[Bug 1865350] [NEW] fstrim not working with image mounted to path?
 2020-03-01 15:22 UTC 

[Bug 1865348] [NEW] virsh domfsinfo testdom crashes the guest agent
 2020-03-01 14:54 UTC 

[Question] About GET LBA STATUS(16) support in qemu scsi emulation layer
 2020-03-01 13:01 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).