qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-24 14:05:26 to 2019-09-24 20:38:29 UTC [more...]

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2019-09-24 20:25 UTC  (4+ messages)
` [Qemu-devel] qemu_futex_wait() lockups in ARM64: 2 possible issues
    ` [Bug 1805256] "

[PATCH v3 00/25] error: auto propagated local_err
 2019-09-24 20:09 UTC  (23+ messages)
` [PATCH v3 01/25] errp: rename errp to errp_in where it is IN-argument
` [PATCH v3 02/25] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v3 03/25] net/net: fix local variable shadowing in net_client_init
` [PATCH v3 04/25] error: auto propagated local_err
` [PATCH v3 05/25] scripts: add coccinelle script to fix error_append_hint usage
` [PATCH v3 06/25] python: add commit-per-subsystem.py
` [PATCH v3 07/25] s390: Fix error_append_hint usage
` [PATCH v3 08/25] ARM TCG CPUs: "
` [PATCH v3 09/25] PowerPC "
` [PATCH v3 10/25] arm: "
` [PATCH v3 11/25] SmartFusion2: "
` [PATCH v3 12/25] PCI: "
` [PATCH v3 13/25] SCSI: "
` [PATCH v3 14/25] USB: "
` [PATCH v3 15/25] VFIO: "
` [PATCH v3 16/25] virtio: "
` [PATCH v3 18/25] block: "
` [PATCH v3 19/25] chardev: "
` [PATCH v3 21/25] QOM: "
` [PATCH v3 22/25] Migration: "
` [PATCH v3 23/25] Sockets: "
` [PATCH v3 24/25] nbd: "

[PATCH 00/25] qapi: Pay back some frontend technical debt
 2019-09-24 20:35 UTC  (56+ messages)
` [PATCH 01/25] qapi: Tighten QAPISchemaFOO.check() assertions
` [PATCH 02/25] qapi: Rename .owner to .defined_in
` [PATCH 03/25] qapi: New QAPISourceInfo, replacing dict
` [PATCH 04/25] qapi: Prefix frontend errors with an "in definition" line
` [PATCH 05/25] qapi: Clean up member name case checking
` [PATCH 06/25] qapi: Change frontend error messages to start with lower case
` [PATCH 07/25] qapi: Improve reporting of member name clashes
` [PATCH 08/25] qapi: Reorder check_FOO() parameters for consistency
` [PATCH 09/25] qapi: Improve reporting of invalid name errors
` [PATCH 10/25] qapi: Use check_name_str() where it suffices
` [PATCH 11/25] qapi: Report invalid '*' prefix like any other invalid name
` [PATCH 12/25] qapi: Move check for reserved names out of add_name()
` [PATCH 13/25] qapi: Make check_type()'s array case a bit more obvious
` [PATCH 14/25] qapi: Plumb info to the QAPISchemaMember
` [PATCH 15/25] qapi: Inline check_name() into check_union()
` [PATCH 16/25] qapi: Move context-sensitive checking to the proper place
` [PATCH 17/25] qapi: Move context-free "
` [PATCH 18/25] qapi: Improve reporting of invalid 'if' errors
` [PATCH 19/25] qapi: Improve reporting of invalid flags
` [PATCH 20/25] qapi: Improve reporting of missing / unknown definition keys
` [PATCH 21/25] qapi: Avoid redundant definition references in error messages
` [PATCH 22/25] qapi: Eliminate check_keys(), rename check_known_keys()
` [PATCH 23/25] qapi: Improve reporting of missing documentation comment
` [PATCH 24/25] qapi: Improve reporting of redefinition
` [PATCH 25/25] qapi: Improve source file read error handling

[Qemu-devel] [PATCH v6 0/8] Add Qemu to SeaBIOS LCHS interface
 2019-09-24 18:49 UTC  (2+ messages)
` [Qemu-block] "

[Qemu-devel] [PATCH] atomic failures on qemu-system-riscv64
 2019-09-24 20:04 UTC  (5+ messages)

docker: how to use it when developing on QEMU?
 2019-09-24 18:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: Fix postcopy bw for recovery
 2019-09-24 18:29 UTC  (3+ messages)

[PATCH 0/2] enhance iotest 223 coverage
 2019-09-24 19:51 UTC  (5+ messages)
` [PATCH 1/2] tests: Make iotest 223 easier to edit
` [PATCH 2/2] tests: More iotest 223 improvements

[PATCH 0/3] Acceptance tests: make better use of machine tags
 2019-09-24 19:45 UTC  (4+ messages)
` [PATCH 1/3] Acceptance test x86_cpu_model_versions: use default vm
` [PATCH 2/3] Acceptance tests: introduce utility method for tags unique vals
` [PATCH 3/3] Acceptance Tests: use avocado tags for machine type

