qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-30 14:20:51 to 2018-07-30 22:37:49 UTC [more...]

[Qemu-devel] [PATCH] sam460ex: Fix PCI interrupt connections
 2018-07-30 22:37 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] mps2: Implement FPGAIO counters and dual-timer
 2018-07-30 22:09 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/5] hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz counters
` [Qemu-devel] [PATCH 2/5] hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER
` [Qemu-devel] [PATCH 3/5] hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
` [Qemu-devel] [PATCH 4/5] hw/arm/iotkit: Wire up the dualtimer
` [Qemu-devel] [PATCH 5/5] hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511

[Qemu-devel] [PATCH v3 for-3.0] tests/libqtest: Improve kill_qemu()
 2018-07-30 22:08 UTC 

[Qemu-devel] [PATCH v2 for 3.0 0/2] fix for bug #1783362
 2018-07-30 21:42 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 for 3.0 1/2] linux-user/mmap.c: handle invalid len maps correctly

[Qemu-devel] [PATCH v2 for-3.0] tests/libqtest: Improve kill_qemu()
 2018-07-30 21:26 UTC  (7+ messages)

[Qemu-devel] [PATCH v3] block/gluster: Handle changed glfs_ftruncate signature
 2018-07-30 21:24 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 0/3] i.MX: Add the i.MX6UL SOC and a reference board
 2018-07-30 21:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/3] i.MX6UL: Add i.MX6UL specific CCM device
` [Qemu-devel] [PATCH v3 2/3] i.MX6UL: Add i.MX6UL SOC
` [Qemu-devel] [PATCH v3 3/3] i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board

[Qemu-devel] [PATCH v5 00/76] Add nanoMIPS support to QEMU
 2018-07-30 21:03 UTC  (90+ messages)
