qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-15 10:27:39 to 2018-10-16 04:09:38 UTC [more...]

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

[Qemu-devel] [RFC] Require Python 3 for building QEMU
 2018-10-16  3:59 UTC  (17+ messages)

[Qemu-devel] check-tcg failure
 2018-10-16  3:54 UTC 

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

[Qemu-devel] virtio-console downgrade the virtio-pci-blk performance
 2018-10-16  2:26 UTC  (5+ messages)

[Qemu-devel] [PATCH] Xen PCI passthrough: fix passthrough failure when irq map failure
 2018-10-16  2:14 UTC 

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

[Qemu-devel] [PATCH 0/9] iotests: Make them work for both Python 2 and 3
 2018-10-16  1:01 UTC  (33+ messages)
` [Qemu-devel] [PATCH 1/9] iotests: Make nbd-fault-injector flush
` [Qemu-devel] [PATCH 2/9] iotests: Flush in iotests.py's QemuIoInteractive
` [Qemu-devel] [PATCH 3/9] iotests: Use Python byte strings where appropriate
` [Qemu-devel] [PATCH 4/9] iotests: Use // for Python integer division
` [Qemu-devel] [PATCH 5/9] iotests: Different iterator behavior in Python 3
` [Qemu-devel] [PATCH 6/9] iotests: Explicitly inherit FDs in Python
` [Qemu-devel] [PATCH 7/9] iotests: 'new' module replacement in 169
` [Qemu-devel] [PATCH 8/9] iotests: Modify imports for Python 3
` [Qemu-devel] [PATCH 9/9] iotests: Unify log outputs between Python 2 and 3

[Qemu-devel] [PATCH] virtio: Provide version-specific variants of virtio PCI devices
 2018-10-15 23:32 UTC  (8+ messages)

[Qemu-devel] [PATCH v3 0/8] tests/vm: Improvements when KVM is not available
 2018-10-15 23:10 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] target/mips: Add two CP0 related comments and update mailmap
 2018-10-15 23:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] target/mips: Add a comment with an overview of CP0 registers
` [Qemu-devel] [PATCH 2/3] target/mips: Add a comment before each CP0 register section in cpu.h
` [Qemu-devel] [PATCH 3/3] mailmap: Add an item for Yongbok Kim

[Qemu-devel] [PATCH v4 0/3] Bootstrap Python venv and acceptance/functional tests
 2018-10-15 22:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/3] Bootstrap Python venv for tests

[Qemu-devel] [PATCH 0/5] Various option help readability improvement suggestions
 2018-10-15 22:31 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/5] option: Make option help nicer to read
` [Qemu-devel] [PATCH 2/5] chardev: Indent list of chardevs
` [Qemu-devel] [PATCH 3/5] qdev-monitor: Make device options help nicer
` [Qemu-devel] [PATCH 4/5] object: Make option help nicer to read
` [Qemu-devel] [PATCH 5/5] fw_cfg: Drop newline in @file description

[Qemu-devel] [PATCH v6 00/14] More fully implement ARM PMUv3
 2018-10-15 21:35 UTC  (24+ messages)
` [Qemu-devel] [PATCH v6 01/14] target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO
` [Qemu-devel] [PATCH v6 02/14] target/arm: Mask PMOVSR writes based on supported counters
` [Qemu-devel] [PATCH v6 03/14] migration: Add post_save function to VMStateDescription
` [Qemu-devel] [PATCH v6 04/14] target/arm: Swap PMU values before/after migrations
` [Qemu-devel] [PATCH v6 05/14] target/arm: Reorganize PMCCNTR accesses
` [Qemu-devel] [PATCH v6 06/14] target/arm: Filter cycle counter based on PMCCFILTR_EL0
` [Qemu-devel] [PATCH v6 07/14] target/arm: Allow AArch32 access for PMCCFILTR
` [Qemu-devel] [PATCH v6 08/14] target/arm: Implement PMOVSSET
` [Qemu-devel] [PATCH v6 09/14] target/arm: Add array for supported PMU events, generate PMCEID[01]

[Qemu-devel] [PATCH v1 0/5] Misc RISC-V patches
 2018-10-15 20:28 UTC  (2+ messages)

[Qemu-devel] QEMU PCIe link "negotiation"
 2018-10-15 20:18 UTC 

[Qemu-devel] [RFC PATCH] iotests: make 083 specific to raw
 2018-10-15 20:03 UTC 

[Qemu-devel] [RFC PATCH 00/21] Trace updates and plugin RFC
 2018-10-15 18:37 UTC  (33+ messages)