[PATCH 0/7] target/ppc: DFP fixes and improvements
 2019-09-24 19:21 UTC  (11+ messages)
` [PATCH 1/7] target/ppc: introduce get_dfp{64,128}() helper functions
` [PATCH 2/7] target/ppc: introduce set_dfp{64,128}() "
` [PATCH 3/7] target/ppc: update {get, set}_dfp{64, 128}() helper functions to read/write DFP numbers correctly
` [PATCH 4/7] target/ppc: introduce dfp_finalize_decimal{64, 128}() helper functions
` [PATCH 5/7] target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t
` [PATCH 6/7] target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp_helper.c
` [PATCH 7/7] target/ppc: remove unnecessary if() around calls to set_dfp{64, 128}() in DFP macros

[PATCH v4 00/16] Move rom and notdirty handling to cputlb
 2019-09-24 18:25 UTC  (16+ messages)
` [PATCH v4 01/16] exec: Use TARGET_PAGE_BITS_MIN for TLB flags
` [PATCH v4 02/16] cputlb: Disable __always_inline__ without optimization
` [PATCH v4 03/16] qemu/compiler.h: Add optimize_away
` [PATCH v4 04/16] cputlb: Use optimize_away in load/store_helpers
` [PATCH v4 05/16] cputlb: Split out load/store_memop
` [PATCH v4 06/16] cputlb: Introduce TLB_BSWAP

[Qemu-devel] [PATCH v8 00/13] Add migration support for VFIO device
 2019-09-24 18:03 UTC  (9+ messages)
` [Qemu-devel] [PATCH v8 01/13] vfio: KABI for migration interface
                `  "

[Bug 1845185] [NEW] Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS2 on Windows because intl and iconv libs are not loaded
 2019-09-24 17:39 UTC  (3+ messages)
` [Bug 1845185] Re: Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS64 "

[Bug 1824704] Re: -k tr not working after v20171217! turkish keyboard dont working
 2019-09-24 17:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-09-24 17:22 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/4] Memory: Enable writeback for given memory region
` [Qemu-devel] [PATCH 3/4] migration: ram: Switch to ram block writeback
` [Qemu-devel] [PATCH 4/4] target/arm: Add support for DC CVAP & DC CVADP ins

Invalid blob size on NVDIMM hot-add (was: RE: [RFC PATCH 0/4] ARM virt: ACPI memory hotplug support)
 2019-09-24 16:38 UTC  (3+ messages)

Qemu-devel Digest, Vol 198, Issue 358
 2019-09-24 17:12 UTC 

[PATCH v1 0/6] RISC-V: Add more machine memory
 2019-09-24 17:12 UTC  (7+ messages)
` [PATCH v1 5/6] riscv/virt: Add the PFlash CFI01 device

[RFC v2 0/9] error: auto propagated local_err
 2019-09-24 16:10 UTC  (8+ messages)

[Qemu-devel] [Bug 1841990] [NEW] instruction 'denbcdq' misbehaving
 2019-09-24 15:54 UTC  (2+ messages)
` [Bug 1841990] "

[Qemu-devel] [PATCH v2] vhost-user: save features if the char dev is closed
 2019-09-24 15:56 UTC  (3+ messages)
  ` asan: false positive? (Was Re: [Qemu-devel] [PATCH v2] vhost-user: save features if the char dev is closed)

[PATCH v4 0/2] Allow memory_region_register_iommu_notifier() to fail
 2019-09-24 16:40 UTC  (4+ messages)
` [PATCH v4 1/2] vfio: Turn the container error into an Error handle

[PATCH] migration/postcopy: Recognise the recovery states as 'in_postcopy'
 2019-09-24 15:39 UTC  (2+ messages)

[PATCH v3] vhost-user: save features if the char dev is closed
 2019-09-24 16:20 UTC 

[RFC PATCH 00/12] Add SDEI support for arm64
 2019-09-24 15:39 UTC  (14+ messages)
` [RFC PATCH 01/12] linux-headers: import arm_sdei.h
` [RFC PATCH 02/12] arm/sdei: add virtual device framework
` [RFC PATCH 03/12] arm/sdei: add support to handle SDEI requests from guest
` [RFC PATCH 04/12] arm/sdei: add system reset callback
` [RFC PATCH 05/12] arm/sdei: add support to trigger event by GIC interrupt ID
` [RFC PATCH 06/12] core/irq: add qemu_irq_remove_intercept interface
` [RFC PATCH 07/12] arm/sdei: override qemu_irq handler when binding interrupt
` [RFC PATCH 08/12] arm/sdei: add support to register interrupt bind notifier
` [RFC PATCH 09/12] linux-headers/kvm.h: add capability to forward hypercall
` [RFC PATCH 10/12] arm/sdei: check KVM cap and enable SDEI
` [RFC PATCH 11/12] arm/kvm: handle guest exit of hypercall
` [RFC PATCH 12/12] virt/acpi: add SDEI table if SDEI is enabled

