qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-16 15:23:41 to 2018-10-17 08:27:31 UTC [more...]

[Qemu-devel] [PATCH v4 00/38] Replace some unwise uses of error_report() & friends
 2018-10-17  8:26 UTC  (27+ messages)
` [Qemu-devel] [PATCH v4 01/38] error: Fix use of error_prepend() with &error_fatal, &error_abort
` [Qemu-devel] [PATCH v4 02/38] Use error_fatal to simplify obvious fatal errors (again)
` [Qemu-devel] [PATCH v4 03/38] block: Use warn_report() & friends to report warnings
` [Qemu-devel] [PATCH v4 06/38] vfio: Clean up error reporting after previous commit
` [Qemu-devel] [PATCH v4 08/38] 9pfs: Fix CLI parsing crash on error
` [Qemu-devel] [PATCH v4 11/38] smbios: Clean up error handling in smbios_add()
` [Qemu-devel] [PATCH v4 12/38] migration: Fix !replay_can_snapshot() error handling
` [Qemu-devel] [PATCH v4 13/38] l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
` [Qemu-devel] [PATCH v4 14/38] net/socket: Fix invalid socket type error handling
` [Qemu-devel] [PATCH v4 15/38] numa: Fix QMP command set-numa-node "
` [Qemu-devel] [PATCH v4 16/38] xen/pt: Fix incomplete conversion to realize()
` [Qemu-devel] [PATCH v4 18/38] vl: Clean up error reporting in parse_add_fd()
` [Qemu-devel] [PATCH v4 19/38] qom: Clean up error reporting in user_creatable_add_opts_foreach()
` [Qemu-devel] [PATCH v4 20/38] vl: Clean up error reporting in chardev_init_func()
` [Qemu-devel] [PATCH v4 21/38] vl: Clean up error reporting in machine_set_property()
` [Qemu-devel] [PATCH v4 22/38] vl: Clean up error reporting in mon_init_func()
` [Qemu-devel] [PATCH v4 23/38] vl: Clean up error reporting in parse_fw_cfg()
` [Qemu-devel] [PATCH v4 24/38] vl: Clean up error reporting in device_init_func()
` [Qemu-devel] [PATCH v4 27/38] vnc: Clean up error reporting in vnc_init_func()
` [Qemu-devel] [PATCH v4 28/38] numa: Clean up error reporting in parse_numa()
` [Qemu-devel] [PATCH v4 29/38] tpm: Clean up error reporting in tpm_init_tpmdev()
` [Qemu-devel] [PATCH v4 30/38] spice: Clean up error reporting in add_channel()
` [Qemu-devel] [PATCH v4 32/38] vl: Assert drive_new() does not fail in default_drive()
` [Qemu-devel] [PATCH v4 33/38] blockdev: Convert drive_new() to Error
` [Qemu-devel] [PATCH v4 34/38] vl: Fix exit status for -drive format=help
` [Qemu-devel] [PATCH v4 35/38] vl: Simplify call of parse_name()

[Qemu-devel] [PATCH v2 0/4] Introduce attributes for timers subsystem and remove QEMU_CLOCK_VIRTUAL_EXT clock type
 2018-10-17  8:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] Revert some patches from recent [PATCH v6] "Fixing record/replay and adding reverse debugging"
