qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-01 08:24:41 to 2018-11-02 07:13:37 UTC [more...]

[Qemu-devel] [PATCH RFC v7 0/9] qemu_thread_create: propagate errors to callers to check
 2018-11-02  7:13 UTC  (17+ messages)
` [Qemu-devel] [PATCH RFC v7 1/9] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH RFC v7 2/9] qemu_init_vcpu: add a new Error parameter to propagate
` [Qemu-devel] [PATCH RFC v7 3/9] qemu_thread_join: fix segmentation fault
` [Qemu-devel] [PATCH RFC v7 4/9] migration: fix some segmentation faults when using multifd
` [Qemu-devel] [PATCH RFC v7 5/9] migration: fix the multifd code when sending less channels
` [Qemu-devel] [PATCH RFC v7 6/9] migration: fix the multifd code when receiving "
` [Qemu-devel] [PATCH RFC v7 7/9] migration: remove unused &local_err parameter in migrate_set_error
` [Qemu-devel] [PATCH RFC v7 8/9] migration: add more error handling for postcopy_ram_enable_notify
` [Qemu-devel] [PATCH RFC v7 9/9] qemu_thread_create: propagate the error to callers to handle

[Qemu-devel] [PATCH] docker: Use a stable snapshot for Debian Sid
 2018-11-02  6:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/nvme: optimize the performance of nvme driver based on vfio-pci
 2018-11-02  6:47 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] decodetree improvements
 2018-11-02  6:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] virtio: pass argument by value for virtqueue_map_iovec()
 2018-11-02  6:16 UTC 

[Qemu-devel] [PATCH v2 0/3] decodetree improvments
 2018-11-02  4:39 UTC  (2+ messages)

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

[Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
 2018-11-02  2:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
` [Qemu-devel] [PATCH for 3.2 v2 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property
` [Qemu-devel] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers
` [Qemu-devel] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions
` [Qemu-devel] [PATCH for 3.2 v2 5/7] hw/arm/bcm2835: Add various unimplemented peripherals
` [Qemu-devel] [PATCH for 3.2 v2 6/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem)
` [Qemu-devel] [PATCH for 3.2 v2 7/7] MAINTAINERS: Volunteer to review Raspi patches

[Qemu-devel] [PATCH V2] net/filter-rewriter.c: Fix coverity static analysis issue
 2018-11-02  2:21 UTC  (2+ messages)

[Qemu-devel] [PULL v3 00/24] qemu-ga patch queue for soft-freeze
 2018-11-02  0:27 UTC  (3+ messages)

[Qemu-devel] [PATCH] nvme: fix oob access issue(CVE-2018-16847)
 2018-11-02  1:22 UTC 

[Qemu-devel] [PATCH v5 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
 2018-11-02  0:32 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/2] contrib/elf2dmp: elf2dmp for Windows hosts
 2018-11-02  0:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] contrib/elf2dmp: use GLib file mapping
