qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-23 18:39:55 to 2022-09-25 11:46:32 UTC [more...]

[PATCH v3 00/54] tests/qtest: Enable running qtest on Windows
 2022-09-25 11:29 UTC  (8+ messages)
` [PATCH v3 01/54] tests/qtest: i440fx-test: Rewrite create_blob_file() to be portable
` [PATCH v3 02/54] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v3 03/54] tcg: "
` [PATCH v3 05/54] tests/qtest: ahci-test: "
` [PATCH v3 07/54] tests/qtest: boot-serial-test: "
` [PATCH v3 10/54] tests/qtest: generic_fuzz: "
` [PATCH v3 11/54] tests/qtest: virtio_blk_fuzz: "

[PATCH v5 00/17] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
 2022-09-25 10:51 UTC  (18+ messages)
` [PATCH v5 01/17] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v5 02/17] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v5 03/17] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v5 04/17] accel/tcg: Introduce probe_access_full
` [PATCH v5 05/17] accel/tcg: Introduce tlb_set_page_full
` [PATCH v5 06/17] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
` [PATCH v5 07/17] target/sparc: Use tlb_set_page_full
` [PATCH v5 08/17] accel/tcg: Move byte_swap from MemTxAttrs to CPUTLBEntryFull
` [PATCH v5 09/17] accel/tcg: Add force_aligned "
` [PATCH v5 10/17] accel/tcg: Remove PageDesc code_bitmap
` [PATCH v5 11/17] accel/tcg: Use bool for page_find_alloc
` [PATCH v5 12/17] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
` [PATCH v5 13/17] accel/tcg: Do not align tb->page_addr[0]
` [PATCH v5 14/17] include/hw/core: Create struct CPUJumpCache
` [PATCH v5 15/17] accel/tcg: Introduce tb_pc and tb_pc_log
` [PATCH v5 16/17] accel/tcg: Introduce TARGET_TB_PCREL
` [PATCH v5 17/17] accel/tcg: Split log_cpu_exec into inline and slow path

[PATCH v1 0/9] MemTxAttrs cpu_index and gdbstub/next
 2022-09-25 10:18 UTC  (15+ messages)