[PATCH] roms: Add a 'make help' target alias
 2019-09-24 15:55 UTC  (2+ messages)

[PATCH] COLO-compare: Fix incorrect `if` logic
 2019-09-24 15:35 UTC  (2+ messages)

[PATCH v3 0/6] docker: misc cleanups
 2019-09-24 15:13 UTC  (10+ messages)
` [PATCH v3 3/6] docker: remove 'deprecated' image definitions
` [PATCH v3 4/6] docker: remove unused debian-ports
` [PATCH v3 5/6] docker: remove unused debian-sid
` [PATCH v3 6/6] docker: move tests from python2 to python3

[PATCH v2 0/2] edk2 build scripts: eliminate python 2 dependency
 2019-09-24 15:28 UTC  (3+ messages)

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-09-24 15:06 UTC  (7+ messages)
` [PATCH v4 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [PATCH v4 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v4 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties

[PATCH v7 0/4] s390: stop abusing memory_region_allocate_system_memory()
 2019-09-24 14:47 UTC  (5+ messages)
` [PATCH v7 1/4] kvm: extract kvm_log_clear_one_slot
` [PATCH v7 2/4] kvm: clear dirty bitmaps from all overlapping memslots
` [PATCH v7 3/4] kvm: split too big memory section on several memslots
` [PATCH v7 4/4] s390: do not call memory_region_allocate_system_memory() multiple times

[PULL 00/16] Audio 20190924 patches
 2019-09-24 14:36 UTC  (2+ messages)

[PULL 0/4] NBD patches for 2019-09-24
 2019-09-24 14:30 UTC  (4+ messages)
` [PULL 4/4] tests: Use iothreads during iotest 223

[Qemu-devel] [PATCH v2] qapi/qmp-dispatch: Fix error class for reporting disabled commands
 2019-09-24 14:45 UTC  (6+ messages)

pcmcia support windows xp 32 bit guest
 2019-09-24 14:14 UTC 

[PATCH v4 0/8] Introduce the microvm machine type
 2019-09-24 14:12 UTC  (14+ messages)
` [PATCH v4 2/8] hw/i386: Factorize e820 related functions
` [PATCH v4 4/8] hw/i386: split PCMachineState deriving X86MachineState from it
` [PATCH v4 6/8] roms: add microvm-bios (qboot) as binary and git submodule
` [PATCH v4 8/8] hw/i386: Introduce the microvm machine type

[PATCH v2] qga: add command guest-get-devices for reporting VirtIO devices
 2019-09-24 14:19 UTC  (2+ messages)

[PATCH v2 0/2] RTC support for QEMU RISC-V virt machine
 2019-09-24 14:05 UTC  (2+ messages)

[PATCH] hw/timer/pl031: Add warning "do not use as model to implement a RTC"
 2019-09-24 14:14 UTC  (2+ messages)

illegal hardware instruction during MIPS-I ELF linux useremulation
 2019-09-24 14:14 UTC  (7+ messages)
          ` illegal hardware instruction during MIPS-I ELF linuxuseremulation

[PATCH 00/11] target/mips: Misc cleanups for September/October 2019
 2019-09-24 13:51 UTC  (13+ messages)
` [PATCH 01/11] target/mips: Clean up helper.c
` [PATCH 02/11] target/mips: Clean up internal.h
` [PATCH 03/11] target/mips: Clean up kvm_mips.h
` [PATCH 04/11] target/mips: Clean up mips-defs.h
` [PATCH 05/11] target/mips: Clean up op_helper.c
` [PATCH 06/11] target/mips: Clean up translate.c
` [PATCH 07/11] target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>
` [PATCH 08/11] target/mips: msa: Split helpers for PCNT.<B|H|W|D>
` [PATCH 09/11] target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>
` [PATCH 10/11] target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.V
` [PATCH 11/11] target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>

[PATCH 0/4] xics: Eliminate unnecessary class
 2019-09-24 14:06 UTC  (8+ messages)
` [PATCH 2/4] xics: Merge reset and realize hooks
` [PATCH 4/4] xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes

[PATCH qemu] ppc/kvm: Skip writing DPDES back when in run time state
 2019-09-24 13:18 UTC  (2+ messages)

pcmcia support in windows xp guest
 2019-09-24 12:45 UTC 

[Qemu-devel] qemu_futex_wait() lockups in ARM64: 2 possible issues
 2019-09-11 13:17 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).