qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-21 09:46:49 to 2018-08-21 13:32:19 UTC [more...]

[Qemu-devel] [PULL v3 00/46] MIPS queue August 21, 2018 v3
 2018-08-21 13:31 UTC  (30+ messages)
` [Qemu-devel] [PULL v3 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v3 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v3 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v3 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v3 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v3 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v3 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v3 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v3 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v3 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v3 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v3 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v3 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v3 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v3 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v3 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v3 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v3 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v3 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v3 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v3 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v3 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v3 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v3 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v3 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v3 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v3 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v3 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v3 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too

[Qemu-devel] Modeling a device controlled by combination of GPIO and UART
 2018-08-21 13:29 UTC 

[Qemu-devel] [PATCH 0/9] arm: Wire up GICv2 virt support on A15/A7 boards
 2018-08-21 13:28 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] hw/intc/arm_gic: Document QEMU interface
` [Qemu-devel] [PATCH 2/9] hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large
` [Qemu-devel] [PATCH 3/9] hw/arm/vexpress: Connect VIRQ and VFIQ
` [Qemu-devel] [PATCH 4/9] hw/arm/highbank: "
` [Qemu-devel] [PATCH 5/9] hw/arm/fsl-imx6ul: "
` [Qemu-devel] [PATCH 6/9] "
` [Qemu-devel] [PATCH 7/9] hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up
` [Qemu-devel] [PATCH 8/9] hw/arm/vexpress: Don't set info->secure_boot if CPU doesn't have EL3
` [Qemu-devel] [PATCH 9/9] hw/arm/vexpress: Add "virtualization" property controlling presence of EL2

[Qemu-devel] [PATCH] qga: Support Unicode paths in guest-file-open on win32
 2018-08-21 13:10 UTC  (2+ messages)

[Qemu-devel] [PULL v2 00/46] MIPS queue August 21, 2018 v2
 2018-08-21 13:07 UTC  (47+ messages)
` [Qemu-devel] [PULL v2 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v2 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v2 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v2 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v2 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v2 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v2 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v2 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v2 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v2 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v2 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v2 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v2 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v2 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v2 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v2 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v2 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v2 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v2 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v2 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v2 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v2 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v2 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v2 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v2 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v2 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v2 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v2 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v2 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v2 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v2 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v2 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v2 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v2 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v2 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v2 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v2 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v2 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v2 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v2 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v2 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v2 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v2 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v2 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v2 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v2 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[Qemu-devel] [PATCH rebased] tests: virtio: separate ccw tests from libqos
 2018-08-21 13:02 UTC  (2+ messages)
` [Qemu-devel] [PATCH] "

[Qemu-devel] [PATCH] qapi/migration.json: fix the description for "query-migrate" output
 2018-08-21 12:39 UTC 

[Qemu-devel] [PATCH v2 0/8] Make the pm_smbus code more correct
 2018-08-21 12:41 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 05/10] i2c:pm_smbus: Fix state transfer

[Qemu-devel] [PATCH v4 6/7] qmp: add pmemload command
 2018-08-21 12:38 UTC  (2+ messages)
` [Qemu-devel] [PATCH v5 5/6] "

[Qemu-devel] [PULL 00/46] MIPS queue August 21, 2018
 2018-08-21 12:35 UTC  (47+ messages)
` [Qemu-devel] [PULL 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL 46/46] target/mips: Add definition of nanoMIPS I7200 CPU

[Qemu-devel] [PATCH v9 00/84] Add nanoMIPS support to QEMU
 2018-08-21 12:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 40/84] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support
 2018-08-21 12:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/7] target/s390x: add BAL and BALR instructions

[Qemu-devel] [PATCH 0/2] virtio-vga: fix reset
 2018-08-21 12:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"

[Qemu-devel] [PULL 00/12] Ui 20180821 v2 patches
 2018-08-21 12:05 UTC  (13+ messages)
` [Qemu-devel] [PULL 01/12] ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
` [Qemu-devel] [PULL 02/12] vnc: fix memleak of the "vnc-worker-output" name
` [Qemu-devel] [PULL 03/12] ui: use enum to string helpers
` [Qemu-devel] [PULL 04/12] sdl2: redraw correctly when scanout_mode enabled
` [Qemu-devel] [PULL 05/12] doc: switch to modern syntax for VNC TLS setup
` [Qemu-devel] [PULL 06/12] vnc: remove support for deprecated tls, x509, x509verify options
` [Qemu-devel] [PULL 07/12] spice-display: access ptr_x/ptr_y under Mutex
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking
` [Qemu-devel] [PULL 09/12] ui/sdl2: Fix broken -full-screen CLI option
` [Qemu-devel] [PULL 10/12] ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro
` [Qemu-devel] [PULL 11/12] dmabuf: add y0_top, pass it to spice
` [Qemu-devel] [PULL 12/12] util: promote qemu_egl_rendernode_open() to libqemuutil

[Qemu-devel] [RFC PATCH 0/3] tweaks for QEMU's C standard
 2018-08-21 12:06 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 2/3] qemu-seccomp: manually expand SCMP_A1