` [Qemu-devel] [PATCH 2/2] contrib/elf2dmp: elf2dmp for Windows hosts

[Qemu-devel] [PATCH] target/arm: Conditionalize arm_div assert on aarch32 support
 2018-11-02  0:16 UTC  (2+ messages)

[Qemu-devel] [PULL] RISC-V Patches for the 3.1 Soft Freeze, Part 2
 2018-11-01 23:55 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/3] target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64
` [Qemu-devel] [PULL 2/3] Add Alistair as a RISC-V Maintainer
` [Qemu-devel] [PULL 3/3] Add qemu-riscv@nongnu.org as the RISC-V list

[Qemu-devel] [PATCH] softfloat: Don't execute divdeu without power7
 2018-11-01 22:49 UTC  (2+ messages)

[Qemu-devel] strange situation, guest cpu thread spinning at ~100%, but display not yet initialized
 2018-11-01 21:23 UTC 

[Qemu-devel] [PATCH] softfloat: don't execute ppc64 ISA 3.0B instruction if it is not supported
 2018-11-01 19:52 UTC  (4+ messages)

[Qemu-devel] [PATCH v3] arm: exynos4: Add dma support for smdkc210
 2018-11-01 18:36 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] qcow2 decompress in threads
 2018-11-01 18:27 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] qcow2: use Z_OK instead of 0 for deflateInit2 return code check
` [Qemu-devel] [PATCH 2/7] qcow2: make more generic interface for qcow2_compress
` [Qemu-devel] [PATCH 3/7] qcow2: move decompression from qcow2-cluster.c to qcow2.c
` [Qemu-devel] [PATCH 4/7] qcow2: refactor decompress_buffer
` [Qemu-devel] [PATCH 5/7] qcow2: use byte-based read in qcow2_decompress_cluster
` [Qemu-devel] [PATCH 6/7] qcow2: aio support for compressed cluster read
` [Qemu-devel] [PATCH 7/7] qcow2: do decompression in threads

[Qemu-devel] [PATCH 0/5] target/arm: KVM vs ARMISARegisters
 2018-11-01 18:09 UTC  (4+ messages)

[Qemu-devel] Correction needed for R5900 instruction decoding
 2018-11-01 18:07 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 00/23] ACPI reorganization for hardware-reduced support
 2018-11-01 17:50 UTC  (28+ messages)
` [Qemu-devel] [PATCH v4 01/23] hw: i386: Decouple the ACPI build from the PC machine type
` [Qemu-devel] [PATCH v4 02/23] hw: acpi: Export ACPI build alignment API
` [Qemu-devel] [PATCH v4 03/23] hw: acpi: Export the RSDP build API
` [Qemu-devel] [PATCH v4 04/23] hw: acpi: Implement XSDT support for RSDP
` [Qemu-devel] [PATCH v4 05/23] hw: arm: Switch to the AML build RSDP building routine
` [Qemu-devel] [PATCH v4 06/23] hw: acpi: Generalize AML build routines
` [Qemu-devel] [PATCH v4 07/23] hw: acpi: Factorize _OSC AML across architectures
` [Qemu-devel] [PATCH v4 08/23] hw: i386: Move PCI host definitions to pci_host.h
` [Qemu-devel] [PATCH v4 09/23] hw: acpi: Export the PCI host and holes getters
` [Qemu-devel] [PATCH v4 10/23] hw: acpi: Export and generalize the PCI host AML API
` [Qemu-devel] [PATCH v4 11/23] hw: acpi: Export the MCFG getter
` [Qemu-devel] [PATCH v4 12/23] hw: acpi: Do not create hotplug method when handler is not defined
` [Qemu-devel] [PATCH v4 13/23] hw: i386: Make the hotpluggable memory size property more generic
` [Qemu-devel] [PATCH v4 14/23] hw: i386: Export the i386 ACPI SRAT build method
` [Qemu-devel] [PATCH v4 15/23] hw: acpi: Fix memory hotplug AML generation error
` [Qemu-devel] [PATCH v4 16/23] hw: acpi: Export the PCI hotplug API
` [Qemu-devel] [PATCH v4 17/23] hw: i386: Export the MADT build method
` [Qemu-devel] [PATCH v4 18/23] hw: acpi: Retrieve the PCI bus from AcpiPciHpState
` [Qemu-devel] [PATCH v4 19/23] hw: acpi: Define ACPI tables builder interface
` [Qemu-devel] [PATCH v4 20/23] hw: i386: Implement the ACPI builder interface for PC
` [Qemu-devel] [PATCH v4 21/23] hw: pci-host: piix: Return PCI host pointer instead of PCI bus
` [Qemu-devel] [PATCH v4 22/23] hw: i386: Set ACPI configuration PCI host pointer
` [Qemu-devel] [PATCH v4 23/23] hw: i386: Refactor PCI host getter

[Qemu-devel] [PATCH for-3.1] hw/ppc/mac_newworld: Free openpic_irqs array after use
 2018-11-01 17:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/12] target/mips: Amend R5900 support
 2018-11-01 17:36 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 01/12] target/mips: Generate R5900 MFLO1, MFHI1, MTLO1 and MTHI1 in gen_HILO1_tx79
