messages from 2018-08-23 13:36:04 to 2018-08-23 18:03:15 UTC [more...]
[Qemu-devel] [PATCH] vl.c: make sure maxcpus matches topology to prevent migration failure
2018-08-23 18:03 UTC (3+ messages)
[Qemu-devel] [PULL 0/2] Block patches
2018-08-23 18:02 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/3] block nodes graph visualization
2018-08-23 17:57 UTC (6+ messages)
` [Qemu-devel] [PATCH v3 1/3] qapi: add x-debug-query-block-graph
` [Qemu-devel] [PATCH v3 2/3] scripts: add render_block_graph function for QEMUMachine
` [Qemu-devel] [PATCH v3 3/3] not-for-commit: example of new command usage for debugging
[Qemu-devel] [PATCH] hw/arm/mps2: Fix ID register errors on AN511 and AN385
2018-08-23 17:52 UTC
[Qemu-devel] [PATCH 00/22] MPS devices: FPGAIO, timer, watchdogs, MSC, DMA, SPI
2018-08-23 17:46 UTC (44+ messages)
` [Qemu-devel] [PATCH 03/22] hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module
` [Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer
` [Qemu-devel] [PATCH 05/22] hw/arm/mps2: Wire up dual-timer in mps2-an385 and mps2-an511
` [Qemu-devel] [PATCH 06/22] hw/arm/iotkit: Wire up the watchdogs
` [Qemu-devel] [PATCH 07/22] hw/arm/iotkit: Wire up the S32KTIMER
` [Qemu-devel] [PATCH 08/22] hw/misc/iotkit-sysctl: Implement IoTKit system control element
` [Qemu-devel] [PATCH 09/22] hw/misc/iotkit-sysinfo: Implement IoTKit system information block
` [Qemu-devel] [PATCH 10/22] hw/misc/iotkit: Wire up the sysctl and sysinfo register blocks
` [Qemu-devel] [PATCH 11/22] hw/misc/tz-msc: Model TrustZone Master Security Controller
` [Qemu-devel] [PATCH 12/22] hw/misc/iotkit-secctl: Wire up registers for controlling MSCs
` [Qemu-devel] [PATCH 13/22] hw/arm/iotkit: Wire up the lines for MSCs
` [Qemu-devel] [PATCH 14/22] hw/arm/mps2-tz: Create PL081s and MSCs
` [Qemu-devel] [PATCH 15/22] hw/ssi/pl022: Allow use as embedded-struct device
` [Qemu-devel] [PATCH 16/22] hw/ssi/pl022: Set up reset function in class init
` [Qemu-devel] [PATCH 17/22] hw/ssi/pl022: Don't directly call vmstate_register()
` [Qemu-devel] [PATCH 18/22] hw/ssi/pl022: Use DeviceState::realize rather than SysBusDevice::init
` [Qemu-devel] [PATCH 19/22] hw/ssi/pl022: Correct wrong value for PL022_INT_RT
` [Qemu-devel] [PATCH 20/22] hw/ssi/pl022: Correct wrong DMACR and ICR handling
` [Qemu-devel] [PATCH 21/22] hw/arm/mps2-tz: Instantiate SPI controllers
` [Qemu-devel] [PATCH 22/22] hw/arm/mps2-tz: Fix MPS2 SCC config register values
[Qemu-devel] [RFC PATCH v1 0/2] HMP/snapshot changes - do not use ID anymore
2018-08-23 17:45 UTC (4+ messages)
` [Qemu-devel] [PATCH v1 1/2] block/snapshot.c: eliminate use of ID input in snapshot operations
[Qemu-devel] [PATCH v3 00/58] json: Fixes, error reporting improvements, cleanups
2018-08-23 17:39 UTC (61+ messages)
` [Qemu-devel] [PATCH v3 01/58] docs/interop/qmp-spec: How to force known good parser state
` [Qemu-devel] [PATCH v3 02/58] check-qjson: Cover multiple JSON objects in same string
` [Qemu-devel] [PATCH v3 03/58] check-qjson: Cover blank and lexically erroneous input
` [Qemu-devel] [PATCH v3 04/58] check-qjson: Cover whitespace more thoroughly
` [Qemu-devel] [PATCH v3 05/58] qmp-cmd-test: Split off qmp-test
` [Qemu-devel] [PATCH v3 06/58] qmp-test: Cover syntax and lexical errors
` [Qemu-devel] [PATCH v3 07/58] test-qga: Clean up how we test QGA synchronization
` [Qemu-devel] [PATCH v3 08/58] check-qjson: Cover escaped characters more thoroughly, part 1
` [Qemu-devel] [PATCH v3 09/58] check-qjson: Streamline escaped_string()'s test strings
` [Qemu-devel] [PATCH v3 10/58] check-qjson: Cover escaped characters more thoroughly, part 2
` [Qemu-devel] [PATCH v3 11/58] check-qjson: Consolidate partly redundant string tests
` [Qemu-devel] [PATCH v3 12/58] check-qjson: Cover UTF-8 in single quoted strings
` [Qemu-devel] [PATCH v3 13/58] check-qjson: Simplify utf8_string()
` [Qemu-devel] [PATCH v3 14/58] check-qjson: Fix utf8_string() to test all invalid sequences
` [Qemu-devel] [PATCH v3 15/58] check-qjson qmp-test: Cover control characters more thoroughly
` [Qemu-devel] [PATCH v3 16/58] check-qjson: Cover interpolation "
` [Qemu-devel] [PATCH v3 17/58] json: Fix lexer to include the bad character in JSON_ERROR token
` [Qemu-devel] [PATCH v3 18/58] json: Reject unescaped control characters
` [Qemu-devel] [PATCH v3 19/58] json: Revamp lexer documentation
` [Qemu-devel] [PATCH v3 20/58] json: Tighten and simplify qstring_from_escaped_str()'s loop
` [Qemu-devel] [PATCH v3 21/58] check-qjson: Document we expect invalid UTF-8 to be rejected
` [Qemu-devel] [PATCH v3 22/58] json: Reject invalid UTF-8 sequences
` [Qemu-devel] [PATCH v3 23/58] json: Report first rather than last parse error
` [Qemu-devel] [PATCH v3 24/58] json: Leave rejecting invalid UTF-8 to parser
` [Qemu-devel] [PATCH v3 25/58] json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
` [Qemu-devel] [PATCH v3 26/58] json: Leave rejecting invalid escape sequences to parser
` [Qemu-devel] [PATCH v3 27/58] json: Simplify parse_string()
` [Qemu-devel] [PATCH v3 28/58] json: Reject invalid \uXXXX, fix \u0000
` [Qemu-devel] [PATCH v3 29/58] json: Fix \uXXXX for surrogate pairs
` [Qemu-devel] [PATCH v3 30/58] check-qjson: Fix and enable utf8_string()'s disabled part
` [Qemu-devel] [PATCH v3 31/58] json: remove useless return value from lexer/parser
` [Qemu-devel] [PATCH v3 32/58] json-parser: simplify and avoid JSONParserContext allocation
` [Qemu-devel] [PATCH v3 33/58] json: Have lexer call streamer directly
` [Qemu-devel] [PATCH v3 34/58] json: Redesign the callback to consume JSON values
` [Qemu-devel] [PATCH v3 35/58] json: Don't pass null @tokens to json_parser_parse()
` [Qemu-devel] [PATCH v3 36/58] json: Don't create JSON_ERROR tokens that won't be used
` [Qemu-devel] [PATCH v3 37/58] json: Rename token JSON_ESCAPE & friends to JSON_INTERP
` [Qemu-devel] [PATCH v3 38/58] json: Treat unwanted interpolation as lexical error
` [Qemu-devel] [PATCH v3 39/58] json: Pass lexical errors and limit violations to callback
` [Qemu-devel] [PATCH v3 40/58] json: Leave rejecting invalid interpolation to parser
` [Qemu-devel] [PATCH v3 41/58] json: Replace %I64d, %I64u by %PRId64, %PRIu64
` [Qemu-devel] [PATCH v3 42/58] json: Improve names of lexer states related to numbers
` [Qemu-devel] [PATCH v3 43/58] qjson: Fix qobject_from_json() & friends for multiple values
` [Qemu-devel] [PATCH v3 44/58] json: Fix latent parser aborts at end of input
` [Qemu-devel] [PATCH v3 45/58] json: Fix streamer not to ignore trailing unterminated structures
` [Qemu-devel] [PATCH v3 46/58] json: Assert json_parser_parse() consumes all tokens on success
` [Qemu-devel] [PATCH v3 47/58] qjson: Have qobject_from_json() & friends reject empty and blank
` [Qemu-devel] [PATCH v3 48/58] json: Enforce token count and size limits more tightly
` [Qemu-devel] [PATCH v3 49/58] json: Streamline json_message_process_token()
` [Qemu-devel] [PATCH v3 50/58] json: Unbox tokens queue in JSONMessageParser
` [Qemu-devel] [PATCH v3 51/58] json: Make JSONToken opaque outside json-parser.c
` [Qemu-devel] [PATCH v3 52/58] qobject: Drop superfluous includes of qemu-common.h
` [Qemu-devel] [PATCH v3 53/58] json: Clean up headers
` [Qemu-devel] [PATCH v3 54/58] tests/drive_del-test: Fix harmless JSON interpolation bug
` [Qemu-devel] [PATCH v3 55/58] json: Keep interpolation state in JSONParserContext
` [Qemu-devel] [PATCH v3 56/58] json: Improve safety of qobject_from_jsonf_nofail() & friends
` [Qemu-devel] [PATCH v3 57/58] json: Support %% in JSON strings when interpolating
` [Qemu-devel] [PATCH v3 58/58] json: Update references to RFC 7159 to RFC 8259
[Qemu-devel] [PATCH v3 0/3] x86: QEMU side support on MSR based features
2018-08-23 17:36 UTC (9+ messages)
` [Qemu-devel] [PATCH v3 2/3] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl
[Qemu-devel] [Bug 1788665] [NEW] Low 2D graphics performance with Windows 10 (1803) VGA passthrough VM using "Spectre" protection
2018-08-23 17:23 UTC
[Qemu-devel] [PATCH] pc: acpi: revert back to 1 SRAT entry for hotpluggable area
2018-08-23 17:25 UTC (6+ messages)
[Qemu-devel] clean/simple Q35 support in libvirt+QEMU for guest OSes that don't support virtio-1.0
2018-08-23 17:04 UTC (11+ messages)
` [Qemu-devel] [libvirt] "
[Qemu-devel] [PATCH v6 1/2] linux-headers: Update to kernel mainline commit 815f0ddb3
2018-08-23 16:52 UTC (3+ messages)
` [Qemu-devel] [PATCH v6 2/2] target: arm: Add support for VCPU event states
[Qemu-devel] [PULL v4 00/69] Misc patches for 2018-08-21
2018-08-23 16:47 UTC (2+ messages)
` [Qemu-devel] [PULL 14/69] tests: Skip old versioned machine types in quick testing mode
[Qemu-devel] [PULL v3 00/69] Misc patches for 2018-08-21
2018-08-23 16:35 UTC (4+ messages)
[Qemu-devel] [PATCH] Fix ARM v7m gen_intermediate_code()
2018-08-23 16:36 UTC
[Qemu-devel] [PATCH 00/20] target/arm: sve system mode patches
2018-08-23 16:23 UTC (18+ messages)
` [Qemu-devel] [PATCH 11/20] target/arm: Clear unused predicate bits for LD1RQ
` [Qemu-devel] [PATCH 12/20] target/arm: Rewrite helper_sve_ld1*_r using pages
` [Qemu-devel] [PATCH 13/20] target/arm: Rewrite helper_sve_ld[234]*_r
` [Qemu-devel] [PATCH 14/20] target/arm: Rewrite helper_sve_st[1234]*_r
` [Qemu-devel] [PATCH 17/20] target/arm: Rewrite vector gather loads
` [Qemu-devel] [PATCH 18/20] target/arm: Rewrite vector gather stores
` [Qemu-devel] [PATCH 19/20] target/arm: Rewrite vector gather first-fault loads
` [Qemu-devel] [PATCH 20/20] target/arm: Pass TCGMemOpIdx to sve memory helpers
[Qemu-devel] [PATCH] scripts: report on author emails that are mangled by the mailing list
2018-08-23 16:18 UTC (4+ messages)
[Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall
2018-08-23 15:48 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 10/16] linux-user: Split out some simple file syscalls
[Qemu-devel] [PATCH] tests/migration: Enable the migration test on s390x, too
2018-08-23 15:09 UTC (6+ messages)
[Qemu-devel] [PULL 0/4] seccomp branch queue
2018-08-23 14:52 UTC (5+ messages)
` [Qemu-devel] [PULL 1/4] seccomp: use SIGSYS signal instead of killing the thread
` [Qemu-devel] [PULL 2/4] seccomp: prefer SCMP_ACT_KILL_PROCESS if available
` [Qemu-devel] [PULL 3/4] configure: require libseccomp 2.2.0
` [Qemu-devel] [PULL 4/4] seccomp: set the seccomp filter to all threads
[Qemu-devel] [PATCH v4 0/4] seccomp fixes
2018-08-23 14:43 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/5] Fix socket chardev regression
2018-08-23 14:31 UTC (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] Revert "chardev: tcp: postpone TLS work until machine done"
` [Qemu-devel] [PATCH v2 2/5] Revert "chardev: tcp: postpone async connection setup"
` [Qemu-devel] [PATCH v2 3/5] char-socket: update all ioc handlers when changing context
` [Qemu-devel] [PATCH v2 4/5] test-char: fix random socket test failure
` [Qemu-devel] [PATCH v2 5/5] test-char: add socket reconnect test
[Qemu-devel] [PATCH for-3.1 00/10] Move virtio-ccw devices to separate files
2018-08-23 14:25 UTC (4+ messages)
` [Qemu-devel] [PATCH for-3.1 08/10] hw/s390x: Move vhost-vsock-ccw code to a separate file
[Qemu-devel] Live Migration between machines with different processor ids
2018-08-23 14:29 UTC (3+ messages)
` [Qemu-devel] [Query] "
[Qemu-devel] [PULL v5 00/46] MIPS queue August 2018 v5
2018-08-23 14:20 UTC (48+ messages)
` [Qemu-devel] [PULL v5 01/46] target/mips: Add preprocessor constants for nanoMIPS
` [Qemu-devel] [PULL v5 02/46] target/mips: Add nanoMIPS base instruction set opcodes
` [Qemu-devel] [PULL v5 03/46] target/mips: Add nanoMIPS DSP ASE opcodes
` [Qemu-devel] [PULL v5 04/46] target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPS
` [Qemu-devel] [PULL v5 05/46] target/mips: Add placeholder and invocation of decode_nanomips_opc()
` [Qemu-devel] [PULL v5 06/46] target/mips: Add nanoMIPS decoding and extraction utilities
` [Qemu-devel] [PULL v5 07/46] target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructions
` [Qemu-devel] [PULL v5 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
` [Qemu-devel] [PULL v5 09/46] target/mips: Add emulation of nanoMIPS 16-bit shift instructions
` [Qemu-devel] [PULL v5 10/46] target/mips: Add emulation of nanoMIPS 16-bit misc instructions
` [Qemu-devel] [PULL v5 11/46] target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
` [Qemu-devel] [PULL v5 12/46] target/mips: Add emulation of nanoMIPS 16-bit logic instructions
` [Qemu-devel] [PULL v5 13/46] target/mips: Add emulation of nanoMIPS 16-bit save and restore instructions
` [Qemu-devel] [PULL v5 14/46] target/mips: Add emulation of some common nanoMIPS 32-bit instructions
` [Qemu-devel] [PULL v5 15/46] target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREV
` [Qemu-devel] [PULL v5 16/46] target/mips: Add emulation of nanoMIPS 48-bit instructions
` [Qemu-devel] [PULL v5 17/46] target/mips: Add emulation of nanoMIPS FP instructions
` [Qemu-devel] [PULL v5 18/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)
` [Qemu-devel] [PULL v5 19/46] target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)
` [Qemu-devel] [PULL v5 20/46] target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)
` [Qemu-devel] [PULL v5 21/46] target/mips: Implement emulation of nanoMIPS ROTX instruction
` [Qemu-devel] [PULL v5 22/46] target/mips: Implement emulation of nanoMIPS EXTW instruction
` [Qemu-devel] [PULL v5 23/46] target/mips: Add emulation of nanoMIPS 32-bit load and store instructions
` [Qemu-devel] [PULL v5 24/46] target/mips: Add CP0 Config3 and Config5 fields to DisasContext structure
` [Qemu-devel] [PULL v5 25/46] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
` [Qemu-devel] [PULL v5 26/46] target/mips: Add emulation of nanoMIPS 32-bit branch instructions
` [Qemu-devel] [PULL v5 27/46] target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
` [Qemu-devel] [PULL v5 28/46] target/mips: Implement MT ASE support for nanoMIPS
` [Qemu-devel] [PULL v5 29/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
` [Qemu-devel] [PULL v5 30/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
` [Qemu-devel] [PULL v5 31/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
` [Qemu-devel] [PULL v5 32/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
` [Qemu-devel] [PULL v5 33/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
` [Qemu-devel] [PULL v5 34/46] target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
` [Qemu-devel] [PULL v5 35/46] target/mips: Add availability control via bit NMS
` [Qemu-devel] [PULL v5 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v5 37/46] target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
` [Qemu-devel] [PULL v5 38/46] target/mips: Fix ERET/ERETNC behavior related to ADEL exception
` [Qemu-devel] [PULL v5 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v5 40/46] elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
` [Qemu-devel] [PULL v5 41/46] elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
` [Qemu-devel] [PULL v5 42/46] elf: Don't check FCR31_NAN2008 bit for nanoMIPS
` [Qemu-devel] [PULL v5 43/46] mips_malta: Add basic nanoMIPS boot code for Malta board
` [Qemu-devel] [PULL v5 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
` [Qemu-devel] [PULL v5 45/46] mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
` [Qemu-devel] [PULL v5 46/46] target/mips: Add definition of nanoMIPS I7200 CPU
[Qemu-devel] [PATCH] tests/vm: Increase timeout waiting for VM to boot to 5 minutes
2018-08-23 14:11 UTC (2+ messages)
[Qemu-devel] [PULL v2 00/73] Misc patches for 2018-08-21
2018-08-23 14:07 UTC (4+ messages)
[Qemu-devel] [PATCH] virtio: update MemoryRegionCaches when guest negotiates features
2018-08-23 14:06 UTC (2+ messages)
[Qemu-devel] [PATCH] target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp mode
2018-08-23 13:50 UTC
[Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices
2018-08-23 13:37 UTC
[Qemu-devel] [PULL v4 00/46] MIPS queue August 2018 v4
2018-08-23 13:34 UTC (4+ messages)
` [Qemu-devel] [PULL v4 36/46] disas: Add support for nanoMIPS platform
` [Qemu-devel] [PULL v4 39/46] elf: Add EM_NANOMIPS value as a valid one for e_machine field
` [Qemu-devel] [PULL v4 44/46] mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
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).