` [Qemu-devel] [PATCH v5 01/76] target/mips: Update maintainer's email addresses
` [Qemu-devel] [PATCH v5 02/76] target/mips: Avoid case statements formulated by ranges
` [Qemu-devel] [PATCH v5 03/76] target/mips: Update some CP0 registers bit definitions
` [Qemu-devel] [PATCH v5 04/76] target/mips: Add CP0 BadInstrX register
` [Qemu-devel] [PATCH v5 05/76] target/mips: Don't update BadVAddr register in Debug Mode
` [Qemu-devel] [PATCH v5 06/76] target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0
` [Qemu-devel] [PATCH v5 07/76] elf: Remove duplicate preprocessor constant definition
` [Qemu-devel] [PATCH v5 08/76] elf: Add ELF flags for MIPS machine variants
` [Qemu-devel] [PATCH v5 09/76] linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
` [Qemu-devel] [PATCH v5 10/76] linux-user: Add preprocessor availability control to some syscalls
` [Qemu-devel] [PATCH v5 11/76] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PATCH v5 12/76] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PATCH v5 13/76] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PATCH v5 14/76] target/mips: Add gen_op_addr_addi()
` [Qemu-devel] [PATCH v5 15/76] target/mips: Fix two instances of shadow variables
` [Qemu-devel] [PATCH v5 16/76] target/mips: Mark switch fallthroughs with interpretable comments
` [Qemu-devel] [PATCH v5 17/76] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PATCH v5 18/76] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PATCH v5 19/76] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PATCH v5 20/76] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PATCH v5 21/76] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PATCH v5 22/76] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PATCH v5 23/76] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PATCH v5 24/76] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PATCH v5 25/76] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PATCH v5 26/76] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PATCH v5 27/76] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PATCH v5 28/76] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PATCH v5 29/76] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PATCH v5 30/76] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PATCH v5 31/76] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PATCH v5 32/76] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PATCH v5 33/76] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PATCH v5 34/76] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PATCH v5 35/76] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PATCH v5 36/76] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PATCH v5 37/76] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PATCH v5 38/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PATCH v5 39/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PATCH v5 40/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PATCH v5 41/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PATCH v5 42/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PATCH v5 43/76] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PATCH v5 44/76] target/mips: Add handling of branch delay slots for nanoMIPS
` [Qemu-devel] [PATCH v5 45/76] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PATCH v5 46/76] target/mips: Add updating BadInstr, BadInstrP, BadInstrX for nanoMIPS
` [Qemu-devel] [PATCH v5 47/76] target/mips: Implement CP0 Config0.WR bit functionality
` [Qemu-devel] [PATCH v5 48/76] target/mips: Adjust behavior of Config3's ISAOnExc bit for nanoMIPS
` [Qemu-devel] [PATCH v5 49/76] target/mips: Adjust exception_resume_pc() "
` [Qemu-devel] [PATCH v5 50/76] target/mips: Adjust set_hflags_for_handler() "
` [Qemu-devel] [PATCH v5 51/76] target/mips: Adjust set_pc() "
` [Qemu-devel] [PATCH v5 52/76] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PATCH v5 53/76] elf: Add nanoMIPS specific variations in ELF header fields
` [Qemu-devel] [PATCH v5 54/76] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PATCH v5 55/76] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PATCH v5 56/76] mips_malta: Add basic nanoMIPS boot code for MIPS' Malta
` [Qemu-devel] [PATCH v5 57/76] mips_malta: Setup GT64120 BARs in nanoMIPS bootloader
` [Qemu-devel] [PATCH v5 58/76] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PATCH v5 59/76] gdbstub: Disable handling of nanoMIPS ISA bit in the MIPS gdbstub
` [Qemu-devel] [PATCH v5 60/76] gdbstub: Add XML support for GDB for nanoMIPS
` [Qemu-devel] [PATCH v5 61/76] target/mips: Add definition of nanoMIPS I7200 CPU
` [Qemu-devel] [PATCH v5 62/76] linux-user: Add syscall numbers for nanoMIPS
` [Qemu-devel] [PATCH v5 63/76] linux-user: Add target_signal.h header "
` [Qemu-devel] [PATCH v5 64/76] linux-user: Add termbits.h "
` [Qemu-devel] [PATCH v5 65/76] linux-user: Update syscall_defs.h "
` [Qemu-devel] [PATCH v5 66/76] linux-user: Add target_fcntl.h "
` [Qemu-devel] [PATCH v5 67/76] linux-user: Add sockbits.h "
` [Qemu-devel] [PATCH v5 68/76] linux-user: Add target_syscall.h "
` [Qemu-devel] [PATCH v5 69/76] linux-user: Add target_cpu.h "
` [Qemu-devel] [PATCH v5 70/76] linux-user: Add target_structs.h "
` [Qemu-devel] [PATCH v5 71/76] linux-user: Add target_elf.h "
` [Qemu-devel] [PATCH v5 72/76] linux-user: Add signal.c "
` [Qemu-devel] [PATCH v5 73/76] linux-user: Add support for nanoMIPS signal trampoline
` [Qemu-devel] [PATCH v5 74/76] linux-user: Add cpu_loop.c for nanoMIPS
` [Qemu-devel] [PATCH v5 75/76] linux-user: Amend sigaction syscall support "
` [Qemu-devel] [PATCH v5 76/76] linux-user: Add nanoMIPS linux user mode configuration support

[Qemu-devel] [Qemu-block] [PATCH] Add interactive mode to qemu-img command
 2018-07-30 20:53 UTC  (2+ messages)

[Qemu-devel] ARM: SVE issue in saturated subtraction
 2018-07-30 20:26 UTC 

[Qemu-devel] [PATCH for-3.0 v2] pc: acpi: fix memory hotplug regression by reducing stub SRAT entry size
 2018-07-30 20:26 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] linux-user/sparc: Fixes for clone
 2018-07-30 20:15 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] linux-user: Disallow setting newsp for fork
` [Qemu-devel] [PATCH 2/4] linux-user: Pass the parent env to cpu_clone_regs
` [Qemu-devel] [PATCH 3/4] linux-user/sparc: Fix cpu_clone_regs
` [Qemu-devel] [PATCH 4/4] linux-user/sparc: Flush register windows before clone

[Qemu-devel] [PATCH v1] s390x/cpu_models: Add "-cpu max" support
 2018-07-30 20:13 UTC  (4+ messages)
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [PATCH] Add interactive mode to qemu-img command
 2018-07-30 19:29 UTC 

[Qemu-devel] [PATCH v3] linux-user: ppc64: don't use volatile register during safe_syscall
 2018-07-30 19:16 UTC  (3+ messages)

[Qemu-devel] [Bug 1720969] [NEW] qemu/memory.c:206: pointless copies of large structs ?
 2018-07-30 18:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1720969] "

[Qemu-devel] [PATCH v2 0/3] i.MX: Add the i.MX6UL SOC and a reference board
 2018-07-30 18:56 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] i.MX6UL: Add i.MX6UL specific CCM device
` [Qemu-devel] [PATCH v2 2/3] i.MX6UL: Add i.MX6UL SOC
` [Qemu-devel] [PATCH v2 3/3] i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK Board

[Qemu-devel] [PATCH v8 0/3] wakeup-from-suspend and system_wakeup changes
 2018-07-30 18:50 UTC  (2+ messages)

[Qemu-devel] [Bug 1777777] [NEW] arm9 clock pending (SP804)
 2018-07-30 18:38 UTC  (3+ messages)