` [Qemu-devel] [PATCH v2 2/4] Introduce attributes to qemu timer subsystem
` [Qemu-devel] [PATCH v2 3/4] Restores record/replay behavior related to special virtual clock processing for timers used in external subsystems
` [Qemu-devel] [PATCH v2 4/4] Optimize record/replay checkpointing for all clocks it applies to

[Qemu-devel] [PATCH v3 00/38] Replace some unwise uses of error_report() & friends
 2018-10-17  8:19 UTC  (44+ messages)
` [Qemu-devel] [PATCH v3 01/38] error: Fix use of error_prepend() with &error_fatal, &error_abort
` [Qemu-devel] [PATCH v3 02/38] Use error_fatal to simplify obvious fatal errors (again)
` [Qemu-devel] [PATCH v3 03/38] block: Use warn_report() & friends to report warnings
` [Qemu-devel] [PATCH v3 04/38] cpus hw target: "
` [Qemu-devel] [PATCH v3 05/38] vfio: "
` [Qemu-devel] [PATCH v3 06/38] vfio: Clean up error reporting after previous commit
` [Qemu-devel] [PATCH v3 07/38] char: Use error_printf() to print help and such
` [Qemu-devel] [PATCH v3 08/38] 9pfs: Fix CLI parsing crash on error
` [Qemu-devel] [PATCH v3 09/38] pc: Fix machine property nvdimm-persistence error handling
` [Qemu-devel] [PATCH v3 10/38] ioapic: Fix error handling in realize()
` [Qemu-devel] [PATCH v3 11/38] smbios: Clean up error handling in smbios_add()
` [Qemu-devel] [PATCH v3 12/38] migration: Fix !replay_can_snapshot() error handling
` [Qemu-devel] [PATCH v3 13/38] l2tpv3: Improve -netdev/netdev_add/-net/... error reporting
` [Qemu-devel] [PATCH v3 14/38] net/socket: Fix invalid socket type error handling
` [Qemu-devel] [PATCH v3 15/38] numa: Fix QMP command set-numa-node "
` [Qemu-devel] [PATCH v3 16/38] xen/pt: Fix incomplete conversion to realize()
` [Qemu-devel] [PATCH v3 17/38] seccomp: Clean up error reporting in parse_sandbox()
` [Qemu-devel] [PATCH v3 18/38] vl: Clean up error reporting in parse_add_fd()
` [Qemu-devel] [PATCH v3 19/38] qom: Clean up error reporting in user_creatable_add_opts_foreach()
` [Qemu-devel] [PATCH v3 20/38] vl: Clean up error reporting in chardev_init_func()
` [Qemu-devel] [PATCH v3 21/38] vl: Clean up error reporting in machine_set_property()
` [Qemu-devel] [PATCH v3 22/38] vl: Clean up error reporting in mon_init_func()
` [Qemu-devel] [PATCH v3 23/38] vl: Clean up error reporting in parse_fw_cfg()
` [Qemu-devel] [PATCH v3 24/38] vl: Clean up error reporting in device_init_func()
` [Qemu-devel] [PATCH v3 25/38] ui/keymaps: Fix handling of erroneous include files
` [Qemu-devel] [PATCH v3 26/38] ui: Convert vnc_display_init(), init_keyboard_layout() to Error
` [Qemu-devel] [PATCH v3 27/38] vnc: Clean up error reporting in vnc_init_func()
` [Qemu-devel] [PATCH v3 28/38] numa: Clean up error reporting in parse_numa()
` [Qemu-devel] [PATCH v3 29/38] tpm: Clean up error reporting in tpm_init_tpmdev()
` [Qemu-devel] [PATCH v3 30/38] spice: Clean up error reporting in add_channel()
` [Qemu-devel] [PATCH v3 31/38] fsdev: Clean up error reporting in qemu_fsdev_add()
` [Qemu-devel] [PATCH v3 32/38] vl: Assert drive_new() does not fail in default_drive()
` [Qemu-devel] [PATCH v3 33/38] blockdev: Convert drive_new() to Error
` [Qemu-devel] [PATCH v3 34/38] vl: Fix exit status for -drive format=help
` [Qemu-devel] [PATCH v3 35/38] vl: Simplify call of parse_name()
` [Qemu-devel] [PATCH v3 36/38] block: Clean up bdrv_img_create()'s error reporting
` [Qemu-devel] [PATCH v3 37/38] raw: Convert a warning to warn_report()
` [Qemu-devel] [PATCH v3 38/38] vpc: Fail open on bad header checksum

[Qemu-devel] [PATCH RFC v5 0/7] qemu_thread_create: propagate errors to callers to check
 2018-10-17  8:17 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC v5 1/7] Fix segmentation fault when qemu_signal_init fails

[Qemu-devel] [PATCH 0/4] migration: improve multithreads
 2018-10-17  8:14 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/4] ptr_ring: port ptr_ring from linux kernel to QEMU

[Qemu-devel] [PATCH] qapi: add info about reset to SHUTDOWN event
 2018-10-17  7:17 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] Various option help readability improvement suggestions
 2018-10-17  6:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read

[Qemu-devel] [PATCH] virtio: Provide version-specific variants of virtio PCI devices
 2018-10-17  6:34 UTC  (17+ messages)
        ` [Qemu-devel] No more chameleon devices (was: [PATCH] virtio: Provide version-specific variants of virtio PCI devices)
            ` [Qemu-devel] "no-user" for properties "

[Qemu-devel] [RFC 0/5] Improve balloon handling of pagesizes other than 4kiB
 2018-10-17  3:31 UTC  (8+ messages)
` [Qemu-devel] [RFC 5/5] virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size