` [Qemu-devel] [RFC PATCH 07/21] accel/tcg/cputlb: convert tlb_flush debugging into trace events
` [Qemu-devel] [RFC PATCH 08/21] accel/tcg/cputlb: convert remaining tlb_debug() to "
` [Qemu-devel] [RFC PATCH 09/21] trace: suppress log output of trace points
` [Qemu-devel] [RFC PATCH 11/21] trace: expose a plugin fn pointer in TraceEvent
` [Qemu-devel] [RFC PATCH 12/21] configure: expose a plugin to the trace-backends
` [Qemu-devel] [RFC PATCH 13/21] tracetool: generate plugin snippets
` [Qemu-devel] [RFC PATCH 14/21] trace: add support for plugin infrastructure
` [Qemu-devel] [RFC PATCH 15/21] trace: add linux-user plugin support
` [Qemu-devel] [RFC PATCH 16/21] trace: add infrastructure for building plugins
` [Qemu-devel] [RFC PATCH 17/21] hmp: expose status of plugins to the monitor
` [Qemu-devel] [RFC PATCH 18/21] linux-user: allow dumping of plugin status at end of run
` [Qemu-devel] [RFC PATCH 19/21] plugins: add an example hotblocks plugin
` [Qemu-devel] [RFC PATCH 20/21] plugins: add hotness summary to hotblocks

[Qemu-devel] [QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-10-15 18:10 UTC  (3+ messages)

[Qemu-devel] [PULL 0/6] vfio updates 2018-10-15
 2018-10-15 17:37 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] stubs: add ramfb
` [Qemu-devel] [PULL 2/6] hw/vfio/display: add ramfb support
` [Qemu-devel] [PULL 3/6] vfio/platform: Make the vfio-platform device non-abstract
` [Qemu-devel] [PULL 4/6] hw/arm/sysbus-fdt: Allow device matching with DT compatible value
` [Qemu-devel] [PULL 5/6] hw/arm/virt: Allow dynamic vfio-platform devices again
` [Qemu-devel] [PULL 6/6] vfio-pci: make vfio-pci device more QOM conventional

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

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

[Qemu-devel] [PATCH v5 0/3] block nodes graph visualization
 2018-10-15 16:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/3] qapi: add x-debug-query-block-graph
` [Qemu-devel] [PATCH v5 2/3] scripts: add render_block_graph function for QEMUMachine
` [Qemu-devel] [PATCH v5 3/3] not-for-commit: example of new command usage for debugging

[Qemu-devel] [PATCH] qcow2: Get the request alignment for encrypted images from QCryptoBlock
 2018-10-15 16:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/11] backup-top filter driver for backup
 2018-10-15 16:06 UTC  (12+ messages)
` [Qemu-devel] [PATCH v4 01/11] block/backup: simplify backup_incremental_init_copy_bitmap
` [Qemu-devel] [PATCH v4 02/11] block/backup: move to copy_bitmap with granularity
` [Qemu-devel] [PATCH v4 03/11] block: allow serialized reads to intersect
` [Qemu-devel] [PATCH v4 04/11] block: improve should_update_child
` [Qemu-devel] [PATCH v4 05/11] iotests: handle -f argument correctly for qemu_io_silent
` [Qemu-devel] [PATCH v4 06/11] iotests: allow resume_drive by node name
` [Qemu-devel] [PATCH v4 07/11] iotests: prepare 055 to graph changes during backup job
` [Qemu-devel] [PATCH v4 08/11] block: introduce backup-top filter driver
` [Qemu-devel] [PATCH v4 09/11] block: add lock/unlock range functions
` [Qemu-devel] [PATCH v4 10/11] block/backup: tiny refactor backup_job_create
` [Qemu-devel] [PATCH v4 11/11] block/backup: use backup-top instead of write notifiers

[Qemu-devel] [PATCH] edid: fix alignment issues
 2018-10-15 16:06 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] Vga 20181015 patches
 2018-10-15 16:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/10] target/arm: more HCR bits, improve syndrome reporting
 2018-10-15 16:00 UTC  (11+ messages)
` [Qemu-devel] [PATCH 06/10] target/arm: Implement HCR.VI and VF
` [Qemu-devel] [PATCH 07/10] target/arm: Implement HCR.PTW
` [Qemu-devel] [PATCH 08/10] target/arm: New utility function to extract EC from syndrome
` [Qemu-devel] [PATCH 09/10] target/arm: Get IL bit correct for v7 syndrome values
` [Qemu-devel] [PATCH 10/10] target/arm: Report correct syndrome for FP/SIMD traps to Hyp mode

[Qemu-devel] [RFC v1 1/1] qemu-iotests: Fix output for testcase 082
 2018-10-15 15:45 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] Restores record/replay behavior related to special virtual clock processing for timers used in external subsystems
 2018-10-15 14:01 UTC 

[Qemu-devel] [PATCH v2 0/7] Acceptance Tests: basic architecture support
 2018-10-15 13:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 7/7] Acceptance Tests: change the handling of tests for specific archs

[Qemu-devel] [PULL 00/26] Net patches
 2018-10-15 13:20 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Ui2 20181012 patches
 2018-10-15 13:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 0/7] target/mips: Limited support for the R5900
 2018-10-15 12:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 7/7] elf: Toshiba/Sony rather than MIPS are the implementors of "

[Qemu-devel] [RFC 0/5] Improve balloon handling of pagesizes other than 4kiB
 2018-10-15 11:14 UTC  (6+ messages)
` [Qemu-devel] [RFC 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate


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