qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-31 15:45:04 to 2020-08-31 23:53:31 UTC [more...]

[PATCH 0/3] ppc: Fixes for class and instance size problems
 2020-08-31 23:52 UTC  (4+ messages)
` [PATCH 3/3] spapr: Correct type for SPAPR_DRC_PCI

[PATCH v2 0/3] ppc: Fixes for class and instance size problems
 2020-08-31 23:51 UTC  (2+ messages)
` [PATCH v2 3/3] spapr: Remove unnecessary DRC type-checker macros

[RFC PATCH v3 00/34] Hexagon patch series
 2020-08-31 23:48 UTC  (18+ messages)
` [RFC PATCH v3 30/34] Hexagon (target/hexagon) TCG for instructions with multiple definitions

[PATCH v2 0/7] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-31 23:44 UTC  (17+ messages)
` [PATCH v2 1/7] target: rename all *_do_interupt functions to _do_interrupt_locked
` [PATCH v2 2/7] target/arm: add ARMCPUClass->do_interrupt_locked
` [PATCH v2 3/7] target/cris: add CRISCPUClass->do_interrupt_locked
` [PATCH v2 4/7] target: Push BQL on ->do_interrupt down into per-arch implementation
` [PATCH v2 5/7] accel/tcg: Change BQL critical section in cpu_handle_interrupt
` [PATCH v2 6/7] target: rename all *_cpu_exec_interrupt functions to *_cpu_exec_interrupt_locked
` [PATCH v2 7/7] target: Push BQL on ->cpu_exec_interrupt down into per-arch implementation

[PATCH] WHPX: vmware cpuid leaf for tsc and apic frequency
 2020-08-31 23:32 UTC  (2+ messages)

[PATCH 0/1] tcg: Adjust simd_desc size encoding
 2020-08-31 23:20 UTC  (3+ messages)
` [PATCH 1/1] "

QEMU | Pipeline #184069766 has failed for master | 2f4c51c0
 2020-08-31 22:42 UTC 

[PATCH v2 00/76] target/microblaze improvements
 2020-08-31 22:25 UTC  (23+ messages)
` [PATCH v2 01/76] tests/tcg: Add microblaze to arches filter
` [PATCH v2 02/76] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH v2 03/76] tests/tcg: Do not require FE_* exception bits
` [PATCH v2 07/76] target/microblaze: Split out EAR from env->sregs
` [PATCH v2 09/76] target/microblaze: Split out FSR "
` [PATCH v2 10/76] target/microblaze: Split out BTR "
` [PATCH v2 23/76] target/microblaze: Rename env_* tcg variables to cpu_*
` [PATCH v2 32/76] target/microblaze: Remove empty D macros
` [PATCH v2 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PATCH v2 62/76] target/microblaze: Tidy mb_cpu_dump_state

[PATCH] libvhost-user: Add GCC_FMT_ATTR and fix format string
 2020-08-31 22:02 UTC  (3+ messages)

[PATCH] gitlab-ci.yml: Run check-qtest and check-unit at the end of the fuzzer job
 2020-08-31 21:31 UTC  (3+ messages)

[PATCH 00/20] RX target update
 2020-08-31 20:38 UTC  (2+ messages)

[PATCH 0/4] tracetool: show trace-events filename/lineno in fmt string errors
 2020-08-31 20:20 UTC  (5+ messages)
` [PATCH 1/4] tracetool: add output filename command-line argument
` [PATCH 3/4] tracetool: add input filename and line number to Event

[PATCH] Deprecate lm32 port
 2020-08-31 20:11 UTC  (7+ messages)

[PATCH v2] hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
 2020-08-31 20:41 UTC  (2+ messages)

[PATCH] docs/system: Fix grammar in documentation
 2020-08-31 20:01 UTC  (2+ messages)

[PATCH] hw/ide: check null block pointer before blk_drain
 2020-08-31 20:27 UTC  (2+ messages)

[PATCH 0/3] tcg misc patches
 2020-08-31 17:23 UTC  (7+ messages)
` [PATCH 1/3] softmmu/cpus: Only set parallel_cpus for SMP
` [PATCH 2/3] tcg: Eliminate one store for in-place 128-bit dup_mem
` [PATCH 3/3] tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem

[PATCH 00/16] meson: convert unit tests in tests/Makefile.include
 2020-08-31 17:43 UTC  (3+ messages)
` [PATCH 12/16] tests: do not print benchmark output to stdout

[PATCH] main-loop: Fix comment
 2020-08-31 19:59 UTC  (2+ messages)

[PATCH v4 00/18] qom: Automated conversion of type checking boilerplate
 2020-08-31 21:07 UTC  (19+ messages)
` [PATCH v4 01/18] qom: make object_ref/unref use a void * instead of Object *
` [PATCH v4 02/18] qom: provide convenient macros for declaring and defining types
` [PATCH v4 03/18] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PATCH v4 04/18] qom: DECLARE_*_CHECKERS macros
` [PATCH v4 05/18] qom: Make type checker functions accept const pointers
` [PATCH v4 06/18] codeconverter: script for automating QOM code cleanups
` [PATCH v4 07/18] [automated] Delete duplicate QOM typedefs
` [PATCH v4 08/18] [automated] Move QOM typedefs and add missing includes
` [PATCH v4 09/18] [automated] Move QOM typedefs and add missing includes (pass 2)
` [PATCH v4 10/18] [automated] Move QOM typedefs and add missing includes (pass 3)
` [PATCH v4 11/18] [automated] Use DECLARE_*CHECKER* macros
` [PATCH v4 12/18] [automated] Use DECLARE_*CHECKER* macros (pass 2)
` [PATCH v4 13/18] [automated] Use DECLARE_*CHECKER* macros (pass 3)
` [PATCH v4 14/18] [semi-automated] Use DECLARE_*CHECKER* when possible (--force mode)
` [PATCH v4 15/18] [automated] Use OBJECT_DECLARE_TYPE where possible
` [PATCH v4 16/18] [automated] Use OBJECT_DECLARE_TYPE where possible (pass 2)
` [PATCH v4 17/18] [automated] Use OBJECT_DECLARE_TYPE where possible (pass 3)
` [PATCH v4 18/18] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible

[PATCH 0/4] QOM instance_size cleanups and fixes
 2020-08-31 19:44 UTC  (3+ messages)
` [PATCH 2/4] hda-audio: Set instance_size at base class

[PULL 00/18] Usb 20200831 patches
 2020-08-31 21:15 UTC  (2+ messages)

QEMU | Pipeline #184026826 has failed for master | 4bc08c61
 2020-08-31 20:07 UTC 

[Bug 1893691] [NEW] Chardev logfile is not written (regression between 5.0 and 5.1)
 2020-08-31 19:58 UTC 

[kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests
 2020-08-31 19:34 UTC  (5+ messages)
` [kvm-unit-tests RFC 1/4] arm64: Move get_id_aa64dfr0() in processor.h
` [kvm-unit-tests RFC 2/4] spe: Probing and Introspection Test
` [kvm-unit-tests RFC 3/4] spe: Add profiling buffer test
` [kvm-unit-tests RFC 4/4] spe: Test Profiling Buffer Events

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-31 19:07 UTC  (16+ messages)
` [PATCH v3 44/74] imx_ccm: Rename IMX_GET_CLASS macro
` [PATCH v3 45/74] mos6522: Rename QOM macros
` [PATCH v3 46/74] x86-iommu: Rename QOM type macros
` [PATCH v3 51/74] arm: Fix typo in AARCH64_CPU_GET_CLASS definition
` [PATCH v3 52/74] rx: Rename QOM type check macros
` [PATCH v3 53/74] rx: Move typedef RXCPU to cpu-qom.h

[RFC v4 00/70] support vector extension v1.0
 2020-08-31 18:50 UTC  (5+ messages)
` [RFC v4 55/70] target/riscv: rvv-1.0: single-width floating-point reduction

[PATCH v6 00/10] Remove EPYC mode apicid decode and use generic decode
 2020-08-31 18:43 UTC  (11+ messages)
