qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-14 15:12:37 to 2019-02-14 23:10:10 UTC [more...]

[Qemu-devel] [PATCH 00/13] target/xtensa: add FLIX support
 2019-02-14 23:00 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/13] target/xtensa: move xtensa_finalize_config to xtensa_core_class_init
` [Qemu-devel] [PATCH 02/13] target/xtensa: don't require opcode table sorting
` [Qemu-devel] [PATCH 03/13] target/xtensa: allow multiple names for single opcode
` [Qemu-devel] [PATCH 04/13] target/xtensa: implement wide branches and loops
` [Qemu-devel] [PATCH 05/13] target/xtensa: sort FLIX instruction opcodes
` [Qemu-devel] [PATCH 06/13] target/xtensa: add generic instruction post-processing
` [Qemu-devel] [PATCH 07/13] target/xtensa: move WINDOW_BASE SR update to postprocessing
` [Qemu-devel] [PATCH 08/13] target/xtensa: only rotate window in the retw helper
` [Qemu-devel] [PATCH 09/13] target/xtensa: reorganize register handling in translators
` [Qemu-devel] [PATCH 10/13] target/xtensa: reorganize access to MAC16 registers
` [Qemu-devel] [PATCH 11/13] target/xtensa: reorganize access to boolean registers
` [Qemu-devel] [PATCH 12/13] target/xtensa: break circular register dependencies
` [Qemu-devel] [PATCH 13/13] target/xtensa: prioritize load/store in FLIX bundles

[Qemu-devel] [PULL 00/27] target-arm queue
 2019-02-14 22:18 UTC  (34+ messages)
` [Qemu-devel] [PULL 01/27] target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTR
` [Qemu-devel] [PULL 02/27] target/arm: Implement HACR_EL2
` [Qemu-devel] [PULL 03/27] target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_be
` [Qemu-devel] [PULL 04/27] target/arm: Force result size into dp after operation
` [Qemu-devel] [PULL 05/27] target/arm: Restructure disas_fp_int_conv
` [Qemu-devel] [PULL 06/27] target/arm: relax permission checks for HWCAP_CPUID registers
` [Qemu-devel] [PULL 07/27] target/arm: expose CPUID registers to userspace
` [Qemu-devel] [PULL 08/27] target/arm: expose MPIDR_EL1 "
` [Qemu-devel] [PULL 09/27] target/arm: expose remaining CPUID registers as RAZ
` [Qemu-devel] [PULL 10/27] linux-user/elfload: enable HWCAP_CPUID for AArch64
` [Qemu-devel] [PULL 11/27] arm: Allow system registers for KVM guests to be changed by QEMU code
` [Qemu-devel] [PULL 12/27] MAINTAINERS: Remove Peter Crosthwaite from various entries
` [Qemu-devel] [PULL 13/27] hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
` [Qemu-devel] [PULL 14/27] hw/arm/armsse: Fix miswiring of expansion IRQs
` [Qemu-devel] [PULL 15/27] target/arm: Rely on optimization within tcg_gen_gvec_or
` [Qemu-devel] [PULL 16/27] target/arm: Use vector minmax expanders for aarch64
` [Qemu-devel] [PULL 17/27] target/arm: Use vector minmax expanders for aarch32
` [Qemu-devel] [PULL 18/27] target/arm: Use tcg integer min/max primitives for neon
` [Qemu-devel] [PULL 19/27] target/arm: Remove neon min/max helpers
` [Qemu-devel] [PULL 20/27] target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
` [Qemu-devel] [PULL 21/27] target/arm: Fix arm_cpu_dump_state "
` [Qemu-devel] [PULL 22/27] target/arm: Split out flags setting from vfp compares
` [Qemu-devel] [PULL 23/27] target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
` [Qemu-devel] [PULL 24/27] target/arm: Split out FPSCR.QC to a vector field
` [Qemu-devel] [PULL 25/27] target/arm: Use vector operations for saturation
` [Qemu-devel] [PULL 26/27] target/arm: Add missing clear_tail calls
` [Qemu-devel] [PULL 27/27] gdbstub: Send a reply to the vKill packet

[Qemu-devel] [PATCH] hw/block: report when pflash backing file isn't aligned
 2019-02-14 22:38 UTC  (3+ messages)

[Qemu-devel] [PATCH] lsi: implement basic SBCL functionality
 2019-02-14 22:04 UTC 

[Qemu-devel] [PATCH v2 0/3] target/arm: Implement ARMv8.3-JSConv
 2019-02-14 21:28 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/9] ccid-card-passthru: check buffer size parameter
 2019-02-14 21:22 UTC  (12+ messages)
` [Qemu-devel] [PATCH v2 1/9] ccid-card-passthru: Move assertion in read() to can_read()
` [Qemu-devel] [PATCH v2 2/9] ccid-card-passthru: Replace never trigger if statement by an assertion
` [Qemu-devel] [PATCH v2 3/9] ccid-card-passthru: Assert on a stricter expression
` [Qemu-devel] [PATCH v2 4/9] ccid-card-passthru: Let the chardev::read() be more generic
` [Qemu-devel] [PATCH v2 5/9] ccid-card-passthru: Replace assert() by QEMU_BUILD_BUG_ON()
` [Qemu-devel] [PATCH v2 6/9] ccid-card-passthru: Simplify the if() condition
` [Qemu-devel] [PATCH v2 7/9] ccid-card-passthru: Use QERR_MISSING_PARAMETER
` [Qemu-devel] [PATCH v2 8/9] ccid-card-passthru: Use size_t to hold size argument
` [Qemu-devel] [PATCH v2 9/9] ccid-card-passthru: Use size_t for index

