qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-29 12:37:58 to 2018-10-29 17:29:12 UTC [more...]

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

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

[Qemu-devel] [PATCH] Add Alistair as a RISC-V Maintainer
 2018-10-29 17:24 UTC  (6+ messages)

[Qemu-devel] [PULL 0/4] Audio 20181029 patches
 2018-10-29 17:03 UTC  (6+ messages)
` [Qemu-devel] [PULL 1/4] hw: AC97: make it more QOMconventional
` [Qemu-devel] [PULL 2/4] audio: use TYPE_WM8750 instead of a hardcoded string
` [Qemu-devel] [PULL 3/4] audio: use object link instead of qdev property to pass wm8750 reference
` [Qemu-devel] [PULL 4/4] audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string

[Qemu-devel] Qemu version issues migration
 2018-10-29 16:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] MAINTAINERS: s390: several updates
 2018-10-29 16:46 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] MAINTAINERS: s390: more maintainers for vfio-ccw
` [Qemu-devel] [PATCH 2/4] MAINTAINERS: s390/virtio-ccw: drop Christian add Halil
` [Qemu-devel] [PATCH 3/4] MAINTAINERS: s390/pci: add Collin Walling as maintainer for zpci
` [Qemu-devel] [PATCH 4/4] MAINTAINERS: s390/boot: the ipl code and the bios belong together

[Qemu-devel] [RFC 00/48] Plugin support
 2018-10-29 16:45 UTC  (6+ messages)
` [Qemu-devel] [RFC 48/48] plugin: add a couple of very simple examples

[Qemu-devel] [RFC v4 01/71] cpu: convert queued work to a QSIMPLEQ
 2018-10-29 16:35 UTC  (19+ messages)
` [Qemu-devel] [RFC v4 02/71] cpu: rename cpu->work_mutex to cpu->lock
` [Qemu-devel] [RFC v4 03/71] cpu: introduce cpu_mutex_lock/unlock
` [Qemu-devel] [RFC v4 05/71] cpu: move run_on_cpu to cpus-common
` [Qemu-devel] [RFC v4 06/71] cpu: introduce process_queued_cpu_work_locked
` [Qemu-devel] [RFC v4 70/71] cpus-common: move exclusive_idle higher in the file
` [Qemu-devel] [RFC v4 71/71] cpus-common: wait on the CPU lock for exclusive work completion
` [Qemu-devel] [RFC v4 00/71] per-CPU locks
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] could somebody who understands the block refcounting look at CID 1395870, CID 1395871?
 2018-10-29 16:35 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 0/5] target/arm: KVM vs ARMISARegisters
 2018-10-29 16:03 UTC  (10+ messages)
` [Qemu-devel] [PATCH 2/5] target/arm: Fill in ARMISARegisters for kvm64
` [Qemu-devel] [PATCH 4/5] target/arm: Fill in ARMISARegisters for kvm32

[Qemu-devel] [PATCH 0/4] target/arm: Minimize TLB flushing for ASID changes
 2018-10-29 15:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] cputlb: Add tlb_set_asid_for_mmuidx
` [Qemu-devel] [PATCH 2/4] target/arm: Install ASIDs for long-form from EL1
` [Qemu-devel] [PATCH 3/4] target/arm: Install ASIDs for short-form "
` [Qemu-devel] [PATCH 4/4] target/arm: Install ASIDs for EL2

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

[Qemu-devel] [PULL 0/6] target-arm queue
 2018-10-29 15:34 UTC  (7+ messages)
` [Qemu-devel] [PULL 1/6] hw/arm/virt: Set VIRT_COMPAT_3_0 compat
` [Qemu-devel] [PULL 2/6] hw/arm: versal: Add a model of Xilinx Versal SoC
` [Qemu-devel] [PULL 3/6] hw/arm: versal: Add a virtual Xilinx Versal board
` [Qemu-devel] [PULL 4/6] hw/char: Implement nRF51 SoC UART
` [Qemu-devel] [PULL 5/6] hw/arm/nrf51_soc: Connect UART to nRF51 SoC
` [Qemu-devel] [PULL 6/6] tests/boot-serial-test: Add microbit board testcase

[Qemu-devel] [PULL 00/27] MIPS queue for October 2018, part 4
 2018-10-29 15:20 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/27] target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder cases
