qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 09:33:01 to 2020-02-28 17:10:21 UTC [more...]

[RFC PATCH v2 00/67] Hexagon patch series
 2020-02-28 16:43 UTC  (26+ messages)
` [RFC PATCH v2 02/67] Hexagon README
` [RFC PATCH v2 03/67] Hexagon ELF Machine Definition
` [RFC PATCH v2 05/67] Hexagon register names
` [RFC PATCH v2 07/67] Hexagon CPU Scalar Core Helpers
` [RFC PATCH v2 09/67] Hexagon architecture types
` [RFC PATCH v2 10/67] Hexagon instruction and packet types
` [RFC PATCH v2 11/67] Hexagon register fields
` [RFC PATCH v2 12/67] Hexagon instruction attributes
` [RFC PATCH v2 13/67] Hexagon register map
` [RFC PATCH v2 14/67] Hexagon instruction/packet decode
` [RFC PATCH v2 15/67] Hexagon instruction printing
` [RFC PATCH v2 17/67] Hexagon arch import - macro definitions
` [RFC PATCH v2 20/67] Hexagon instruction utility functions
` [RFC PATCH v2 21/67] Hexagon generator phase 1 - C preprocessor for semantics
` [RFC PATCH v2 22/67] Hexagon generator phase 2 - qemu_def_generated.h
` [RFC PATCH v2 23/67] Hexagon generator phase 2 - qemu_wrap_generated.h
` [RFC PATCH v2 24/67] Hexagon generator phase 2 - opcodes_def_generated.h
` [RFC PATCH v2 25/67] Hexagon generator phase 2 - op_attribs_generated.h
` [RFC PATCH v2 27/67] Hexagon generator phase 2 - printinsn-generated.h
` [RFC PATCH v2 28/67] Hexagon generator phase 3 - C preprocessor for decode tree
` [RFC PATCH v2 29/67] Hexagon generater phase 4 - Decode tree
` [RFC PATCH v2 31/67] Hexagon macros to interface with the generator
` [RFC PATCH v2 33/67] Hexagon instruction classes
` [RFC PATCH v2 35/67] Hexagon TCG generation helpers - step 2
` [RFC PATCH v2 44/67] Hexagon TCG generation - step 06

[PULL 00/33] target-arm queue
 2020-02-28 16:38 UTC  (33+ messages)
` [PULL 01/33] hw/arm: Use TYPE_PL011 to create serial port
` [PULL 02/33] target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfn
` [PULL 03/33] hw/arm/integratorcp: Map the audio codec controller
` [PULL 04/33] arm_gic: Mask the un-supported priority bits
` [PULL 05/33] cpu/a9mpcore: Set number of GIC priority bits to 5
` [PULL 06/33] cpu/arm11mpcore: Set number of GIC priority bits to 4
` [PULL 07/33] target/arm: Add isar_feature_aa32_vfp_simd
` [PULL 08/33] target/arm: Rename isar_feature_aa32_fpdp_v2
` [PULL 09/33] target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
` [PULL 10/33] target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp
` [PULL 11/33] target/arm: Perform fpdp_v2 check first
` [PULL 12/33] target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
` [PULL 13/33] target/arm: Add missing checks for fpsp_v2
` [PULL 14/33] target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac
` [PULL 15/33] target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
` [PULL 16/33] target/arm: Move VLLDM and VLSTM to vfp.decode
` [PULL 17/33] target/arm: Move the vfp decodetree calls next to the base isa
` [PULL 18/33] linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP
` [PULL 19/33] target/arm: Remove ARM_FEATURE_VFP*
` [PULL 20/33] target/arm: Add formats for some vfp 2 and 3-register insns
` [PULL 21/33] target/arm: Split VFM decode
` [PULL 22/33] target/arm: Split VMINMAXNM decode
` [PULL 23/33] hw/arm/xilinx_zynq: Fix USB port instantiation
` [PULL 24/33] hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb class
` [PULL 25/33] tests/acceptance: Add a test for the N800 and N810 arm machines
` [PULL 26/33] tests/acceptance: Add a test for the integratorcp arm machine
` [PULL 27/33] tests/acceptance: Extract boot_integratorcp() from test_integratorcp()
` [PULL 28/33] tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer
` [PULL 29/33] target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0
` [PULL 30/33] target/arm: Implement v8.3-RCPC
` [PULL 31/33] target/arm: Implement v8.4-RCPC
` [PULL 32/33] target/arm: Implement ARMv8.3-CCIDX

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-02-28 16:44 UTC  (3+ messages)
` [PATCH v5 47/50] multi-process: Enable support for multiple devices in remote