[Qemu-devel] [PATCH v3 0/3] target/arm: Implement ARMv8.3-JSConv
 2019-02-14 21:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] target/arm: Split out vfp_helper.c
` [Qemu-devel] [PATCH v3 2/3] target/arm: Rearrange decode of Floating-point data-processing (2 regs)
` [Qemu-devel] [PATCH v3 3/3] target/arm: Implement ARMv8.3-JSConv

[Qemu-devel] [PATCH] i386, acpi: check acpi_memory_hotplug capacity in pre_plug
 2019-02-14 20:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] target-i386: Enhance the stub for kvm_arch_get_supported_cpuid()
 2019-02-14 20:51 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/9] vhost: enable for all targets
 2019-02-14 20:37 UTC  (13+ messages)
` [Qemu-devel] [PATCH 1/9] vhost-net: move stubs to a separate file
` [Qemu-devel] [PATCH 2/9] vhost-net-user: add stubs for when no virtio-net device is present
` [Qemu-devel] [PATCH 3/9] vhost: restrict Linux dependency to kernel vhost
` [Qemu-devel] [PATCH 4/9] vhost-user: support cross-endian vnet headers
` [Qemu-devel] [PATCH 5/9] vhost-net: compile it on all targets that have virtio-net
` [Qemu-devel] [PATCH 6/9] vhost-net: revamp configure logic
` [Qemu-devel] [PATCH 7/9] vhost-user-test: create a main loop per TestServer
` [Qemu-devel] [PATCH 8/9] vhost-user-test: small changes to init_hugepagefs
` [Qemu-devel] [PATCH 9/9] vhost-user-test: create a temporary directory per TestServer

[Qemu-devel] [PATCH v2 00/25] Kconfig dependencies for ARM machines
 2019-02-14 20:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 02/25] hw/arm: Express dependencies of the highbank machines with Kconfig

[Qemu-devel] [PATCH] hw/i386/pc: run the multiboot loader before the PVH loader
 2019-02-14 20:33 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/9] Network announce changes
 2019-02-14 20:29 UTC  (4+ messages)

[Qemu-devel] [PATCH] hw/rdma: another clang compilation fix
 2019-02-14 19:50 UTC  (2+ messages)

[Qemu-devel] [PULL 00/15] MIPS queue for February 14th, 2019
 2019-02-14 19:52 UTC  (17+ messages)
` [Qemu-devel] [PULL 01/15] target/mips: compare virtual addresses in LL/SC sequence
` [Qemu-devel] [PULL 02/15] target/mips: reimplement SC instruction emulation and use cmpxchg
` [Qemu-devel] [PULL 03/15] hw/mips_int: hold BQL for all interrupt requests
` [Qemu-devel] [PULL 04/15] target/mips: hold BQL in mips_vpe_wake()
` [Qemu-devel] [PULL 05/15] hw/mips_cpc: kick a VP when putting it into Run statewq
` [Qemu-devel] [PULL 06/15] target/mips: introduce MTTCG-enabled builds
` [Qemu-devel] [PULL 07/15] tests/tcg: target/mips: Remove an unnecessary file
` [Qemu-devel] [PULL 08/15] tests/tcg: target/mips: Add a header with test inputs
` [Qemu-devel] [PULL 09/15] tests/tcg: target/mips: Add a header with test utilities
` [Qemu-devel] [PULL 10/15] tests/tcg: target/mips: Add wrappers for MSA bit counting instructions
` [Qemu-devel] [PULL 11/15] tests/tcg: target/mips: Add tests "
` [Qemu-devel] [PULL 12/15] tests/tcg: target/mips: Add wrappers for MSA interleave instructions
` [Qemu-devel] [PULL 13/15] tests/tcg: target/mips: Add tests "
` [Qemu-devel] [PULL 14/15] tests/tcg: target/mips: Add wrappers for MSA logic instructions
` [Qemu-devel] [PULL 15/15] tests/tcg: target/mips: Add tests "