` [Qemu-devel] [PATCH v2 02/12] target/mips: Generate R5900 DIV1 and DIVU1 in gen_div1_tx79
` [Qemu-devel] [PATCH v2 03/12] target/mips: R5900 LQ and SQ also belong to the Toshiba MMI ASE
` [Qemu-devel] [PATCH v2 04/12] target/mips: Support Toshiba specific three-operand MADD and MADDU
` [Qemu-devel] [PATCH v2 05/12] target/mips: Support R5900 three-operand MADD1 and MADDU1
` [Qemu-devel] [PATCH v2 06/12] tests/tcg/mips: Test R5900 three-operand MADD
` [Qemu-devel] [PATCH v2 07/12] tests/tcg/mips: Test R5900 three-operand MADD1
` [Qemu-devel] [PATCH v2 08/12] tests/tcg/mips: Test R5900 three-operand MADDU
` [Qemu-devel] [PATCH v2 09/12] tests/tcg/mips: Test R5900 three-operand MADDU1
` [Qemu-devel] [PATCH v2 10/12] disas/mips: Increase 'member of ISAs' flag holder size
` [Qemu-devel] [PATCH v2 11/12] disas/mips: Define R5900 disassembly constants
` [Qemu-devel] [PATCH v2 12/12] disas/mips: Disassemble R5900 DIV[U]1, M{F, T}{LO, HI}1 and MULT[U]1

[Qemu-devel] Maintainer attn for 3.1 release changelog
 2018-11-01 17:27 UTC  (2+ messages)

[Qemu-devel] [PULL 0/7] x86 queue, 2018-10-30
 2018-11-01 17:25 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] hw/arm/exynos4: Add DMA support for SMDKC210 board
 2018-11-01 17:18 UTC  (3+ messages)

[Qemu-devel] [PULL 0/8] softfloat queue
 2018-11-01 17:01 UTC  (4+ messages)
` [Qemu-devel] [PULL 8/8] softfloat: Specialize udiv_qrnnd for ppc64

[Qemu-devel] [PATCH v1 0/7] pci: hotplug handler reworks
 2018-11-01 16:42 UTC  (12+ messages)
` [Qemu-devel] [PATCH v1 1/7] pcihp: perform check for bus capability in pre_plug handler
` [Qemu-devel] [PATCH v1 2/7] pcihp: overwrite hotplug handler recursively from the start
` [Qemu-devel] [PATCH v1 3/7] pcihp: route unplug via the hotplug handler
` [Qemu-devel] [PATCH v1 4/7] pci/pcie: "

[Qemu-devel] [PATCH for-3.1] blockdev: Consistently use snapshot_node_name in external_snapshot_prepare()
 2018-11-01 16:38 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PULL 00/10] cputlb: track dirty tlbs and general cleanup
 2018-11-01 16:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 26/35] target/riscv: Remove shift and slt insn manual decoding
 2018-11-01 15:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/10] hostmem: use object "id" for memory region name with >= 3.1
 2018-11-01 15:58 UTC  (14+ messages)
` [Qemu-devel] [PATCH v2 01/10] qom: make user_creatable_complete() specific to UserCreatable
` [Qemu-devel] [PATCH v2 05/10] qom/globals: generalize object_property_set_globals()
` [Qemu-devel] [PATCH v2 09/10] hw/i386: add pc-i440fx-3.1 & pc-q35-3.1
` [Qemu-devel] [PATCH v2 10/10] hostmem: use object id for memory region name with >= 3.1

[Qemu-devel] [RFC PATCH spice/qemu v2 0/2] QXL interface to set monitor ID
 2018-11-01 15:47 UTC  (5+ messages)