` [PATCH v6 01/10] Revert "i386: Fix pkg_id offset for EPYC cpu models"
` [PATCH v6 02/10] Revert "target/i386: Enable new apic id encoding for EPYC based cpus models"
` [PATCH v6 03/10] Revert "hw/i386: Move arch_id decode inside x86_cpus_init"
` [PATCH v6 04/10] Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition"
` [PATCH v6 05/10] Revert "hw/i386: Introduce apicid functions inside X86MachineState"
` [PATCH v6 06/10] Revert "target/i386: Cleanup and use the EPYC mode topology functions"
` [PATCH v6 07/10] Revert "hw/386: Add EPYC mode topology decoding functions"
` [PATCH v6 08/10] Revert "hw/i386: Update structures to save the number of nodes per package"
` [PATCH v6 09/10] i386: Simplify CPUID_8000_001E for AMD
` [PATCH v6 10/10] "

[PATCH 0/6] target/microblaze: Use tcg_gen_lookup_and_goto_ptr
 2020-08-31 18:40 UTC  (7+ messages)
` [PATCH 1/6] target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
` [PATCH 2/6] target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP
` [PATCH 3/6] target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT
` [PATCH 4/6] target/microblaze: Handle DISAS_EXIT_NEXT in delay slot
` [PATCH 5/6] target/microblaze: Force rtid, rted, rtbd to exit
` [PATCH 6/6] target/microblaze: Use tcg_gen_lookup_and_goto_ptr

[PULL 0/7] softfloat patch queue
 2020-08-31 18:38 UTC  (2+ messages)

[PATCH v3 0/5] pc-bios: s390x: Cleanup part 2
 2020-08-31 18:31 UTC  (2+ messages)

[PATCH v6 00/10] Remove EPYC mode apicid decode and use generic decode
 2020-08-31 18:18 UTC 

[PATCH] hw/register: Document register_init_block @memory_size
 2020-08-31 17:42 UTC  (2+ messages)

[Bug 1893667] [NEW] Btrfs commands don't work when using user-space emulation of other architectures
 2020-08-31 17:30 UTC  (2+ messages)