[Qemu-devel] [PATCH v2] ppc: add host-serial and host-model machine attributes
 2019-02-14 19:27 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/11] Enable build and install of our rST docs
 2019-02-14 19:00 UTC  (6+ messages)

[Qemu-devel] [PULL v2 00/12] MIPS queue for January 17, 2019 - v2
 2019-02-14 18:58 UTC  (4+ messages)
` [Qemu-devel] [PULL v2 07/12] target/mips: Update ITU to utilize SAARI and SAAR CP0 registers

[Qemu-devel] coverity detected issue in contrib/elf2dmp/main.c
 2019-02-14 18:58 UTC 

[Qemu-devel] [PATCH] migration/rdma: Fix qemu_rdma_cleanup null check
 2019-02-14 18:53 UTC 

[Qemu-devel] [PULL 0/8] Usb 20190130 patches
 2019-02-14 18:52 UTC  (3+ messages)
` [Qemu-devel] [PULL 7/8] usb-mtp: breakup MTP write into smaller chunks

[Qemu-devel] [PATCH] migration/rdma: unegister fd handler
 2019-02-14 18:37 UTC  (3+ messages)

[Qemu-devel] [PULL 00/14] Trivial branch patches
 2019-02-14 18:32 UTC  (2+ messages)

[Qemu-devel] [RFC] memory: use memory_region_init_ram() instead of memory_region_allocate_system_memory()
 2019-02-14 18:30 UTC  (3+ messages)

[Qemu-devel] QEMU xen coverity issues
 2019-02-14 18:29 UTC 

[Qemu-devel] [PATCH] gdbstub: Send a reply to the vKill packet
 2019-02-14 18:27 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/18] ARM virt: Initial RAM expansion and PCDIMM/NVDIMM support
 2019-02-14 18:00 UTC  (21+ messages)
` [Qemu-devel] [PATCH v6 01/18] update-linux-headers.sh: Copy new headers
` [Qemu-devel] [PATCH v6 03/18] hw/arm/boot: introduce fdt_add_memory_node helper
` [Qemu-devel] [PATCH v6 04/18] hw/arm/virt: Rename highmem IO regions
` [Qemu-devel] [PATCH v6 05/18] hw/arm/virt: Split the memory map description
` [Qemu-devel] [PATCH v6 06/18] hw/boards: Add a MachineState parameter to kvm_type callback
` [Qemu-devel] [PATCH v6 07/18] kvm: add kvm_arm_get_max_vm_phys_shift
` [Qemu-devel] [PATCH v6 08/18] vl: Set machine ram_size, maxram_size and ram_slots earlier
` [Qemu-devel] [PATCH v6 09/18] hw/arm/virt: Implement kvm_type function for 4.0 machine
` [Qemu-devel] [PATCH v6 11/18] hw/arm/virt: Add memory hotplug framework

[Qemu-devel] [PATCH] scsi-cd: Fix crash after remote cdrom detached
 2019-02-14 18:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] ui/cocoa: Use OSX's main loop
 2019-02-14 17:52 UTC  (13+ messages)
` [Qemu-devel] [PATCH v2 2/7] ui/cocoa: Use the pixman image directly in switchSurface
` [Qemu-devel] [PATCH v2 3/7] ui/cocoa: Factor out initial menu creation
` [Qemu-devel] [PATCH v2 5/7] ui/cocoa: Don't call NSApp sendEvent directly from handleEvent
` [Qemu-devel] [PATCH v2 6/7] ui/cocoa: Subclass NSApplication so we can implement sendEvent

[Qemu-devel] [PULL 00/26] target-arm queue
 2019-02-14 17:55 UTC  (3+ messages)
` [Qemu-devel] [PULL 09/26] target/arm: Don't clear supported PMU events when initializing PMCEID1

