qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-16 13:35:00 to 2018-08-16 16:51:25 UTC [more...]

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

[Qemu-devel] [PATCH] hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_reset
 2018-08-16 16:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] docs/generic-loader: mention U-Boot and Intel HEX executable formats
 2018-08-16 16:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] target/arm: crash on conditional instr in it block
 2018-08-16 16:38 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/4] arm: Add nRF51 SoC UART support
 2018-08-16 16:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/4] hw/arm/nrf51_soc: Connect UART to nRF51 SoC

[Qemu-devel] [PATCH] qtest: Add set_irq_in command to set IRQ/GPIO level
 2018-08-16 16:19 UTC  (2+ messages)

[Qemu-devel] [PULL 00/30] target-arm queue
 2018-08-16 16:18 UTC  (19+ messages)
` [Qemu-devel] [PULL 14/30] loader: add rom transaction API
` [Qemu-devel] [PULL 15/30] loader: Implement .hex file loader
` [Qemu-devel] [PULL 16/30] Add QTest testcase for the Intel Hexadecimal
` [Qemu-devel] [PULL 17/30] imx_spi: Unset XCH when TX FIFO becomes empty
` [Qemu-devel] [PULL 18/30] aspeed_sdmc: Extend number of valid registers
` [Qemu-devel] [PULL 19/30] aspeed_sdmc: Fix saved values
` [Qemu-devel] [PULL 20/30] aspeed_sdmc: Set 'cache initial sequence' always true
` [Qemu-devel] [PULL 21/30] aspeed_sdmc: Init status always idle
` [Qemu-devel] [PULL 22/30] aspeed_sdmc: Handle ECC training
` [Qemu-devel] [PULL 23/30] aspeed: add a max_ram_size property to the memory controller
` [Qemu-devel] [PULL 24/30] target/arm: Adjust FPCR_MASK for FZ16
` [Qemu-devel] [PULL 25/30] target/arm: Ignore float_flag_input_denormal from fp_status_f16
` [Qemu-devel] [PULL 26/30] target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h
` [Qemu-devel] [PULL 27/30] target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
` [Qemu-devel] [PULL 28/30] target/arm: Fix aa64 FCADD and FCMLA decode
` [Qemu-devel] [PULL 29/30] softfloat: Fix missing inexact for floating-point add
` [Qemu-devel] [PULL 30/30] hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()

[Qemu-devel] [PATCH v2 0/3] hw/pci: PCI resource reserve capability
 2018-08-16 16:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/6] Connect a PCIe host and graphics support to RISC-V
 2018-08-16 16:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] hw/riscv/virtio: Set the soc device tree node as a simple-bus
` [Qemu-devel] [PATCH v3 2/6] hw/riscv/virt: Increase the number of interrupts
` [Qemu-devel] [PATCH v3 3/6] hw/riscv/virt: Connect the gpex PCIe
` [Qemu-devel] [PATCH v3 4/6] hw/riscv/virt: Connect a VGA PCIe device
` [Qemu-devel] [PATCH v3 5/6] hw/riscv/sifive_u: Connect the Xilinx PCIe
` [Qemu-devel] [PATCH v3 6/6] hw/riscv/virt: Connect a VirtIO net PCIe device

[Qemu-devel] [PATCH v4 0/6] arm: add Cortex M0 CPU model and hex file loader
 2018-08-16 16:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 5/6] loader: Implement .hex "
  ` [Qemu-devel] [Qemu-arm] "

[Qemu-devel] [PATCH 0/7] arm: nRF51 Devices and Microbit Support
 2018-08-16 16:10 UTC  (9+ messages)
` [Qemu-devel] [PATCH 1/7] hw/misc/nrf51_rng: Add NRF51 random number generator peripheral
` [Qemu-devel] [PATCH 2/7] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
` [Qemu-devel] [PATCH 4/7] hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral

[Qemu-devel] [PATCH V2] config: split PVRDMA from RDMA
 2018-08-16 16:00 UTC  (5+ messages)

[Qemu-devel] [RFC v2] new, node-graph-based fleecing and backup
 2018-08-16 15:09 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/56] json: Fixes, error reporting improvements, cleanups
 2018-08-16 15:48 UTC  (26+ messages)