` [PATCH v1 1/9] hw: encode accessing CPU index in MemTxAttrs
` [PATCH v1 3/9] hw/intc/gic: use MxTxAttrs to divine accessing CPU
` [PATCH v1 4/9] hw/timer: convert mptimer access to attrs to derive cpu index
` [PATCH v1 5/9] configure: move detected gdb to TCG's config-host.mak
` [PATCH v1 6/9] gdbstub: move into its own sub directory
` [PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass
` [PATCH v1 8/9] gdbstub: move breakpoint logic to accel ops

[PATCH v2] hw/display/tcx: Mark the VRAM dirty upon reset
 2022-09-25 10:03 UTC  (7+ messages)

[PATCH 00/10] Misc ppc/mac machines clean up
 2022-09-25  9:41 UTC  (28+ messages)
` [PATCH 01/10] mac_newworld: Drop some variables
` [PATCH 02/10] mac_oldworld: Drop some more variables
` [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
` [PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices
` [PATCH 05/10] mac_{old|new}world: Reduce number of QOM casts
` [PATCH 06/10] hw/ppc/mac.h: Move newworld specific atuff out from shared header
` [PATCH 07/10] hw/ppc/mac.h: Move macio "
` [PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration "
` [PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
` [PATCH 10/10] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h

[PATCH 2/2] audio: improve out.voices test
 2022-09-25  8:56 UTC 

[PATCH 1/2] audio: fix in.voices test
 2022-09-25  8:56 UTC 

[PATCH 0/2] Fix audio voices tests
 2022-09-25  8:56 UTC 

[PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code
 2022-09-25  7:35 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered

[PATCH v2 00/39] tests/qtest: Enable running qtest on Windows
 2022-09-25  5:19 UTC  (17+ messages)
` [PATCH v2 03/39] block: Unify the get_tmp_filename() implementation
` [PATCH v2 20/39] tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32
` [PATCH v2 25/39] chardev/char-file: Add FILE_SHARE_WRITE when openning the file "
` [PATCH v2 36/39] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes
` [PATCH v2 38/39] tests/qtest: Enable qtest build on Windows

[PATCH v3 1/3] util/main-loop: Fix maximum number of wait objects for win32
 2022-09-25  1:07 UTC  (3+ messages)

[PATCH] target/hppa: Generate illegal instruction exception for 64-bit instructions
 2022-09-24 22:13 UTC 

[PATCH] gtk: Add show_menubar=on|off command line option
 2022-09-24 21:09 UTC 

[PATCH v2 00/37] target/i386: new decoder + AVX implementation
 2022-09-24 21:24 UTC  (41+ messages)
` [PATCH v2 02/37] target/i386: make ldo/sto operations consistent with ldq
` [PATCH v2 05/37] target/i386: add core of new i386 decoder
` [PATCH v2 06/37] target/i386: add ALU load/writeback core
` [PATCH v2 10/37] target/i386: validate VEX prefixes via the instructions' exception classes
` [PATCH v2 11/37] target/i386: validate SSE prefixes directly in the decoding table
` [PATCH v2 19/37] target/i386: reimplement 0x0f 0x60-0x6f, add AVX
` [PATCH v2 20/37] target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, "
` [PATCH v2 21/37] target/i386: reimplement 0x0f 0x50-0x5f, "
` [PATCH v2 22/37] target/i386: reimplement 0x0f 0x78-0x7f, "
` [PATCH v2 23/37] target/i386: reimplement 0x0f 0x70-0x77, "
` [PATCH v2 24/37] target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, "
` [PATCH v2 25/37] target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes
` [PATCH v2 26/37] target/i386: reimplement 0x0f 0x3a, add AVX
` [PATCH v2 27/37] target/i386: Use tcg gvec ops for pmovmskb
` [PATCH v2 28/37] target/i386: reimplement 0x0f 0x38, add AVX
` [PATCH v2 30/37] target/i386: reimplement 0x0f 0x10-0x17, "
` [PATCH v2 31/37] target/i386: reimplement 0x0f 0x28-0x2f, "
` [PATCH v2 32/37] target/i386: implement XSAVE and XRSTOR of AVX registers
` [PATCH v2 33/37] target/i386: implement VLDMXCSR/VSTMXCSR
` [PATCH v2 36/37] target/i386: move 3DNow to the new decoder

[PATCH 00/12] VMX/VSX instructions with gvec
 2022-09-24 20:16 UTC  (25+ messages)
` [PATCH 01/12] target/ppc: Moved VMLADDUHM to decodetree and use gvec
` [PATCH 02/12] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
` [PATCH 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
` [PATCH 04/12] target/ppc: Move VNEG[WD] to decodtree "
` [PATCH 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree "
` [PATCH 06/12] target/ppc: Move VAVG[SU][BHW] "
` [PATCH 07/12] target/ppc: Move VABSDU[BHW] "
` [PATCH 08/12] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
` [PATCH 09/12] target/ppc: Use gvec to decode XVCPSGN[SD]P
` [PATCH 10/12] target/ppc: Moved XVTSTDC[DS]P to decodetree
` [PATCH 11/12] target/ppc: Moved XSTSTDC[QDS]P "
` [PATCH 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P

[PATCH v2 0/5] Make serial msmouse work
 2022-09-24 18:22 UTC  (2+ messages)

[PATCH v3] block: Refactor get_tmp_filename()
 2022-09-24 16:32 UTC 

[PATCH] block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
 2022-09-24 14:48 UTC 

[RFC][PATCH] linux-user: Add guest memory layout to exception dump
 2022-09-24 14:18 UTC 

[PATCH v3 00/26] block: fix coroutine_fn annotations
 2022-09-24 13:41 UTC  (4+ messages)
` [PATCH 02/26] block: add missing "

[PATCH] target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= migration_tsc' failed
 2022-09-24 13:39 UTC  (2+ messages)

[PATCH v2] block: Refactor get_tmp_filename()
 2022-09-24 12:29 UTC  (2+ messages)

[PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts
 2022-09-24 13:09 UTC  (2+ messages)

[PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
 2022-09-24 12:28 UTC  (26+ messages)
` [PATCH v6 01/25] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v6 02/25] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v6 03/25] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v6 04/25] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v6 05/25] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v6 06/25] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v6 07/25] ppc4xx_sdram: QOM'ify
` [PATCH v6 08/25] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v6 09/25] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v6 10/25] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
` [PATCH v6 11/25] ppc440_sdram: Get rid of the init RAM hack
` [PATCH v6 12/25] ppc440_sdram: Rename local variable for readability
` [PATCH v6 13/25] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v6 14/25] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v6 15/25] ppc440_sdram: QOM'ify
` [PATCH v6 16/25] ppc440_uc.c: Move some macros to ppc4xx.h
` [PATCH v6 17/25] ppc440_uc.c: Remove unneeded parenthesis
` [PATCH v6 18/25] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
` [PATCH v6 19/25] ppc4xx_devs.c: Move DDR "
` [PATCH v6 20/25] ppc4xx_sdram: Move ppc4xx_sdram_banks() "
` [PATCH v6 21/25] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v6 22/25] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v6 23/25] ppc4xx_sdram: Generalise bank setup
` [PATCH v6 24/25] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
` [PATCH v6 25/25] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()

[PATCH v6 0/5] improve error handling for module load
 2022-09-24 12:35 UTC  (7+ messages)