` [Qemu-devel] [PULL 02/27] target/mips: Introduce MXU registers
` [Qemu-devel] [PULL 03/27] target/mips: Define a bit for MXU in insn_flags
` [Qemu-devel] [PULL 04/27] target/mips: Amend MXU instruction opcodes
` [Qemu-devel] [PULL 05/27] target/mips: Add and integrate MXU decoding engine placeholder
` [Qemu-devel] [PULL 06/27] target/mips: Add MXU decoding engine
` [Qemu-devel] [PULL 07/27] target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'
` [Qemu-devel] [PULL 08/27] target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'
` [Qemu-devel] [PULL 09/27] target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'
` [Qemu-devel] [PULL 10/27] target/mips: Add bit encoding for MXU operand getting pattern 'optn2'
` [Qemu-devel] [PULL 11/27] target/mips: Add bit encoding for MXU operand getting pattern 'optn3'
` [Qemu-devel] [PULL 12/27] target/mips: Add emulation of non-MXU MULL within MXU decoding engine
` [Qemu-devel] [PULL 13/27] target/mips: Add emulation of MXU instructions S32I2M and S32M2I
` [Qemu-devel] [PULL 14/27] target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switch
` [Qemu-devel] [PULL 15/27] target/mips: Add emulation of MXU instruction S8LDD
` [Qemu-devel] [PULL 16/27] target/mips: Add emulation of MXU instruction D16MUL
` [Qemu-devel] [PULL 17/27] target/mips: Add emulation of MXU instruction D16MAC
` [Qemu-devel] [PULL 18/27] target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSU
` [Qemu-devel] [PULL 19/27] target/mips: Add emulation of MXU instructions S32LDD and S32LDDR
` [Qemu-devel] [PULL 20/27] target/mips: Move MXU_EN check one level higher
` [Qemu-devel] [PULL 21/27] target/mips: Amend MXU ASE overview note
` [Qemu-devel] [PULL 22/27] elf: Define MIPS_ABI_FP_UNKNOWN macro
` [Qemu-devel] [PULL 23/27] linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields
` [Qemu-devel] [PULL 24/27] linux-user: Extract MIPS abiflags from ELF file
` [Qemu-devel] [PULL 25/27] linux-user: Read and set FP ABI value from MIPS abiflags
` [Qemu-devel] [PULL 26/27] linux-user: Determine the desired FPU mode from MIPS.abiflags
` [Qemu-devel] [PULL 27/27] linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations

[Qemu-devel] [PULL v1 0/5] Merge tpm 2018/10/29 v1
 2018-10-29 15:19 UTC  (6+ messages)
` [Qemu-devel] [PULL v1 1/5] tests/tpm: fix tpm_util_swtpm_has_tpm2()
` [Qemu-devel] [PULL v1 2/5] tests/tpm: mark swtpm test as skipped instead of successful
` [Qemu-devel] [PULL v1 3/5] docs: tpm: Mention implemented TPM CRB interface emulation and specs
` [Qemu-devel] [PULL v1 4/5] MAINTAINERS: Change my email address to the new domain
` [Qemu-devel] [PULL v1 5/5] tpm: Zero-init structure to avoid uninitialized variables in valgrind log

[Qemu-devel] [PATCH 0/9] hostmem-ram: use whole path for region name with >= 3.1
 2018-10-29 15:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/9] qom/globals: generalize object_property_set_globals()
` [Qemu-devel] [PATCH 9/9] hostmem-ram: use whole path for memory region name with >= 3.1

[Qemu-devel] [PULL 0/2] Vga 20181029 patches
 2018-10-29 15:14 UTC  (4+ messages)
` [Qemu-devel] [PULL 1/2] qxl: store channel id in qxl->id
` [Qemu-devel] [PULL 2/2] vga_int: remove unused function protype

[Qemu-devel] [RFC PATCH 00/21] Trace updates and plugin RFC
 2018-10-29 15:03 UTC  (9+ messages)

[Qemu-devel] [PATCH 0/2] Deprecate the "collie" machine and Strongarm devices
 2018-10-29 15:03 UTC  (6+ messages)

[Qemu-devel] [PATCH] tests: add qmp/missing-any-arg test
 2018-10-29 14:57 UTC 

[Qemu-devel] [PATCH v2 0/6] target/mips: Add support for prctl() PR_GET_FP_MODE and PR_SET_FP_MODE
 2018-10-29 14:53 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/6] Define MIPS_ABI_FP_UNKNOWN macro
` [Qemu-devel] [PATCH v2 2/6] Extend image_info struct with MIPS specific fp_abi and interp_fp_abi fields
` [Qemu-devel] [PATCH v2 3/6] Extract MIPS abiflags from ELF file
` [Qemu-devel] [PATCH v2 4/6] Read and set FP ABI value from MIPS abiflags
` [Qemu-devel] [PATCH v2 5/6] Determine the desired FPU mode
` [Qemu-devel] [PATCH v2 6/6] Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations

[Qemu-devel] [PATCH v3 0/3] arm: Add nRF51 SoC UART support
 2018-10-29 14:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] arm: Add first models of Xilinx Versal SoC
 2018-10-29 14:21 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Ui 20181029 patches
 2018-10-29 14:18 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] SDL: set a hint to not bypass the window compositor
` [Qemu-devel] [PULL 2/2] spice: prepare for upcoming spice-server change