[Qemu-devel] [PATCH] macio/pmu: Fix missing vmsd terminator
 2018-10-17  0:34 UTC  (7+ messages)

[Qemu-devel] [PATCH v2] target/arm : add pvpanic mmio device
 2018-10-17 10:26 UTC 

[Qemu-devel] [PATCH 0/3] linux-user: Fix shmat by honoring SHMLBA
 2018-10-17  1:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] tests/tcg/multiarch/linux-test: Fix error check for shmat
` [Qemu-devel] [PATCH 2/3] linux-user: Fix shmat emulation by honoring host SHMLBA
` [Qemu-devel] [PATCH 3/3] linux-user: Align mmap_find_vma to host page size

[Qemu-devel] [PATCH 1/3] archive-source.sh: Modern shell scripting (use $() instead of ``)
 2018-10-17  1:52 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH 1/3] archive-source.sh: Modern shellscripting "

[Qemu-devel] [PATCH] target/arm : add pvpanic mmio device
 2018-10-17  9:23 UTC  (3+ messages)

[Qemu-devel] [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update
 2018-10-17  1:37 UTC  (2+ messages)
` [Qemu-devel] [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm headerupdate

[Qemu-devel] [PATCH] target/arm : add pvpanic mmio device
 2018-10-17  9:20 UTC 

[Qemu-devel] [PATCH v6 00/14] More fully implement ARM PMUv3
 2018-10-17  0:15 UTC  (15+ messages)
` [Qemu-devel] [PATCH v6 06/14] target/arm: Filter cycle counter based on PMCCFILTR_EL0
` [Qemu-devel] [PATCH v6 10/14] target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
` [Qemu-devel] [PATCH v6 11/14] target/arm: PMU: Add instruction and cycle events
` [Qemu-devel] [PATCH v6 12/14] target/arm: PMU: Set PMCR.N to 4
` [Qemu-devel] [PATCH v6 13/14] target/arm: Implement PMSWINC

[Qemu-devel] [PATCH] Acceptance tests: host arch to target arch name mapping
 2018-10-16 23:22 UTC 

[Qemu-devel] [PULL 0/1] target/hppa patch queue
 2018-10-16 22:47 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] target/hppa: Raise exception 26 on emulated hardware

[Qemu-devel] [RFC PATCH v1 0/4] Add migration support for VFIO device
 2018-10-16 22:34 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH v1 1/4] VFIO KABI for migration interface