` [Qemu-devel] [RFC PATCH spice v2 1/2] QXL interface: add functions to identify monitors in the guest

[Qemu-devel] [PATCH 0/9] hostmem-ram: use whole path for region name with >= 3.1
 2018-11-01 15:46 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

[Qemu-devel] [PATCH v2] ivshmem: fix memory backend leak
 2018-11-01 15:15 UTC 

[Qemu-devel] [PATCH] ivshmem: fix memory backend leak
 2018-11-01 15:22 UTC  (5+ messages)

[Qemu-devel] [PATCH] virtserialport/virtconsole: fix messy opening/closing port
 2018-11-01 15:11 UTC 

[Qemu-devel] [PULL 0/2] Misc next patches
 2018-11-01 15:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] chardev: fix mess in OPENED/CLOSED events when muxed
 2018-11-01 14:55 UTC 

[Qemu-devel] [PATCH] tests/bios-tables-test: Sanitize test verbose output
 2018-11-01 14:30 UTC  (4+ messages)

[Qemu-devel] [PULL 00/15] Python queue, 2018-10-30
 2018-11-01 13:54 UTC  (2+ messages)

[Qemu-devel] [Bug 1801073] [NEW] util/zbin.c:390:37: error: absolute value function 'abs' given an argument of type 'long int' but has parameter of type 'int' which may cause truncation of value [-Werror=absolute-value]
 2018-11-01 13:18 UTC 

[Qemu-devel] [PULL v2 0/5] Merge tpm 2018/10/29 v2
 2018-11-01 13:24 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/13] arm: nRF51 Devices and Microbit Support
 2018-11-01 13:08 UTC  (25+ messages)
` [Qemu-devel] [PATCH v3 01/13] qtest: Add set_irq_in command to set IRQ/GPIO level
` [Qemu-devel] [PATCH v3 02/13] arm: Add header to host common definition for nRF51 SOC peripherals
` [Qemu-devel] [PATCH v3 04/13] arm: Instantiate NRF51 random number generator
` [Qemu-devel] [PATCH v3 05/13] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
` [Qemu-devel] [PATCH v3 06/13] arm: Instantiate NRF51 special NVM's and NVMC
` [Qemu-devel] [PATCH v3 07/13] tests: Add bbc:microbit / nRF51 test suite
` [Qemu-devel] [PATCH v3 08/13] hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral
` [Qemu-devel] [PATCH v3 09/13] arm: Instantiate NRF51 general purpose I/O
` [Qemu-devel] [PATCH v3 10/13] tests/microbit-test: Add Tests for nRF51 GPIO
` [Qemu-devel] [PATCH v3 12/13] arm: Instantiate NRF51 Timers
` [Qemu-devel] [PATCH v3 13/13] arm: Add Clock peripheral stub to NRF51 SOC

[Qemu-devel] [PATCH v1 1/4] target/arm64: properly handle DBGVR RESS bits
 2018-11-01 12:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] qcow2: async handling of fragmented io
 2018-11-01 12:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/7] qcow2: split out reading normal clusters from qcow2_co_preadv

[Qemu-devel] [PULL 00/10] Misc patches for 2018-10-30
 2018-11-01 12:06 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] Monitor patches for 2018-10-30
 2018-11-01 11:50 UTC  (2+ messages)

[Qemu-devel] [PULL 0/1] M68k for 3.1 patches
 2018-11-01 11:37 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED

[Qemu-devel] [PATCH v2 0/2] test: fw_cfg: add reboot-timeout test case
 2018-11-01 11:19 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/7] qapi/range/memory-device: fixes and cleanups
 2018-11-01 11:05 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 4/7] range: add some more functions

[Qemu-devel] [PULL 0/2] target/xtensa updates for 3.1
 2018-11-01 10:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support
 2018-11-01 10:19 UTC  (3+ messages)

[Qemu-devel] Running application on R5 of xilinx zcu102 QEMU model
 2018-11-01  9:01 UTC 

[Qemu-devel] [PATCH v2] vhost-user: define conventions for vhost-user backends
 2018-11-01  8:32 UTC  (9+ messages)

[Qemu-devel] [PULL v2 0/7] Chardev patches
 2018-11-01  8:24 UTC  (8+ messages)
` [Qemu-devel] [PULL v2 1/7] websock: fix handshake leak
` [Qemu-devel] [PULL v2 2/7] char-socket: correctly set has_reconnect when parsing QemuOpts
` [Qemu-devel] [PULL v2 3/7] char-socket: make 'fd' incompatible with 'reconnect'
` [Qemu-devel] [PULL v2 4/7] chardev/char-socket: Function headers refactoring
` [Qemu-devel] [PULL v2 5/7] chardev: Add websocket support
` [Qemu-devel] [PULL v2 6/7] tests/test-char: Check websocket chardev functionality
` [Qemu-devel] [PULL v2 7/7] editorconfig: set emacs mode


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