[Qemu-devel] [PATCH] scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_add
 2018-10-29 13:56 UTC  (2+ messages)

[Qemu-devel] [PULL 0/2] Block patches
 2018-10-29 13:56 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] util: aio-posix: fix a typo
` [Qemu-devel] [PULL 2/2] nvdimm: Add docs hint for Linux driver name

[Qemu-devel] [0 0/2] Block patches
 2018-10-29 13:55 UTC  (4+ messages)
` [Qemu-devel] [0 1/2] util: aio-posix: fix a typo
` [Qemu-devel] [0 2/2] nvdimm: Add docs hint for Linux driver name

[Qemu-devel] [PATCH v5 00/11] hw/m68k: add Apple Machintosh Quadra 800 machine
 2018-10-29 13:40 UTC  (12+ messages)
` [Qemu-devel] [PATCH v5 01/11] hw/m68k: add via support
` [Qemu-devel] [PATCH v5 02/11] hw/m68k: implement ADB bus support for via
` [Qemu-devel] [PATCH v5 03/11] escc: introduce a selector for the register bit
` [Qemu-devel] [PATCH v5 04/11] hw/m68k: add macfb video card
` [Qemu-devel] [PATCH v5 05/11] hw/m68k: Apple Sound Chip (ASC) emulation
` [Qemu-devel] [PATCH v5 06/11] esp: add pseudo-DMA as used by Macintosh
` [Qemu-devel] [PATCH v5 07/11] hw/m68k: add Nubus support
` [Qemu-devel] [PATCH v5 08/11] hw/m68k: add Nubus support for macfb video card
` [Qemu-devel] [PATCH v5 09/11] hw/m68k: add a dummy SWIM floppy controller
` [Qemu-devel] [PATCH v5 10/11] dp8393x: manage big endian bus
` [Qemu-devel] [PATCH v5 11/11] hw/m68k: define Macintosh Quadra 800

[Qemu-devel] vhost-user devices work with chardev from different threads
 2018-10-29 13:35 UTC  (3+ messages)

[Qemu-devel] [PATCH 5/6] Determine the desired FPU mode
 2018-10-29 13:15 UTC  (2+ messages)
` [Qemu-devel] ?==?utf-8?q? ?==?utf-8?q? "

[Qemu-devel] [PATCH v2] strongarm: mask off high[32:28] bits from dir and state registers
 2018-10-29 13:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/arm/virt: Set VIRT_COMPAT_3_0 compat
 2018-10-29 13:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
 2018-10-29 13:00 UTC 

[Qemu-devel] [PATCH RFC v6 0/7] qemu_thread_create: propagate errors to callers to check
 2018-10-29 12:58 UTC  (8+ messages)
` [Qemu-devel] [PATCH RFC v6 1/7] Fix segmentation fault when qemu_signal_init fails
` [Qemu-devel] [PATCH RFC v6 2/7] qemu_init_vcpu: add a new Error parameter to propagate
` [Qemu-devel] [PATCH RFC v6 3/7] qemu_thread_join: fix segmentation fault
` [Qemu-devel] [PATCH RFC v6 4/7] migration: fix some segmentation faults when using multifd
` [Qemu-devel] [PATCH RFC v6 5/7] migration: fix the multifd code when receiving less channels
` [Qemu-devel] [PATCH RFC v6 6/7] migration: fix some error handling
` [Qemu-devel] [PATCH RFC v6 7/7] qemu_thread_create: propagate the error to callers to handle

[Qemu-devel] [PATCH v2 0/6] monitor: misc fixes
 2018-10-29 12:57 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] monitor: inline ambiguous helper functions
` [Qemu-devel] [PATCH v2 2/6] monitor: accept chardev input from iothread
` [Qemu-devel] [PATCH v2 3/6] char: add a QEMU_CHAR_FEATURE_GCONTEXT flag
` [Qemu-devel] [PATCH v2 4/6] monitor: check if chardev can switch gcontext for OOB
` [Qemu-devel] [PATCH v2 5/6] monitor: prevent inserting new monitors after cleanup
` [Qemu-devel] [PATCH v2 6/6] monitor: avoid potential dead-lock when cleaning up

[Qemu-devel] [PATCH] target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder cases
 2018-10-29 12:56 UTC  (2+ messages)

[Qemu-devel] a64 simd decode in handle_vec_simd_shli()
 2018-10-29 12:40 UTC  (4+ 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).