qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 06:49:38 to 2019-10-01 16:21:38 UTC [more...]

[PATCH v4 00/31] error: auto propagated local_err
 2019-10-01 15:53 UTC  (24+ messages)
` [PATCH v4 01/31] errp: rename errp to errp_in where it is IN-argument
` [PATCH v4 02/31] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v4 03/31] net/net: fix local variable shadowing in net_client_init
` [PATCH v4 06/31] python: add commit-per-subsystem.py
` [PATCH v4 07/31] s390: Fix error_append_hint/error_prepend usage
` [PATCH v4 08/31] ARM TCG CPUs: "
` [PATCH v4 09/31] PowerPC "
` [PATCH v4 10/31] arm: "
` [PATCH v4 11/31] SmartFusion2: "
` [PATCH v4 12/31] ASPEED BMCs: "
` [PATCH v4 13/31] Boston: "
` [PATCH v4 14/31] PowerNV (Non-Virtualized): "
` [PATCH v4 15/31] PCI: "
` [PATCH v4 16/31] SCSI: "
` [PATCH v4 17/31] USB: "
` [PATCH v4 18/31] VFIO: "
` [PATCH v4 24/31] chardev: "
` [PATCH v4 25/31] cmdline: "
` [PATCH v4 26/31] QOM: "
` [PATCH v4 27/31] Migration: "
` [PATCH v4 28/31] Sockets: "
` [PATCH v4 30/31] PVRDMA: "
` [PATCH v4 31/31] ivshmem: "

[PATCH ci-fix 0/8] fix various memory leaks (but not all)
 2019-10-01 15:58 UTC  (18+ messages)
` [PATCH 1/8] ide: fix leak from qemu_allocate_irqs
` [PATCH 2/8] microblaze: fix leak of fdevice tree blob
` [PATCH 3/8] mcf5208: fix leak from qemu_allocate_irqs
` [PATCH 4/8] hppa: fix leak from g_strdup_printf
` [PATCH 5/8] mips: fix memory leaks in board initialization
` [PATCH 6/8] cris: do not leak struct cris_disasm_data
` [PATCH 7/8] lm32: do not leak memory on object_new/object_unref
` [PATCH 8/8] docker: test-debug: disable LeakSanitizer

[Qemu-devel] [PATCH v2 0/3] some fix in tests/migration
 2019-10-01 15:46 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/3] tests/migration: mem leak fix
  `  "
` [Qemu-devel] [PATCH v2 2/3] tests/migration: fix a typo in comment
  `  "
` [Qemu-devel] [PATCH v2 3/3] tests/migration:fix unreachable path in stress test
  `  "

[PATCHv2] slirp: Allow non-local DNS address when restrict is off
 2019-10-01 15:44 UTC  (2+ messages)

[PATCH] slirp: Allow non-local DNS address when restrict is off
 2019-10-01 15:39 UTC 

[PATCH v4 00/18] target/s390: Use tcg unwinding for ilen
 2019-10-01 15:30 UTC  (7+ messages)
` [PATCH v4 02/18] target/s390x: Remove ilen parameter from tcg_s390_program_interrupt
` [PATCH v4 09/18] target/s390x: Return exception from mmu_translate

[PATCH v2 00/20] target/mips: Misc cleanups for September/October 2019
 2019-10-01 15:26 UTC  (2+ messages)

Lockup with --accel tcg,thread=single
 2019-10-01 15:28 UTC  (9+ messages)

[PULL 00/18] MIPS queue for October 1st, 2019
 2019-10-01 15:15 UTC  (19+ messages)
` [PULL 01/18] target/mips: Clean up internal.h
` [PULL 02/18] target/mips: Clean up kvm_mips.h
` [PULL 03/18] target/mips: Clean up mips-defs.h
` [PULL 04/18] target/mips: Clean up translate.c
` [PULL 05/18] target/mips: msa: Split helpers for <NLOC|NLZC>.<B|H|W|D>
` [PULL 06/18] target/mips: msa: Split helpers for PCNT.<B|H|W|D>
` [PULL 07/18] target/mips: msa: Split helpers for BINS<L|R>.<B|H|W|D>
` [PULL 08/18] target/mips: msa: Unroll loops and demacro <BMNZ|BMZ|BSEL>.V
` [PULL 09/18] target/mips: msa: Split helpers for B<CLR|NEG|SEL>.<B|H|W|D>
` [PULL 10/18] target/mips: msa: Split helpers for AVE_<S|U>.<B|H|W|D>
` [PULL 11/18] target/mips: msa: Split helpers for AVER_<S|U>.<B|H|W|D>
` [PULL 12/18] target/mips: msa: Split helpers for CEQ.<B|H|W|D>
` [PULL 13/18] target/mips: msa: Split helpers for CLE_<S|U>.<B|H|W|D>
` [PULL 14/18] target/mips: msa: Split helpers for CLT_<S|U>.<B|H|W|D>
` [PULL 15/18] target/mips: msa: Split helpers for DIV_<S|U>.<B|H|W|D>
` [PULL 16/18] target/mips: msa: Split helpers for MOD_<S|U>.<B|H|W|D>
` [PULL 17/18] target/mips: msa: Simplify and move helper for MOVE.V
` [PULL 18/18] target/mips: msa: Move helpers for <AND|NOR|OR|XOR>.V

bitmap migration bug with -drive while block mirror runs
 2019-10-01 15:27 UTC  (19+ messages)

ptimer use of bottom-half handlers
 2019-10-01 15:03 UTC  (3+ messages)

[PATCH] user-exec: Do not filter the signal on si_code
 2019-10-01 14:58 UTC  (7+ messages)

[PATCH 0/3] Some win32 fixes
 2019-10-01 14:43 UTC  (12+ messages)
` [PATCH 1/3] util: WSAEWOULDBLOCK on connect should map to EINPROGRESS
` [PATCH 2/3] tests: skip serial test on windows
` [PATCH 3/3] win32: fix main-loop busy loop on socket/fd event