[PATCH v4 0/7] target/arm: Honor more HCR_EL2 traps
 2020-02-28 16:28 UTC  (11+ messages)
` [PATCH v4 1/7] target/arm: Improve masking of HCR RES0 bits
` [PATCH v4 2/7] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
` [PATCH v4 5/7] target/arm: Honor the HCR_EL2.TPCP bit
` [PATCH v4 6/7] target/arm: Honor the HCR_EL2.TPU bit
` [PATCH v4 7/7] target/arm: Honor the HCR_EL2.TTLB bit

[PATCH v2 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-02-28 16:15 UTC  (6+ messages)
` [PATCH v2 1/5] vfio/pci: Disable INTx fast path if using split irqchip
` [PATCH v2 2/5] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PATCH v2 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [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] tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname
 2020-02-28 16:10 UTC  (2+ messages)

[PATCH 0/4] tests/acceptance: nSeries and integrator/CP tests
 2020-02-28 16:05 UTC  (2+ messages)

[PULL 00/15] Pull migration patches
 2020-02-28 16:01 UTC  (3+ messages)
` [PULL 15/15] savevm: Don't call colo_init_ram_cache twice

[PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation
 2020-02-28 15:59 UTC  (3+ messages)

[PATCH v3 00/33] Convert qemu-doc to rST
 2020-02-28 15:36 UTC  (34+ 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 07/33] qemu-doc: move system requirements chapter inside "
` [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

[PATCH 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-02-28 15:32 UTC  (4+ messages)

[PATCH 4/5] KVM: Kick resamplefd for split kernel irqchip
 2020-02-28 15:24 UTC  (4+ messages)

[PATCH] scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]
 2020-02-28 15:00 UTC 

[Bug 1865160] [NEW] Unpredictable behaviour resulting in User process faults
 2020-02-28 14:40 UTC 

[PATCH v4 00/10] vTPM for aarch64
 2020-02-28 14:49 UTC  (5+ messages)

[Bug 1865048] [NEW] qemu-img --force-share does not disable file locking
 2020-02-28 14:19 UTC  (2+ messages)
` [Bug 1865048] "

[PULL 0/5] MIPS queue for February 27th, 2020
 2020-02-28 14:02 UTC  (2+ messages)

[PATCH v3 0/4] benchmark util
 2020-02-28 13:48 UTC  (10+ messages)
` [PATCH v3 1/4] scripts/simplebench: add simplebench.py
` [PATCH v3 2/4] scripts/simplebench: add qemu/bench_block_job.py
` [PATCH v3 3/4] scripts/simplebench: add example usage of simplebench
` [PATCH v3 4/4] MAINTAINERS: add simplebench

[PATCH v2 00/18] hw: Clean up hw/i386 headers (and few alpha/hppa)
 2020-02-28 13:19 UTC  (20+ messages)
` [PATCH v2 01/18] vl: Add missing "hw/boards.h" include
` [PATCH v2 02/18] hw/southbridge/ich9: Removed unused headers
` [PATCH v2 03/18] hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
` [PATCH v2 04/18] hw/timer: Remove unused "ui/console.h" header
` [PATCH v2 05/18] hw/usb/dev-storage: "
` [PATCH v2 06/18] hw/i386/intel_iommu: Remove unused includes
` [PATCH v2 07/18] hw/alpha/alpha_sys: Remove unused "hw/ide.h" header
` [PATCH v2 08/18] hw/alpha/dp264: Include "net/net.h"
` [PATCH v2 09/18] hw/hppa/machine: "
` [PATCH v2 10/18] hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
` [PATCH v2 11/18] hw/timer/hpet: Include "exec/address-spaces.h"
` [PATCH v2 12/18] hw/pci-host/q35: Include "qemu/range.h"
` [PATCH v2 13/18] hw/i2c/smbus_ich9: "
` [PATCH v2 14/18] hw/pci-host/piix: "
` [PATCH v2 15/18] hw/acpi: Include "hw/mem/nvdimm.h"
` [PATCH v2 16/18] hw/i386: "
` [PATCH v2 17/18] hw/pci-host/q35: Remove unused includes
` [PATCH v2 18/18] hw/i386/pc: Clean up includes

[PATCH] block: Remove trailing newline in format used by error_report API
 2020-02-28 13:16 UTC  (2+ messages)

[PATCH 0/5] hw/arm: Remove big-endian checks on machine code
 2020-02-28 12:53 UTC  (6+ messages)
` [PATCH 1/5] hw/arm/gumstix: Simplify since the machines are little-endian only
` [PATCH 2/5] hw/arm/mainstone: "
` [PATCH 3/5] hw/arm/omap_sx1: "
` [PATCH 4/5] hw/arm/z2: "
` [PATCH 5/5] hw/arm/musicpal: "

[PATCH v4 0/2] virtiofsd: Fix xattr operations
 2020-02-28 12:50 UTC  (2+ messages)

[PATCH 0/2] block/qcow2: Fix bitmap reopen with 'auto-read-only' file child
 2020-02-28 12:44 UTC  (3+ messages)
` [PATCH 1/2] block: Introduce 'bdrv_reopen_commit_post' step
` [PATCH 2/2] block/qcow2: Move bitmap reopen into bdrv_reopen_commit_post

[PATCH] hw/ppc/pnv: Fix typo in comment
 2020-02-28 12:39 UTC  (2+ messages)

[PATCH] vfio: avoid SET_ACTION_TRIGGER ioctls
 2020-02-28 12:08 UTC 

[PATCH v1 0/8] qcow2: Implement zstd cluster compression method
 2020-02-28 11:59 UTC  (11+ messages)
` [PATCH v1 3/8] qcow2: add zstd cluster compression
` [PATCH v1 4/8] iotests: filter out compression_type

A problem with live migration of UEFI virtual machines
 2020-02-28 11:50 UTC  (13+ messages)
    ` [edk2-devel] "

Strange data corruption issue with gluster (libgfapi) and ZFS
 2020-02-28 11:41 UTC  (6+ messages)

[PULL 0/3] Xen queue 2020-02-27
 2020-02-28 11:19 UTC  (2+ messages)

[PATCH v2 00/20] Add qemu-storage-daemon
 2020-02-28 11:16 UTC  (2+ messages)

[Bug 1862986] [NEW] qemu-s390x crashes when run on aarch64
 2020-02-28 11:10 UTC  (2+ messages)
` [Bug 1862986] "

[PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
 2020-02-28 11:00 UTC  (2+ messages)

[PATCH] WHPX: Use QEMU values for trapped CPUID
 2020-02-28 10:59 UTC  (2+ messages)

[PATCH v2 00/13] redundant code: Fix warnings reported by Clang static code analyzer
 2020-02-28 10:55 UTC  (7+ messages)
` [PATCH v2 02/13] block/iscsi:Remove redundant statement in iscsi_open()

PATCH] WHPX: TSC get and set should be dependent on VM state
 2020-02-28 10:45 UTC  (2+ messages)

