Show patches with: Submitter = Richard W.M. Jones       |    State = Action Required       |    Archived = No       |   175 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
wdt_i6300esb: register a reset function - - - - --- 2010-12-12 Richard W.M. Jones New
vl.c: Add -L ? (or -L help) which lists data dirs. - - - - --- 2016-05-16 Richard W.M. Jones New
virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set. - - 1 - --- 2017-08-10 Richard W.M. Jones New
tpm: Don't call tpm_cleanup unless CONFIG_TPM. tpm: Don't call tpm_cleanup unless CONFIG_TPM. - - 1 - --- 2017-10-19 Richard W.M. Jones New
tests: Ensure TAP version is printed before other messages tests: Ensure TAP version is printed before other messages - - 4 1 --- 2023-02-27 Richard W.M. Jones New
tcg_flush_jmp_cache replacing qatomic_set loop with memset tcg_flush_jmp_cache replacing qatomic_set loop with memset - - - - --- 2023-10-16 Richard W.M. Jones New
tcg: Include "qemu/timer.h" for profile_getclock tcg: Include "qemu/timer.h" for profile_getclock - - - - --- 2023-03-02 Richard W.M. Jones New
tcg/arm: Increase stack alignment for function generation tcg/arm: Increase stack alignment for function generation - 1 - 1 --- 2021-09-01 Richard W.M. Jones New
tb-maint: Document #ifdef..else..endif correctly tb-maint: Document #ifdef..else..endif correctly - - 1 - --- 2023-07-06 Richard W.M. Jones New
target/riscv: Use a direct cast for better performance target/riscv: Use a direct cast for better performance - - 1 - --- 2023-10-07 Richard W.M. Jones New
ssh: Remove unnecessary use of strlen function. - - 2 - --- 2013-04-18 Richard W.M. Jones New
ssh: Don't crash if either host or path is not specified. - - - - --- 2014-09-29 Richard W.M. Jones New
scsi-disk: Fix crash if underlying host file or disk returns error. scsi-disk: Fix crash if underlying host file or disk returns error. - - - - --- 2018-11-21 Richard W.M. Jones New
qemu: json: Fix parsing of integers >= 0x8000000000000000 - - - - --- 2011-05-20 Richard W.M. Jones New
qemu-nbd: Implement socket activation. - - - - --- 2017-02-02 Richard W.M. Jones New
qemu-io: Reinitialize optind correctly before parsing inner command. qemu-io: Reinitialize optind correctly before parsing inner command. - - - - --- 2018-12-30 Richard W.M. Jones New
qemu-img: Implement 'diff' operation. - - - - --- 2012-05-17 Richard W.M. Jones New
q35: Fix typo in constant DEFUALT -> DEFAULT. - - - - --- 2013-09-02 Richard W.M. Jones New
nbd/server: Suppress Broken pipe errors on abrupt disconnection nbd/server: Suppress Broken pipe errors on abrupt disconnection - - - - --- 2021-07-22 Richard W.M. Jones New
nbd/server: Add --selinux-label option nbd/server: Add --selinux-label option - 1 - - --- 2021-07-22 Richard W.M. Jones New
main-loop: Acquire main_context lock around os_host_main_loop_wait. - - - 1 --- 2017-03-31 Richard W.M. Jones New
exec: Rename and fix trace events for tracing I/O port access. - - - - --- 2016-03-29 Richard W.M. Jones New
docs: Update documentation for stderr (now log) tracing backend. - - 1 - --- 2016-03-20 Richard W.M. Jones New
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. - - - - --- 2014-08-26 Richard W.M. Jones New
curl: Make sslverify=off disable host as well as peer verification. curl: Make sslverify=off disable host as well as peer verification. - - - - --- 2018-09-14 Richard W.M. Jones New
curl: Don't set curl options on the handle just before it's going to be deleted. - - - - --- 2013-06-10 Richard W.M. Jones New
curl: Don't deref NULL pointer in call to aio_poll. - - 1 - --- 2014-08-27 Richard W.M. Jones New
curl: Allow a cookie or cookies to be sent with http/https requests. - - - - --- 2014-08-28 Richard W.M. Jones New
curl: Add override_accept_ranges flag to force sending range requests. - - 2 1 --- 2014-08-26 Richard W.M. Jones New
crypto: Remove use of GCRYPT_VERSION macro. crypto: Remove use of GCRYPT_VERSION macro. - - 1 - --- 2020-05-27 Richard W.M. Jones New
crypto: Implement TLS Pre-Shared Keys (PSK). crypto: Implement TLS Pre-Shared Keys (PSK). - - - - --- 2018-06-25 Richard W.M. Jones New
crypto/cipher-nettle.c: Pass correct function type to cbc_encrypt and cbc_decrypt. - - - - --- 2015-07-16 Richard W.M. Jones New
checkpatch: Error if signal(2) is used non-portably. - - - - --- 2017-07-04 Richard W.M. Jones New
char: kick main loop after adding a watch - - - - --- 2017-03-31 Richard W.M. Jones New
block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-03-21 Richard W.M. Jones New
block: Add -drive detect_zero=on|off option to detect all zero writes. - - - - --- 2012-07-26 Richard W.M. Jones New
block/ssh: Set bdrv_has_zero_init according to the file type. - - - - --- 2013-06-25 Richard W.M. Jones New
block/ssh: Require libssh2 >= 1.2.8. - - - - --- 2013-04-19 Richard W.M. Jones New
block/ssh: Avoid segfault if inet_connect doesn't set errno. - - - - --- 2015-07-22 Richard W.M. Jones New
block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallocate emulation issue. - - 2 - --- 2015-09-29 Richard W.M. Jones New
block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive. - - 1 - --- 2015-07-01 Richard W.M. Jones New
block/iscsi.c: Fix printf format error. - - - - --- 2013-07-31 Richard W.M. Jones New
block/curl: Improve type safety of s->timeout. - - 1 - --- 2014-10-06 Richard W.M. Jones New
block/curl: Don't lose original error when a connection fails. - - 2 - --- 2015-06-25 Richard W.M. Jones New
block/curl: Add support for Secure Shell (ssh/sftp) block device - - - - --- 2013-03-22 Richard W.M. Jones New
block/curl.c: Refuse to open the handle for writes. - - - - --- 2013-05-22 Richard W.M. Jones New
block/curl.c: Refuse to open the handle for writes. - - - - --- 2013-06-10 Richard W.M. Jones New
backends/baum.c: Fix compilation when SDL is not available. - - 1 - --- 2014-03-21 Richard W.M. Jones New
arm: dtb: Align dtb to 64K because some kernels use 64K page size. - - - - --- 2014-12-01 Richard W.M. Jones New
arm64: Set source for ret instruction correctly. - - - 1 --- 2013-12-23 Richard W.M. Jones New
aarch64: Allow -kernel option to take a gzip-compressed kernel. - - - - --- 2014-07-29 Richard W.M. Jones New
[v9] Add optionrom compatible with fw_cfg DMA version - - - - --- 2016-05-23 Richard W.M. Jones New
[v9,3/3] iotests: Add 'check -ssh' option to test Secure Shell block device. - - - - --- 2013-04-09 Richard W.M. Jones New
[v9,2/3] block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk. - - - - --- 2013-04-09 Richard W.M. Jones New
[v9,1/3] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-04-09 Richard W.M. Jones New
[v8,3/3] iotests: Add 'check -ssh' option to test Secure Shell block device. - - - - --- 2013-04-09 Richard W.M. Jones New
[v8,3/3] Add optionrom compatible with fw_cfg DMA version - - - - --- 2016-05-11 Richard W.M. Jones New
[v8,2/3] scripts/signrom.py: Check for magic in option ROMs. - - - - --- 2016-05-11 Richard W.M. Jones New
[v8,2/3] block: ssh: Use libssh2_sftp_fsync (if supported by libssh2) to flush to disk. - - - - --- 2013-04-09 Richard W.M. Jones New
[v8,2/2] aarch64: Allow -kernel option to take a gzip-compressed kernel. - - 2 - --- 2014-08-12 Richard W.M. Jones New
[v8,1/3] scripts/signrom.py: Allow option ROM checksum script to write the size header. - - - - --- 2016-05-11 Richard W.M. Jones New
[v8,1/3] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-04-09 Richard W.M. Jones New
[v8,1/2] loader: Add load_image_gzipped function. - - 2 - --- 2014-08-12 Richard W.M. Jones New
[v7,2/2] iotests: Add 'check -ssh' option to test Secure Shell block device. - - - - --- 2013-04-05 Richard W.M. Jones New
[v7,2/2] aarch64: Allow -kernel option to take a gzip-compressed kernel. - - 2 - --- 2014-08-08 Richard W.M. Jones New
[v7,2/2] Add optionrom compatible with fw_cfg DMA version - - - - --- 2016-05-11 Richard W.M. Jones New
[v7,1/2] scripts/signrom.py: Allow option ROM checksum script to write the size header. - - - - --- 2016-05-11 Richard W.M. Jones New
[v7,1/2] loader: Add load_image_gzipped function. - - 2 - --- 2014-08-08 Richard W.M. Jones New
[v7,1/2] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-04-05 Richard W.M. Jones New
[v6] crypto: Implement TLS Pre-Shared Keys (PSK). [v6] crypto: Implement TLS Pre-Shared Keys (PSK). - - - - --- 2018-07-03 Richard W.M. Jones New
[v6] Add optionrom compatible with fw_cfg DMA version - - 1 - --- 2016-04-25 Richard W.M. Jones New
[v6,2/2] iotests: Add 'check -ssh' option to test Secure Shell block device. - - - - --- 2013-04-05 Richard W.M. Jones New
[v6,2/2] aarch64: Allow -kernel option to take a gzip-compressed kernel. - - 1 - --- 2014-08-05 Richard W.M. Jones New
[v6,1/2] loader: Add load_image_gzipped function. - - - - --- 2014-08-05 Richard W.M. Jones New
[v6,1/2] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-04-05 Richard W.M. Jones New
[v6,00/12] curl: fix curl read - - - - --- 2013-05-28 Richard W.M. Jones New
[v6,00/12] curl: fix curl read - - - - --- 2013-05-28 Richard W.M. Jones New
[v5] qemu-nbd: Implement socket activation. - - - - --- 2017-02-04 Richard W.M. Jones New
[v5] crypto: Implement TLS Pre-Shared Keys (PSK). [v5] crypto: Implement TLS Pre-Shared Keys (PSK). - - - - --- 2018-06-28 Richard W.M. Jones New
[v5] Add optionrom compatible with fw_cfg DMA version - - 1 - --- 2016-04-22 Richard W.M. Jones New
[v5,3/3] iotests: Add 'check -ssh' option to test Secure Shell block device. - - - - --- 2013-04-03 Richard W.M. Jones New
[v5,2/3] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-04-03 Richard W.M. Jones New
[v5,2/2] aarch64: Allow -kernel option to take a gzip-compressed kernel. - - 1 - --- 2014-08-04 Richard W.M. Jones New
[v5,1/3] osdep: Add a function to get the current username. - - - - --- 2013-04-03 Richard W.M. Jones New
[v5,1/2] loader: Add load_image_gzipped function. - - 1 - --- 2014-08-04 Richard W.M. Jones New
[v4] qemu-nbd: Implement socket activation. - - - - --- 2017-02-04 Richard W.M. Jones New
[v4] qemu-io: Add generic function for reinitializing optind. [v4] qemu-io: Add generic function for reinitializing optind. - - 2 - --- 2019-01-18 Richard W.M. Jones New
[v4] crypto: Implement TLS Pre-Shared Keys (PSK). [v4] crypto: Implement TLS Pre-Shared Keys (PSK). - - - - --- 2018-06-28 Richard W.M. Jones New
[v4] block: Add support for Secure Shell (ssh) block device. - - - - --- 2013-03-27 Richard W.M. Jones New
[v4] block/curl: Don't lose original error when a connection fails. - - 1 - --- 2015-07-08 Richard W.M. Jones New
[v4] bios: Add fast variant of SeaBIOS for use with -kernel on x86. 1 - - - --- 2016-04-01 Richard W.M. Jones New
[v4] aarch64: Allow -kernel option to take a gzip-compressed kernel. - - - - --- 2014-08-02 Richard W.M. Jones New
[v4.1] Add optionrom compatible with fw_cfg DMA version - - - - --- 2016-04-01 Richard W.M. Jones New
[v4.1] Add optionrom compatible with fw_cfg DMA version - - - - --- 2016-04-22 Richard W.M. Jones New
[v4,REPOST] bios: Add fast variant of SeaBIOS for use with -kernel on x86. 1 - - - --- 2016-05-14 Richard W.M. Jones New
[v4,00/10] curl: fix curl read - - - - --- 2013-05-22 Richard W.M. Jones New
[v3] vl.c: Add '-L help' which lists data dirs. - - 1 - --- 2016-05-16 Richard W.M. Jones New
[v3] target/riscv: Use env_archcpu for better performance [v3] target/riscv: Use env_archcpu for better performance - - 3 - --- 2023-10-09 Richard W.M. Jones New
[v3] qemu-nbd: Implement socket activation. - - - - --- 2017-02-03 Richard W.M. Jones New
[v3] qemu-io: Add generic function for reinitializing optind. [v3] qemu-io: Add generic function for reinitializing optind. - - - - --- 2019-01-09 Richard W.M. Jones New
« 1 2 »