[PATCH] x86: Add CPUID KVM support for new instruction WBNOINVD
 2019-10-01 14:20 UTC  (4+ messages)

[PATCH v2 0/2] qapi: Add detection for the 'savevm' fix for blockdev
 2019-10-01 14:17 UTC  (4+ messages)
` [PATCH v2 1/2] qapi: Add feature flags to commands in qapi introspection

[PATCH] tests/docker: only enable ubsan for test-clang
 2019-10-01 14:14 UTC 

[PATCH v5 0/9] target/arm/kvm: enable SVE in guests
 2019-10-01 13:58 UTC  (12+ messages)
` [PATCH v5 1/9] target/arm/monitor: Introduce qmp_query_cpu_model_expansion
` [PATCH v5 2/9] tests: arm: Introduce cpu feature tests
` [PATCH v5 3/9] target/arm: Allow SVE to be disabled via a CPU property
` [PATCH v5 4/9] target/arm/cpu64: max cpu: Introduce sve<N> properties
` [PATCH v5 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve
` [PATCH v5 6/9] target/arm/kvm64: max cpu: Enable SVE when available
` [PATCH v5 7/9] target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
` [PATCH v5 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM
` [PATCH v5 9/9] target/arm/kvm: host cpu: Add support for sve<N> properties

[Qemu-devel] [Bug 1844597] [NEW] fc1120a7f5f2d4b601003205c598077d3eb11ad2 causes a kernel panic in vfp_init on a clang built kernel
 2019-10-01 13:43 UTC  (2+ messages)
` [Bug 1844597] "

[PATCH] virtio-net: prevent offloads reset on migration
 2019-10-01 12:18 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/19] Declare device little or big endian
 2019-10-01 13:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH 11/19] hw/ipack: "

[PATCH v15 0/5] backup-top filter driver for backup
 2019-10-01 13:14 UTC  (6+ messages)
` [PATCH v15 1/5] block/backup: move in-flight requests handling from backup to block-copy
` [PATCH v15 2/5] block/backup: move write_flags calculation inside backup_job_create
` [PATCH v15 3/5] block/block-copy: split block_copy_set_callbacks function
` [PATCH v15 4/5] block: introduce backup-top filter driver
` [PATCH v15 5/5] block/backup: use backup-top instead of write notifiers

[PULL 00/28] testing updates (docker,podman,tcg,alpha)
 2019-10-01 13:04 UTC  (4+ messages)
` [PULL 09/28] tests/docker: add sanitizers back to clang build

header not included but used in vl.c
 2019-10-01 12:56 UTC  (2+ messages)

[PULL 0/5] qtest and misc patches
 2019-10-01 12:53 UTC  (7+ messages)
` [PULL 1/5] tests: fix usb-hcd-ehci-test compilation
` [PULL 2/5] tests: fix echi/ehci typo
` [PULL 3/5] hw/m68k/next-cube: Avoid static RTC variables and introduce control register
` [PULL 4/5] hw/core/loader: Fix possible crash in rom_copy()
` [PULL 5/5] Disallow colons in the parameter of "-accel"

[PULL 00/27] QAPI patches for 2019-09-28
 2019-10-01 12:13 UTC  (3+ messages)

header not included but used in vl.c
 2019-10-01 12:06 UTC 

[PATCH] qemu-doc: Remove paragraph about requiring a HD image with -kernel
 2019-10-01 12:04 UTC  (3+ messages)

[PATCH] spapr/xive: skip partially initialized vCPUs in presenter
 2019-10-01 11:56 UTC  (3+ messages)

[PATCH v2 00/33] spapr: IRQ subsystem cleanup
 2019-10-01 11:43 UTC  (13+ messages)
` [PATCH v2 21/33] spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptController

Qemu Dirty Bitmap backup to encrypted target
 2019-10-01 11:43 UTC  (4+ messages)

Thoughts on VM fence infrastructure
 2019-10-01 11:38 UTC  (17+ messages)

[PULL 00/12] s390x qemu updates 20190930
 2019-10-01 10:40 UTC  (2+ messages)

[PATCH 0/3] migration/postcopy: cleanup related to postcopy
 2019-10-01 10:01 UTC  (4+ messages)
` [PATCH 1/3] migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup
` [PATCH 2/3] migration/postcopy: not necessary to do postcopy_ram_incoming_cleanup when state is ADVISE
` [PATCH 3/3] migration/postcopy: handle POSTCOPY_INCOMING_RUNNING corner case properly

[PATCH 00/19] hw/arm/raspi: Improve Raspberry Pi 2/3 reliability
 2019-10-01  9:51 UTC  (3+ messages)
` [PATCH 12/19] hw/arm/bcm2835_peripherals: Add Clock/Power/Reset Manager blocks

[PATCH] slirp: Allow non-local DNS address when restrict is off
 2019-10-01  9:31 UTC  (3+ messages)

[PATCH v3 00/25] error: auto propagated local_err
 2019-10-01  9:19 UTC  (9+ messages)
` [PATCH v3 04/25] "

[RFC] cpu_map: Remove pconfig from Icelake-Server CPU model
 2019-10-01  9:20 UTC  (5+ messages)

[Qemu-devel] [PATCH] migration: use migration_is_active to represent active state
 2019-10-01  9:17 UTC  (3+ messages)

[PATCH] hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c
 2019-10-01  9:17 UTC  (3+ messages)

[PATCH v1 0/5] s390x/mmu: Implement more facilities
 2019-10-01  9:06 UTC  (12+ messages)
` [PATCH v1 1/5] s390x/mmu: Add EDAT2 translation support
` [PATCH v1 2/5] s390x/mmu: Implement ESOP-2 and access-exception-fetch/store-indication facility
` [PATCH v1 3/5] s390x/mmu: Implement Instruction-Execution-Protection Facility

[PATCH] linux-user: add strace for dup3
 2019-10-01  9:06 UTC  (2+ messages)

[PATCH v4 0/8] Introduce the microvm machine type
 2019-10-01  8:56 UTC  (5+ messages)
` [PATCH v4 8/8] hw/i386: "

[PATCH v3 0/7] s390x/mmu: DAT translation rewrite
 2019-10-01  8:24 UTC  (9+ messages)
` [PATCH v3 6/7] s390x/mmu: DAT table definition overhaul
` [PATCH v3 7/7] s390x/mmu: Convert to non-recursive page table walk

[Qemu-devel] [for-4.2 PATCH 3/6] replay: update docs for record/replay with block devices
 2019-10-01  8:22 UTC  (13+ messages)
                `  "

Arch info lost in "info cpus"
 2019-10-01  7:58 UTC  (5+ messages)

[Qemu-devel] [PATCH] migration: check length directly to make sure the range is aligned
 2019-10-01  7:54 UTC  (5+ messages)

[PATCH v4 0/9] target/arm/kvm: enable SVE in guests
 2019-10-01  6:53 UTC  (3+ messages)
` [PATCH v4 5/9] target/arm/kvm64: Add kvm_arch_get/put_sve


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