` [Qemu-devel] [PATCH 21/56] json: Reject invalid UTF-8 sequences
` [Qemu-devel] [PATCH 44/56] json: Fix latent parser aborts at end of input
` [Qemu-devel] [PATCH 47/56] qjson: Have qobject_from_json() & friends reject empty and blank
` [Qemu-devel] [PATCH 49/56] json: Streamline json_message_process_token()
` [Qemu-devel] [PATCH 50/56] json: Unbox tokens queue in JSONMessageParser
` [Qemu-devel] [PATCH 51/56] json: Eliminate lexer state IN_ERROR and pseudo-token JSON_MIN
` [Qemu-devel] [PATCH 52/56] json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP
` [Qemu-devel] [PATCH 53/56] json: Make JSONToken opaque outside json-parser.c
` [Qemu-devel] [PATCH 54/56] qobject: Drop superfluous includes of qemu-common.h

[Qemu-devel] [PATCH 0/3] vhost-user reconnect
 2018-08-16 15:46 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] chardev: prevent extra connection attempt in tcp_chr_machine_done_hook
` [Qemu-devel] [PATCH 2/3] vhost: refactor vhost_dev_start and vhost_virtqueue_start
` [Qemu-devel] [PATCH 3/3] vhost-user: add reconnect support for vhost-user

[Qemu-devel] [RFC] new, node-graph-based fleecing and backup
 2018-08-16 15:14 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] arm: Instantiation of nRF51 SOC and bbc:microbit devices
 2018-08-16 15:22 UTC  (15+ messages)
` [Qemu-devel] [PATCH 1/7] hw/arm/nrf51_soc: nRF51 Calculate peripheral id from base address
` [Qemu-devel] [PATCH 2/7] arm: Move nRF51 machine state to dedicated header
` [Qemu-devel] [PATCH 3/7] arm: Add chip variant property to nRF51 SoC
` [Qemu-devel] [PATCH 4/7] arm: Add additional datasheets and copyright lines
` [Qemu-devel] [PATCH 5/7] arm: Improve error propagation in nRF51 SOC
` [Qemu-devel] [PATCH 6/7] arm: Instantiate nRF51 peripherals
` [Qemu-devel] [PATCH 7/7] arm: Instantiate Microbit board-level devices

[Qemu-devel] [RFC] new, node-graph-based fleecing and backup
 2018-08-16 15:04 UTC  (3+ messages)

[Qemu-devel] [PATCH] usb-host: insert usb device into hostdevs to be scaned
 2018-08-16 15:17 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/3] i386: fix handling of multiboot modules
 2018-08-16 14:41 UTC  (7+ messages)

[Qemu-devel] [PATCH v5 0/3] arm: Add nRF51 SoC and micro:bit machine
 2018-08-16 14:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/3] MAINTAINERS: Add NRF51 entry
` [Qemu-devel] [PATCH v5 2/3] arm: Add Nordic Semiconductor nRF51 SoC
` [Qemu-devel] [PATCH v5 3/3] arm: Add BBC micro:bit machine

[Qemu-devel] [PATCH v4 0/3] arm: Add nRF51 SoC and micro:bit machine
 2018-08-16 14:26 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 1/3] MAINTAINERS: Add NRF51 entry
` [Qemu-devel] [PATCH v4 3/3] arm: Add BBC micro:bit machine

[Qemu-devel] [PATCH v4] tests/libqtest: Improve kill_qemu()
 2018-08-16 14:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/6] arm: add Cortex M0 CPU model and hex file loader
 2018-08-16 14:08 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] arm: aspeed: Extend SDRAM controller
 2018-08-16 14:03 UTC  (4+ messages)
` [Qemu-devel] [PATCH 6/7] aspeed: add a max_ram_size property to the memory controller

[Qemu-devel] [PATCH 0/7] qcow2: async handling of fragmented io
 2018-08-16 13:58 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/4] Adding LZFSE compression support for DMG block driver
 2018-08-16 13:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] block: adding lzfse decompressing support as a module
` [Qemu-devel] [PATCH v2 2/4] configure: adding support to lzfse library
` [Qemu-devel] [PATCH v2 3/4] dmg: including dmg-lzfse module inside dmg block driver
` [Qemu-devel] [PATCH v2 4/4] dmg: exchanging hardcoded dmg UDIF block types to enum

[Qemu-devel] [PATCH 0/7] Some improvements in z/Arch instructions support
 2018-08-16 13:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/7] tests/tcg: add a simple s390x test
  ` [Qemu-devel] [qemu-s390x] "


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