` [Bug 1893667] "

[PULL 00/76] target/microblaze improvements
 2020-08-31 16:06 UTC  (77+ messages)
` [PULL 01/76] tests/tcg: Add microblaze to arches filter
` [PULL 02/76] tests/tcg: Do not require FE_TOWARDZERO
` [PULL 03/76] tests/tcg: Do not require FE_* exception bits
` [PULL 04/76] target/microblaze: Tidy gdbstub
` [PULL 05/76] target/microblaze: Split out PC from env->sregs
` [PULL 06/76] target/microblaze: Split out MSR "
` [PULL 07/76] target/microblaze: Split out EAR "
` [PULL 08/76] target/microblaze: Split out ESR "
` [PULL 09/76] target/microblaze: Split out FSR "
` [PULL 10/76] target/microblaze: Split out BTR "
` [PULL 11/76] target/microblaze: Split out EDR "
` [PULL 12/76] target/microblaze: Split the cpu_SR array
` [PULL 13/76] target/microblaze: Fix width of PC and BTARGET
` [PULL 14/76] target/microblaze: Fix width of MSR
` [PULL 15/76] target/microblaze: Fix width of ESR
` [PULL 16/76] target/microblaze: Fix width of FSR
` [PULL 17/76] target/microblaze: Fix width of BTR
` [PULL 18/76] target/microblaze: Fix width of EDR
` [PULL 19/76] target/microblaze: Remove cpu_ear
` [PULL 20/76] target/microblaze: Tidy raising of exceptions
` [PULL 21/76] target/microblaze: Mark raise_exception as noreturn
` [PULL 22/76] target/microblaze: Remove helper_debug and env->debug
` [PULL 23/76] target/microblaze: Rename env_* tcg variables to cpu_*
` [PULL 24/76] target/microblaze: Tidy mb_tcg_init
` [PULL 25/76] target/microblaze: Split out MSR[C] to its own variable
` [PULL 26/76] target/microblaze: Use DISAS_NORETURN
` [PULL 27/76] target/microblaze: Check singlestep_enabled in gen_goto_tb
` [PULL 28/76] target/microblaze: Convert to DisasContextBase
` [PULL 29/76] target/microblaze: Convert to translator_loop
` [PULL 30/76] target/microblaze: Remove SIM_COMPAT
` [PULL 31/76] target/microblaze: Remove DISAS_GNU
` [PULL 32/76] target/microblaze: Remove empty D macros
` [PULL 33/76] target/microblaze: Remove LOG_DIS
` [PULL 34/76] target/microblaze: Ensure imm constant is always available
` [PULL 35/76] target/microblaze: Add decodetree infrastructure
` [PULL 36/76] target/microblaze: Convert dec_add to decodetree
` [PULL 37/76] target/microblaze: Convert dec_sub "
` [PULL 38/76] target/microblaze: Implement cmp and cmpu inline
` [PULL 39/76] target/microblaze: Convert dec_pattern to decodetree
` [PULL 40/76] target/microblaze: Convert dec_and, dec_or, dec_xor "
` [PULL 41/76] target/microblaze: Convert dec_mul "
` [PULL 42/76] target/microblaze: Convert dec_div "
` [PULL 43/76] target/microblaze: Unwind properly when raising divide-by-zero
` [PULL 44/76] target/microblaze: Convert dec_bit to decodetree
` [PULL 45/76] target/microblaze: Convert dec_barrel "
` [PULL 46/76] target/microblaze: Convert dec_imm "
` [PULL 47/76] target/microblaze: Convert dec_fpu "
` [PULL 48/76] target/microblaze: Fix cpu unwind for fpu exceptions
` [PULL 49/76] target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
` [PULL 50/76] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PULL 51/76] target/microblaze: Cache mem_index in DisasContext
` [PULL 52/76] target/microblaze: Fix cpu unwind for stackprot
` [PULL 53/76] target/microblaze: Convert dec_load and dec_store to decodetree
` [PULL 54/76] target/microblaze: Assert no overlap in flags making up tb_flags
` [PULL 55/76] target/microblaze: Move bimm to BIMM_FLAG
` [PULL 56/76] target/microblaze: Fix no-op mb_cpu_transaction_failed
` [PULL 57/76] target/microblaze: Store "current" iflags in insn_start
` [PULL 58/76] tcg: Add tcg_get_insn_start_param
` [PULL 59/76] target/microblaze: Use cc->do_unaligned_access
` [PULL 60/76] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PULL 61/76] target/microblaze: Replace delayed_branch "
` [PULL 62/76] target/microblaze: Tidy mb_cpu_dump_state
` [PULL 63/76] target/microblaze: Convert brk and brki to decodetree
` [PULL 64/76] target/microblaze: Convert mbar "
` [PULL 65/76] target/microblaze: Reorganize branching
` [PULL 66/76] target/microblaze: Convert dec_br to decodetree
` [PULL 67/76] target/microblaze: Convert dec_bcc "
` [PULL 68/76] target/microblaze: Convert dec_rts "
` [PULL 69/76] target/microblaze: Tidy do_rti, do_rtb, do_rte
` [PULL 70/76] target/microblaze: Convert msrclr, msrset to decodetree
` [PULL 71/76] target/microblaze: Convert dec_msr "
` [PULL 72/76] target/microblaze: Convert dec_stream "
` [PULL 73/76] target/microblaze: Remove last of old decoder
` [PULL 74/76] target/microblaze: Remove cpu_R[0]
` [PULL 75/76] target/microblaze: Add flags markup to some helpers
` [PULL 76/76] target/microblaze: Reduce linux-user address space to 32-bit

[PATCH] memory: Revert "memory: accept mismatching sizes in memory_region_access_valid"
 2020-08-31 16:17 UTC  (7+ messages)

[PATCH 0/2] Replace posix_fallocate() with falloate()
 2020-08-31 15:55 UTC  (2+ messages)

[PATCH v2 0/4] Qemu SEV-ES guest support
 2020-08-31 15:37 UTC 

[PATCH] block: always link with zlib
 2020-08-31 15:47 UTC  (2+ messages)

[PATCH] meson: add pixman dependency to UI modules
 2020-08-31 15:46 UTC  (2+ messages)

[PATCH] meson: add pixman dependency to chardev/baum module
 2020-08-31 15:48 UTC  (2+ messages)

[PATCH] cirrus.yml: Split FreeBSD job into two parts
 2020-08-31 15:44 UTC 


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