messages from 2022-09-16 14:55:23 to 2022-09-19 00:53:06 UTC [more...]
[PATCH v9 0/7] Add support for zoned device
2022-09-19 0:50 UTC (10+ messages)
` [PATCH v9 1/7] include: add zoned device structs
` [PATCH v9 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v9 5/7] config: add check to block layer
[PATCH 00/42] Consolidate PIIX south bridges
2022-09-18 22:30 UTC (16+ messages)
` [PATCH 05/42] hw/isa/piix3: Create USB controller in host device
` [PATCH 07/42] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
` [PATCH 14/42] hw/isa/piix3: Modernize reset handling
` [PATCH 26/42] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH 39/42] hw/isa/piix: Unexport PIIXState
[PATCH v5 00/21] ppc4xx_sdram QOMify and clean ups
2022-09-18 21:36 UTC (28+ messages)
` [PATCH v5 01/21] ppc440_bamboo: Remove unnecessary memsets
` [PATCH v5 02/21] ppc4xx: Introduce Ppc4xxSdramBank struct
` [PATCH v5 03/21] ppc4xx_sdram: Get rid of the init RAM hack
` [PATCH v5 04/21] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
` [PATCH v5 05/21] ppc440_bamboo: Add missing 4 MiB valid memory size
` [PATCH v5 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v5 07/21] ppc4xx_sdram: QOM'ify
` [PATCH v5 08/21] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v5 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v5 10/21] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
` [PATCH v5 11/21] ppc440_sdram: Get rid of the init RAM hack
` [PATCH v5 12/21] ppc440_sdram: Rename local variable for readability
` [PATCH v5 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v5 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v5 15/21] ppc440_sdram: QOM'ify
` [PATCH v5 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
` [PATCH v5 17/21] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v5 18/21] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v5 19/21] ppc4xx_sdram: Generalise bank setup
` [PATCH v5 20/21] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
` [PATCH v5 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
[PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
2022-09-18 21:35 UTC (12+ messages)
` [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
[PATCH v3 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements
2022-09-18 20:49 UTC (17+ messages)
` [PATCH v3 01/12] linux-user: Add missing signals in strace output
` [PATCH v3 02/12] linux-user: Add missing clock_gettime64() syscall strace
` [PATCH v3 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP()
` [PATCH v3 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump
` [PATCH v3 07/12] linux-user: Fix strace of chmod() if mode == 0
` [PATCH v3 08/12] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
` [PATCH v3 09/12] linux-user: Add strace for clock_nanosleep()
` [PATCH v3 10/12] linux-user: Show timespec on strace for futex()
` [PATCH v3 11/12] linux-user: Add close_range() syscall
` [PATCH v3 12/12] linux-user: Add parameters of getrandom() syscall for strace
[PULL 00/12] linux-user patches
2022-09-18 18:52 UTC (5+ messages)
[PATCH] ui/console: fix three double frees in png_save()
2022-09-18 18:31 UTC (2+ messages)
[PATCH v11 00/21] job: replace AioContext lock with job_mutex
2022-09-18 17:22 UTC (13+ messages)
` [PATCH v11 11/21] jobs: group together API calls under the same job lock
` [PATCH v11 13/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v11 18/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v11 21/21] job: remove unused functions
[PATCH 8/8] Fix license statements
2022-09-18 16:33 UTC (2+ messages)
` [PATCH 8/8] Ping : hw/gpio Fix license statements in avr_gpio
[PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
2022-09-18 14:37 UTC (29+ messages)
` [PATCH 01/11] hw/ppc/meson: Allow e500 boards to be enabled separately
` [PATCH 02/11] hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
` [PATCH 03/11] docs/system/ppc/ppce500: Add heading for networking chapter
` [PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus
` [PATCH 05/11] hw/ppc/e500: Remove if statement which is now always true
` [PATCH 07/11] hw/ppc/e500: Implement pflash handling
` [PATCH 08/11] hw/sd/sdhci-internal: Unexport ESDHC defines
` [PATCH 09/11] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*
` [PATCH 10/11] hw/sd/sdhci: Implement Freescale eSDHC device model
` [PATCH 11/11] hw/ppc/e500: Add Freescale eSDHC to e500 boards
[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
2022-09-18 11:07 UTC (4+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support
[PATCH v4 00/21] ppc4xx_sdram QOMify and clean ups
2022-09-18 9:59 UTC (14+ messages)
` [PATCH v4 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
` [PATCH v4 08/21] ppc4xx_sdram: Drop extra zeros for readability
` [PATCH v4 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
` [PATCH v4 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
` [PATCH v4 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
` [PATCH v4 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
[PATCH 0/3] Add qemu-img checksum command using blkhash
2022-09-18 9:35 UTC (2+ messages)
[PATCH] target/riscv: Check the correct exception cause in vector GDB stub
2022-09-18 8:32 UTC
[PATCH] target/i386: fix INSERTQ implementation
2022-09-18 7:56 UTC
[PATCH] target/i386: correctly mask SSE4a bit indices in register operands
2022-09-18 7:18 UTC
[PATCH 0/4] target/m68k: MacOS supervisor/user mode switch fixes
2022-09-17 22:29 UTC (9+ messages)
` [PATCH 1/4] target/m68k: rename M68K_FEATURE_M68000 to M68K_FEATURE_M68K
` [PATCH 2/4] target/m68k: increase size of m68k CPU features from uint32_t to uint64_t
` [PATCH 3/4] target/m68k: use M68K_FEATURE_MOVEFROMSR_PRIV feature for move_from_sr privilege check
` [PATCH 4/4] target/m68k: always call gen_exit_tb() after writes to SR
[PATCH v3 1/1] monitor/hmp: print trace as option in help for log command
2022-09-17 21:44 UTC (3+ messages)
[PATCH v2 0/4] Patch series to set up a ppc64le CI
2022-09-17 21:40 UTC (5+ messages)
` [PATCH v2 2/4] scripts/ci/setup: Fix libxen requirements
` [PATCH v2 3/4] scripts/ci/setup: spice-server only on x86 aarch64
[PATCH] vfio/common: Fix vfio_iommu_type1_info use after free
2022-09-17 21:37 UTC (2+ messages)
[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
2022-09-17 21:32 UTC (11+ messages)
` [PATCH 1/7] scripts/nsis.py: Drop the unnecessary path separator
` [PATCH 2/7] scripts/nsis.py: Fix destination directory name when invoked on Windows
` [PATCH 4/7] .gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
` [PATCH 5/7] block/nfs: Fix 32-bit Windows build
` [PATCH 7/7] .gitlab-ci.d/windows.yml: Test 'make installer' in the CI
[PATCH 00/10] Misc ppc/mac machines clean up
2022-09-17 21:17 UTC (17+ 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 0/3] hw/riscv: opentitan: Fixup resetvec issues
2022-09-17 21:03 UTC (9+ messages)
` [PATCH 1/3] target/riscv: Set the CPU resetvec directly
` [PATCH 2/3] hw/riscv: opentitan: Fixup resetvec
` [PATCH 3/3] hw/riscv: opentitan: Expose the resetvec as a SoC property
[PATCH] Remove unused MAX_IDE_BUS define
2022-09-17 20:58 UTC (3+ messages)
[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
2022-09-17 20:28 UTC (11+ messages)
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables "
[PULL 0/3] hmp queue
2022-09-17 20:14 UTC (2+ messages)
[PULL 00/20] target-arm.next patch queue
2022-09-17 20:13 UTC (2+ messages)
[PULL 00/11] semihosting patch queue
2022-09-17 20:14 UTC (2+ messages)
[PATCH v2] hw/display: load the correct ROM file for isa-vga device
2022-09-17 19:25 UTC (4+ messages)
[PATCH] hw/display: load the correct ROM file for isa-vga device
2022-09-17 14:10 UTC (2+ messages)
[PATCH 0/2] audio: prevent a class of guest-triggered aborts
2022-09-17 13:16 UTC (3+ messages)
` [PATCH 1/2] Revert "audio: Log context for audio bug"
` [PATCH 2/2] audio: remove abort() in audio_bug()
[PATCH 0/5] Fix some bugs
2022-09-17 10:56 UTC (12+ messages)
` [PATCH 1/5] target/loongarch: ftint_xxx insns set the result high 32bit 0xffffffff
` [PATCH 2/5] target/loongarch: bstrins.w need set dest register EXT_SIGN
` [PATCH 3/5] target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags
` [PATCH 4/5] target/loongarch: flogb_{s/d} add set float_flag_divbyzero
` [PATCH 5/5] target/loongarch: div if x/0 set dividend to 0
[RFC PATCH 0/4] use MemTxAttrs to signal cpu index
2022-09-17 8:33 UTC (8+ messages)
` [RFC PATCH 1/4] hw: encode accessing CPU index in MemTxAttrs
` [RFC PATCH 3/4] hw/intc/gic: use MxTxAttrs to divine accessing CPU
[PATCH] RISC-V: Add support for Ztso
2022-09-17 8:22 UTC (3+ messages)
[PATCH v2] RISC-V: Add support for Ztso
2022-09-17 7:26 UTC
[RISU PATCH 0/5] Add LoongArch architectures support
2022-09-17 7:43 UTC (6+ messages)
` [RISU PATCH 1/5] risu: Use alternate stack
` [RISU PATCH 2/5] loongarch: Add LoongArch basic test support
` [RISU PATCH 3/5] loongarch: Implement risugen module
` [RISU PATCH 4/5] loongarch: Add risufile with loongarch instructions
` [RISU PATCH 5/5] loongarch: Add block 'safefloat' and nanbox_s()
[PATCH] docs/devel: remove incorrect claim about git send-email
2022-09-17 7:14 UTC (3+ messages)
[PATCH v3 1/2] target/i386: Read 8 bytes from cvttps2pi/cvtps2pi memory operands
2022-09-17 2:14 UTC (3+ messages)
` [PATCH v3 2/2] target/i386: Raise #GP on unaligned m128 accesses when required
[RFC] hw/registerfields: add `FIELDx_1CLEAR()` macro
2022-09-17 1:14 UTC (4+ messages)
[PATCH v1 0/3] ui/gtk: Add a new parameter to assign connectors/monitors to Guests' windows
2022-09-17 0:07 UTC (4+ messages)
` [PATCH v1 1/3] ui/gtk: Disable the scanout when a detached tab is closed
` [PATCH v1 2/3] ui/gtk: Factor out tab window creation into a separate function
` [PATCH v1 3/3] ui/gtk: Add a new parameter to assign connectors/monitors to GFX VCs
[PATCH v6 0/2] Enable notify VM exit
2022-09-16 21:57 UTC (3+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support
[PATCH v5 00/13] Instantiate VT82xx functions in host device
2022-09-16 17:54 UTC (4+ messages)
Maximum QMP reply size
2022-09-16 15:36 UTC (5+ messages)
[PATCH v2 00/30] testing/next pre-PR (testing update and mips deprecation)
2022-09-16 15:20 UTC (8+ messages)
` [PATCH v2 21/30] Deprecate 32 bit big-endian MIPS
[PATCH v4 0/3] improve error handling for module load
2022-09-16 15:06 UTC (6+ messages)
` [PATCH v4 2/3] module: add Error arguments to module_load_one and module_load_qom_one
[PATCH] Hexagon (tests/tcg/hexagon): add fmin/fmax tests for signed zero
2022-09-16 15:06 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).