[Qemu-devel] [PATCH 0/4] Misc MIPS fulong2e improvements
 2019-02-14 17:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/4] mips_fulong2e: Dynamically generate SPD EEPROM data

[Qemu-devel] [PULL 0/1] Block patches
 2019-02-14 17:41 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v5 00/52] Support Kconfig in QEMU
 2019-02-14 17:02 UTC  (11+ messages)
` [Qemu-devel] [PATCH 41/52] isa: express dependencies with kconfig
` [Qemu-devel] [PATCH 42/52] i386: express dependencies with Kconfig

[Qemu-devel] [PATCH 0/4] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-02-14 17:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] tests: Add a simple device_del test for PCI devices
 2019-02-14 17:11 UTC 

[Qemu-devel] Object instantiation vs. device realization: what to do when?
 2019-02-14 16:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/6] target-mips: support MTTCG feature
 2019-02-14 16:57 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/6] target/mips: compare virtual addresses in LL/SC sequence

[Qemu-devel] [PATCH v4 0/2] pcie: Add simple ACS "support" to the generic PCIe root port
 2019-02-14 16:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 1/2] pcie: Add a simple PCIe ACS (Access Control Services) helper function

[Qemu-devel] [PULL v2 00/76] misc patches for 2019-02-04
 2019-02-14 16:50 UTC  (4+ messages)
` [Qemu-devel] [PULL 37/76] i386: import & use bootparam.h

[Qemu-devel] [PATCH v3 00/12] target/arm: tcg vector cleanups
 2019-02-14 16:12 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/18] qapi: add #if pre-processor conditions to generated code (part 3)
 2019-02-14 16:01 UTC  (21+ messages)
` [Qemu-devel] [PATCH v5 01/18] qapi: Belatedly document modular code generation
` [Qemu-devel] [PATCH v5 02/18] qapi: Fix up documentation for recent commit a95291007b2
` [Qemu-devel] [PATCH v5 03/18] qapi: Clean up modular built-in code generation a bit
` [Qemu-devel] [PATCH v5 04/18] qapi: Prepare for system modules other than 'builtin'
` [Qemu-devel] [PATCH v5 05/18] qapi: Generate QAPIEvent stuff into separate files
` [Qemu-devel] [PATCH v5 06/18] build-sys: move qmp-introspect per target
` [Qemu-devel] [PATCH v5 07/18] build: Deal with all of QAPI's .o in qapi/Makefile.objs
` [Qemu-devel] [PATCH v5 08/18] qapi: New module target.json
` [Qemu-devel] [PATCH v5 09/18] qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
` [Qemu-devel] [PATCH v5 10/18] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH v5 11/18] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PATCH v5 12/18] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH v5 13/18] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH v5 14/18] qapi: make query-cpu-definitions depend on specific targets
` [Qemu-devel] [PATCH v5 15/18] qapi: remove qmp_unregister_command()
` [Qemu-devel] [PATCH v5 16/18] Revert "qapi-events: add 'if' condition to implicit event enum"
` [Qemu-devel] [PATCH v5 17/18] qmp: Deprecate query-events in favor of query-qmp-schema
` [Qemu-devel] [PATCH v5 18/18] qapi: move RTC_CHANGE to the target schema

[Qemu-devel] [PULL 0/2] Fix slirp on windows
 2019-02-14 15:58 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] Add a 'x-blockdev-reopen' QMP command
 2019-02-14 15:52 UTC  (9+ messages)
` [Qemu-devel] [PATCH 01/13] block: Allow freezing BdrvChild links
` [Qemu-devel] [PATCH 02/13] block: Freeze the backing chain for the duration of the commit job

[Qemu-devel] [PATCH v2] hostmem: fix crash when querying empty host-nodes property via QMP
 2019-02-14 15:52 UTC  (2+ messages)

[Qemu-devel] [PULL 0/3] Bitmaps patches
 2019-02-14 15:49 UTC  (5+ messages)
` [Qemu-devel] [PULL 3/3] blockdev: acquire aio_context for bitmap add/remove

[Qemu-devel] [PULL v2 00/25] Chardev patches
 2019-02-14 15:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] target/arm: Implement ARMv8.2-FHM
 2019-02-14 14:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target/arm: Add helpers for FMLAL and FMLSL

[Qemu-devel] [v3 PATCH] hw/arm/bcm2835_peripherals: add bcm283x sp804-alike timer
 2019-02-14 15:12 UTC  (2+ 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).