[PULL 000/136] Misc patches for 2020-02-25 (refactoring and Coccinelle edition)
 2020-02-28 10:40 UTC  (3+ messages)

[PATCH v2] hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic
 2020-02-28 10:40 UTC  (2+ messages)

[PATCH v1.1 4/5] KVM: Kick resamplefd for split kernel irqchip
 2020-02-28 10:36 UTC  (8+ messages)

[PATCH] qom/object: Comment to use g_slist_free on object_class_get_list result
 2020-02-28 10:35 UTC  (6+ messages)

[PATCH v2 0/3] tpm: fix PPI RAM migration
 2020-02-28 10:30 UTC  (8+ messages)
` [PATCH v2 3/3] savevm: check RAM is pagesize aligned

[PULL 0/7] s390x updates
 2020-02-28 10:27 UTC  (2+ messages)

Implementing IOMMU support for SDHCI
 2020-02-28 10:26 UTC  (4+ messages)

[PATCH v3 0/4] misc: Improve error reporting on Windows
 2020-02-28 10:23 UTC  (6+ messages)
` [PATCH v3 1/4] chardev: Improve error report by calling error_setg_win32()
` [PATCH v3 2/4] util/osdep: "
` [PATCH v3 3/4] qga: "
` [PATCH v3 4/4] qga: Fix a memory leak

[PATCH v2] qapi/machine: Place the 'Notes' tag after the 'Since' tag
 2020-02-28 10:17 UTC  (6+ messages)

[PATCH v2 0/6] misc: Improve error reporting on Windows
 2020-02-28  9:57 UTC  (5+ messages)
` [PATCH v2 2/6] util: Replace fprintf(stderr, "*\n" with error_report()

[PATCH] hw/smbios: add options for type 4 max_speed and current_speed
 2020-02-28  9:39 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC v5 0/5] virtio-iommu: VFIO integration
 2020-02-28  9:36 UTC  (2+ 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).