` [Qemu-devel] [Bug 1777777] "

[Qemu-devel] [PATCH v1 1/1] configure: Add RISC-V host support
 2018-07-30 18:37 UTC  (7+ messages)

[Qemu-devel] [PULL 0/6] target-arm queue
 2018-07-30 18:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 1/2] hw/arm: check fw_cfg return value before using it
 2018-07-30 18:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] arm: add Cortex M0 CPU model and hex file loader
 2018-07-30 18:01 UTC  (15+ messages)
` [Qemu-devel] [PATCH v3 1/7] hw/arm: rename armv7m_load_kernel()
` [Qemu-devel] [PATCH v3 2/7] hw/arm: rename TYPE_ARMV7M to TYPE_ARM_M_PROFILE
` [Qemu-devel] [PATCH v3 3/7] hw/arm: make bitbanded IO optional on ARM M Profile
` [Qemu-devel] [PATCH v3 4/7] target/arm: add "cortex-m0" CPU model
  ` [Qemu-devel] [Qemu-arm] "
` [Qemu-devel] [PATCH v3 5/7] loader: add rom transaction API
` [Qemu-devel] [PATCH v3 6/7] loader: Implement .hex file loader

[Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic
 2018-07-30 17:43 UTC  (3+ messages)

[Qemu-devel] [PATCH] arm: Fix return code of arm_load_elf
 2018-07-30 17:37 UTC 

[Qemu-devel] [RFC PATCH 0/3] Balloon inhibit enhancements
 2018-07-30 17:35 UTC  (13+ messages)

[Qemu-devel] [PATCH v3 0/1] ppc/pnv: Add model for Power8 PHB3 PCIe Host bridge
 2018-07-30 17:17 UTC  (2+ messages)
` [Qemu-devel] [PATCH v3 1/1] "

[Qemu-devel] [PATCH v5 00/20] arm_gic: add virtualization extensions support
 2018-07-30 17:14 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] target/ppc: simplify bcdadd/sub functions
 2018-07-30 17:09 UTC 

[Qemu-devel] [PATCH 1/1] s390x/sclp: fix maxram calculation
 2018-07-30 16:58 UTC  (12+ messages)
  ` [Qemu-devel] [qemu-s390x] "

[Qemu-devel] [RFC 0/3] Supporting programming IOMMU in QEMU (vDPA/vhost-user)
 2018-07-30 16:20 UTC  (8+ messages)
` [Qemu-devel] [RFC 3/3] vhost-user: support programming VFIO group in master

[Qemu-devel] ARM: SVE issue in cmpeq/cmpne
 2018-07-30 16:13 UTC  (2+ messages)

[Qemu-devel] [PATCH] build-sys: remove glib_subprocess check
 2018-07-30 15:58 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-blk: fix comment for virtio_blk_rw_complete
 2018-07-30 15:43 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] qcow2: Make the L2 cache cover the whole image by default
 2018-07-30 15:43 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/6 for-3.0] Update .gitignore

[Qemu-devel] [PATCH v2 00/23] tests: Compile-time format string checking for libqtest.h
 2018-07-30 15:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 13/23] tests: Clean up string interpolation around qtest_qmp_device_add()

[Qemu-devel] 'make vm-build-freebsd' &c don't work if KVM isn't enabled
 2018-07-30 15:20 UTC  (4+ messages)

[Qemu-devel] [PATCH QEMU] hw/char/sh_serial: Add timeout handling to unbreak serial input
 2018-07-30 15:18 UTC  (2+ messages)

[Qemu-devel] [PULL 00/13] Block layer patches
 2018-07-30 15:09 UTC  (14+ messages)
` [Qemu-devel] [PULL 01/13] qcow: fix a reference leak
` [Qemu-devel] [PULL 02/13] qcow2: A grammar fix in conflicting cache sizing error message
` [Qemu-devel] [PULL 03/13] file-posix: Handle EINTR in preallocation=full write
` [Qemu-devel] [PULL 04/13] docs: Describe using images in writing iotests
` [Qemu-devel] [PULL 05/13] iotests: Don't lock /dev/null in 226
` [Qemu-devel] [PULL 06/13] Revert "qemu-img: Document copy offloading implications with -S and -c"
` [Qemu-devel] [PULL 07/13] qemu-img: Add -C option for convert with copy offloading
` [Qemu-devel] [PULL 08/13] iotests: Add test for 'qemu-img convert -C' compatibility
` [Qemu-devel] [PULL 09/13] block: Fix documentation for BDRV_REQ_MAY_UNMAP
` [Qemu-devel] [PULL 10/13] file-posix: Fix write_zeroes with unmap on block devices
` [Qemu-devel] [PULL 11/13] block/qapi: Add 'qdev' field to query-blockstats result
` [Qemu-devel] [PULL 12/13] block/qapi: Include anonymous BBs in query-blockstats
` [Qemu-devel] [PULL 13/13] qemu-iotests: Test query-blockstats with -drive and -blockdev

[Qemu-devel] [PATCH v6 0/4] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-07-30 14:43 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 1/4] spapr: Add a pseries-3.1 machine type


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