[Qemu-devel] [PULL 00/12] Ui 20180821 patches
 2018-08-21 12:06 UTC  (4+ messages)
` [Qemu-devel] [PULL 08/12] spice-display: fix qemu_spice_cursor_refresh_bh locking

[Qemu-devel] [PATCH] migration: Replace strncpy() by g_strlcpy()
 2018-08-21 11:52 UTC  (9+ messages)

[Qemu-devel] [PATCH] arm: fix reset operation on netduino2 board
 2018-08-21 11:39 UTC  (4+ messages)
` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PULL 0/7] Linux user for 3.1 patches
 2018-08-21 11:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] ppc: Remove deprecated ppcemb target
 2018-08-21 11:27 UTC 

[Qemu-devel] [PATCH v11 00/46] Add nanoMIPS support - core functionality and system mode
 2018-08-21 11:16 UTC  (8+ messages)
` [Qemu-devel] [PATCH v11 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PATCH v11 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PATCH v11 35/46] target/mips: Add availability control via bit NMS

[Qemu-devel] [PATCH v2] ipmi: Use proper struct reference for BT vmstate
 2018-08-21 11:00 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] pc-dimm: pre_plug "slot" and "addr" assignment
 2018-08-21 11:01 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] editorconfig: set emacs mode
 2018-08-21 10:38 UTC 

[Qemu-devel] [PULL 0/7] pc: fixes
 2018-08-21 10:35 UTC  (2+ messages)

[Qemu-devel] [PATCH] Remove deprecated -balloon option
 2018-08-21 10:21 UTC  (5+ messages)
` [Qemu-devel] [libvirt] "

[Qemu-devel] [PATCH v4 00/29] vhost-user for input & GPU
 2018-08-21 10:13 UTC  (5+ messages)

[Qemu-devel] [PATCH] iothread: fix crash with invalid properties
 2018-08-21 10:07 UTC 

[Qemu-devel] [PATCH v3 0/2] hw/pci: PCI resource reserve capability
 2018-08-21  9:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/2] hw/pci: factor PCI reserve resources to a separate structure
` [Qemu-devel] [PATCH v3 2/2] hw/pci: add PCI resource reserve capability to legacy PCI bridge

[Qemu-devel] [PATCH V11 00/20] COLO: integrate colo frame with block replication and COLO proxy
 2018-08-21  9:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH V11 17/20] filter-rewriter: handle checkpoint and failover event

[Qemu-devel] [Bug 1755912] Re: qemu-system-x86_64 crashed with SIGABRT when using option -vga qxl
 2018-08-21  9:37 UTC 

[Qemu-devel] [PATCH v4 0/8] discard blockstats
 2018-08-21  9:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 1/8] qapi: group BlockDeviceStats fields
` [Qemu-devel] [PATCH v4 2/8] qapi: add unmap to BlockDeviceStats
` [Qemu-devel] [PATCH v4 3/8] ide: account UNMAP (TRIM) operations
` [Qemu-devel] [PATCH v4 4/8] scsi: store unmap offset and nb_sectors in request struct
` [Qemu-devel] [PATCH v4 5/8] scsi: move unmap error checking to the complete callback
` [Qemu-devel] [PATCH v4 6/8] scsi: account unmap operations
` [Qemu-devel] [PATCH v4 7/8] file-posix: account discard operations
` [Qemu-devel] [PATCH v4 8/8] qapi: query-blockstat: add driver specific file-posix stats


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