` [Qemu-devel] [RFC PATCH v1 2/4] Add migration functions for VFIO devices
` [Qemu-devel] [RFC PATCH v1 3/4] Add vfio_listerner_log_sync to mark dirty pages
` [Qemu-devel] [RFC PATCH v1 4/4] Make vfio-pci device migration capable

[Qemu-devel] [PATCH v4 0/8] target/arm: Rely on id regs instead of features
 2018-10-16 22:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/8] target/arm: Move some system registers into a substructure
` [Qemu-devel] [PATCH v4 2/8] target/arm: V8M should not imply V7VE
` [Qemu-devel] [PATCH v4 3/8] target/arm: Convert v8 extensions from feature bits to isar tests
` [Qemu-devel] [PATCH v4 4/8] target/arm: Convert division from feature bits to isar0 tests
` [Qemu-devel] [PATCH v4 5/8] target/arm: Convert jazelle from feature bit to isar1 test
` [Qemu-devel] [PATCH v4 6/8] target/arm: Convert t32ee from feature bit to isar3 test
` [Qemu-devel] [PATCH v4 7/8] target/arm: Convert sve from feature bit to aa64pfr0 test
` [Qemu-devel] [PATCH v4 8/8] target/arm: Convert v8.2-fp16 "

[Qemu-devel] [PATCH] target/mips: Support Toshiba specific three-operand MADD and MADDU
 2018-10-16 19:02 UTC  (11+ messages)

[Qemu-devel] [PATCH v2 0/8] block: Add auto-read-only option
 2018-10-16 18:51 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 2/8] "
` [Qemu-devel] [PATCH v2 3/8] block: Require auto-read-only for existing fallbacks

[Qemu-devel] [PATCH v1 0/5] Misc RISC-V patches
 2018-10-16 18:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9] iotests: Make them work for both Python 2 and 3
 2018-10-16 18:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/9] iotests: Make nbd-fault-injector flush

[Qemu-devel] [PATCH] hw/acpi/nvdimm: Don't take address of fields in packed structs
 2018-10-16 17:52 UTC 

[Qemu-devel] [PATCH v5 0/3] Bootstrap Python venv and acceptance/functional tests
 2018-10-16 17:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/3] Bootstrap Python venv for tests
` [Qemu-devel] [PATCH v5 2/3] Acceptance tests: add make rule for running them
` [Qemu-devel] [PATCH v5 3/3] Travis support for the acceptance tests

[Qemu-devel] [PULL 00/21] tcg patch queue
 2018-10-16 17:49 UTC  (22+ messages)
` [Qemu-devel] [PULL 01/21] tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
` [Qemu-devel] [PULL 02/21] tcg: access cpu->icount_decr.u16.high with atomics
` [Qemu-devel] [PULL 03/21] tcg: fix use of uninitialized variable under CONFIG_PROFILER
` [Qemu-devel] [PULL 04/21] tcg: plug holes in struct TCGProfile
` [Qemu-devel] [PULL 05/21] tcg: distribute tcg_time into TCG contexts
` [Qemu-devel] [PULL 06/21] target/alpha: remove tlb_flush from alpha_cpu_initfn
` [Qemu-devel] [PULL 07/21] target/unicore32: remove tlb_flush from uc32_init_fn
` [Qemu-devel] [PULL 08/21] exec: introduce tlb_init
` [Qemu-devel] [PULL 09/21] cputlb: fix assert_cpu_is_self macro
` [Qemu-devel] [PULL 10/21] cputlb: serialize tlb updates with env->tlb_lock
` [Qemu-devel] [PULL 11/21] tcg: Add tlb_index and tlb_entry helpers
` [Qemu-devel] [PULL 12/21] tcg: Split CONFIG_ATOMIC128
` [Qemu-devel] [PULL 13/21] target/i386: Convert to HAVE_CMPXCHG128
` [Qemu-devel] [PULL 14/21] target/arm: "
` [Qemu-devel] [PULL 15/21] target/arm: Check HAVE_CMPXCHG128 at translate time
` [Qemu-devel] [PULL 16/21] target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
` [Qemu-devel] [PULL 17/21] target/s390x: "
` [Qemu-devel] [PULL 18/21] target/s390x: Split do_cdsg, do_lpq, do_stpq
` [Qemu-devel] [PULL 19/21] target/s390x: Skip wout, cout helpers if op helper does not return
` [Qemu-devel] [PULL 20/21] target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate
` [Qemu-devel] [PULL 21/21] cputlb: read CPUTLBEntry.addr_write atomically

[Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V
 2018-10-16 17:31 UTC  (13+ messages)

[Qemu-devel] [PATCH] block/vdi: Don't take address of fields in packed structs
 2018-10-16 17:25 UTC 

[Qemu-devel] [PULL 00/17] target-arm queue
 2018-10-16 17:16 UTC  (2+ messages)

[Qemu-devel] [PATCH tcg-next] cputlb: read CPUTLBEntry.addr_write atomically
 2018-10-16 17:13 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/vhdx: Don't take address of fields in packed structs
 2018-10-16 17:09 UTC 

[Qemu-devel] QEMU PCIe link "negotiation"
 2018-10-16 16:46 UTC  (5+ messages)

[Qemu-devel] [PATCH] s390x/vfio-ap: report correct error
 2018-10-16 16:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] arm: Add first models of Xilinx Versal SoC
 2018-10-16 16:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 02/12] net: cadence_gem: Announce availability of priority queues

[Qemu-devel] [PATCH v3 00/10] target/arm: Rely on id regs instead of features
 2018-10-16 16:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 03/10] target/arm: Convert v8 extensions from feature bits to isar tests
` [Qemu-devel] [PATCH v3 10/10] target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test

[Qemu-devel] [PATCH] pckbd: Convert DPRINTF->trace
 2018-10-16 16:08 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] hw/arm/boot: Increase compliance with kernel arm64 boot protocol
 2018-10-16 16:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/4] per-TLB lock
 2018-10-16 15:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/4] cputlb: read CPUTLBEntry.addr_write atomically

[Qemu-devel] [PATCH v5 0/9] Clock framework API
 2018-10-16 15:48 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] block: Clean up bdrv_img_create()'s error reporting
 2018-10-16 15:40 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/35] Replace some unwise uses of error_report() & friends
 2018-10-15 19:00 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 01/35] error: Fix use of error_prepend() with &error_fatal, &error_abort
` [Qemu-devel] [PATCH v2 05/35] vfio: Use warn_report() & friends to report warnings
` [Qemu-devel] [PATCH v2 08/35] 9pfs: Fix CLI parsing crash on error
` [Qemu-devel] [PATCH v2 33/35] blockdev: Convert drive_new() to Error

[Qemu-devel] [PULL 00/26] Net patches
 2018-10-15 18:31 UTC  (3+ messages)
` [Qemu-devel] [PULL 12/26] qapi: Add new command to query colo status

[Qemu-devel] modern virtio on HVF
 2018-10-16 15:27 UTC 

[Qemu-devel] [PULL 00/19] target-arm queue
 2018-10-16 15:23 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/19] hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART
` [Qemu-devel] [PULL 02/19] target/arm: Fix aarch64_sve_change_el wrt EL0
` [Qemu-devel] [PULL 03/19] target/arm: Define fields of ISAR registers
` [Qemu-devel] [PULL 10/19] net: cadence_gem: Add support for extended descriptors
` [Qemu-devel] [PULL 11/19] net: cadence_gem: Add support for selecting the DMA MemoryRegion
` [Qemu-devel] [PULL 12/19] net: cadence_gem: Implement support for 64bit descriptor addresses
` [Qemu-devel] [PULL 13/19] net: cadence_gem: Announce 64bit addressing support
` [Qemu-devel] [PULL 14/19] target-arm: powerctl: Enable HVC when starting CPUs to EL2
` [Qemu-devel] [PULL 15/19] target/arm: Add the Cortex-A72
` [Qemu-devel] [PULL 16/19] target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO
` [Qemu-devel] [PULL 17/19] target/arm: Mask PMOVSR writes based on supported counters
` [Qemu-devel] [PULL 18/19] target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write
` [Qemu-devel] [PULL 19/19] coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls


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