` [PATCH v6 1/5] module: removed unused function argument "mayfail"
` [PATCH v6 2/5] module: rename module_load_one to module_load
` [PATCH v6 3/5] module: add Error arguments to module_load and module_load_qom
` [PATCH v6 4/5] dmg: warn when opening dmg images containing blocks of unknown type
` [PATCH v6 5/5] accel: abort if we fail to load the accelerator plugin

[PATCH v11 00/15] target/hexagon: introduce idef-parser
 2022-09-24 12:22 UTC  (9+ messages)
` [PATCH v11 03/15] target/hexagon: make slot number an unsigned
` [PATCH v11 04/15] target/hexagon: make helper functions non-static
` [PATCH v11 05/15] target/hexagon: introduce new helper functions
` [PATCH v11 06/15] target/hexagon: expose next PC in DisasContext

[PATCH 0/7] linux-user fixes for hppa target - part 2
 2022-09-24 11:45 UTC  (8+ messages)
` [PATCH 1/7] linux-user: Fix TARGET_PROT_SEM for XTENSA
` [PATCH 2/7] linux-user: Add proper strace format strings for getdents()/getdents64()
` [PATCH 3/7] linux-user/hppa: Add signal trampoline for hppa target
` [PATCH 4/7] linux-user/hppa: Drop stack guard page on "
` [PATCH 5/7] linux-user/hppa: Increase guest stack size to 80MB for "
` [PATCH 6/7] linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
` [PATCH 7/7] linux-user/hppa: Fix setup_sigcontext()

[PATCH v7 00/14] QMP/HMP: introduce 'dumpdtb'
 2022-09-24  9:48 UTC  (5+ messages)
` [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb

[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
 2022-09-24  9:20 UTC  (9+ messages)
` [PATCH 5/7] block/nfs: Fix 32-bit Windows build
` [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages

[PATCH] hw/net: npcm7xx_emc: set MAC in register space
 2022-09-24  9:10 UTC  (5+ messages)

[PATCH] block: Refactor get_tmp_filename()
 2022-09-24  8:00 UTC 

[PATCH] Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"
 2022-09-24  1:27 UTC  (7+ messages)

[PATCH v5 0/4] improve error handling for module load
 2022-09-23 22:41 UTC  (4+ messages)
` [PATCH v5 3/4] module: add Error arguments to module_load and module_load_qom

[PATCH v3 0/5] linux-user: Passthrough MADV_DONTNEED for certain file mappings
 2022-09-23 21:52 UTC  (11+ messages)
` [PATCH v3 1/5] linux-user: Provide MADV_* definitions
` [PATCH v3 2/5] linux-user: Fix madvise(MADV_DONTNEED) on alpha
` [PATCH v3 3/5] linux-user: Implement stracing madvise()
` [PATCH v3 4/5] linux-user: Passthrough MADV_DONTNEED for certain file mappings
` [PATCH v3 5/5] tests/tcg/linux-test: Add linux-madvise test

[PATCH v3 2/3] module: add Error arguments to module_load_one and module_load_qom_one
 2022-09-23 22:23 UTC  (12+ messages)

[PATCH] linux-user: fix readlinkat handling with magic exe symlink
 2022-09-23 21:43 UTC  (3+ messages)

Maximum QMP reply size
 2022-09-23 19:51 UTC  (3+ messages)

[PATCH v8 0/8] s390x/pci: zPCI interpretation support
 2022-09-23 18:59 UTC  (6+ messages)
` [PATCH v8 5/8] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v8 8/8] s390x/s390-virtio-ccw: add zpcii-disable machine property

[PATCH 00/12] audio: misc. improvements and bug fixes
 2022-09-23 18:36 UTC  (13+ messages)
` [PATCH 01/12] audio: refactor code in audio_run_out()
` [PATCH 02/12] audio: fix GUS audio playback with out.mixing-engine=off
` [PATCH 03/12] audio: run downstream playback queue unconditionally
` [PATCH 04/12] alsaaudio: reduce playback latency
` [PATCH 05/12] audio: add more audio rate control functions
` [PATCH 06/12] spiceaudio: add a pcm_ops buffer_get_free function
` [PATCH 07/12] spiceaudio: update comment
` [PATCH 08/12] audio: swap audio_rate_get_bytes() function parameters
` [PATCH 09/12] audio: rename audio_sw_bytes_free()
` [PATCH 10/12] audio: refactor audio_get_avail()
` [PATCH 11/12] audio: fix sw->buf size for audio recording
` [PATCH 12/12] audio: prevent an integer overflow in resampling code

[PATCH 0/5] migration: Bug fixes (prepare for preempt-full)
 2022-09-23 18:27 UTC  (6+ messages)
` [PATCH 2/5] migration: Fix race on qemu_file_shutdown()

[PATCH] arm/monitor: add register name resolution
 2022-09-23 18:11 UTC  (3+ 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).