Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-stable (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-stable info page
]
Advanced
[
Prev Period
]
Last Modified: Wed Feb 24 2021 10:43:50 -0500
Messages in reverse chronological order
[
Next Period
]
February 24, 2021
Re: [PATCH v3 01/12] vhost-user-blk: fix blkcfg->num_queues endianness
,
Stefan Hajnoczi
,
10:43
February 23, 2021
Re: [PATCH v3 01/12] vhost-user-blk: fix blkcfg->num_queues endianness
,
Michael S. Tsirkin
,
11:13
[PATCH v3 01/12] vhost-user-blk: fix blkcfg->num_queues endianness
,
Stefan Hajnoczi
,
09:49
[PATCH] net/slirp: Fix incorrect permissions on samba >= 2.0.5
,
Niklas Hambüchen
,
00:05
February 21, 2021
Re: [PATCH] linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls
,
Helge Deller
,
20:55
Re: [PATCH v2] linux-user: fix O_NONBLOCK usage for hppa target
,
Helge Deller
,
20:54
Re: [PATCH] linux-user: Add missing TARGET___O_TMPFILE for hppa and alpha
,
Helge Deller
,
20:54
Re: How to make a VM guest look like just another metal machine on my LAN?
,
john doe
,
05:00
February 20, 2021
Re: [PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
,
Bin Meng
,
01:56
February 19, 2021
Re: [PATCH v2 6/6] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed
,
Bin Meng
,
22:29
Re: [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
,
Philippe Mathieu-Daudé
,
18:16
February 18, 2021
Re: [PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
,
Bin Meng
,
18:33
Re: [PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
,
Philippe Mathieu-Daudé
,
15:31
Re: [PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
,
Philippe Mathieu-Daudé
,
13:23
Re: [PATCH v2 6/6] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed
,
Philippe Mathieu-Daudé
,
13:06
Re: [PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
,
Philippe Mathieu-Daudé
,
13:03
Re: [PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
,
Philippe Mathieu-Daudé
,
12:09
Re: [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
,
Philippe Mathieu-Daudé
,
11:51
Re: [PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA
,
Philippe Mathieu-Daudé
,
11:50
Re: [PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
,
Philippe Mathieu-Daudé
,
11:47
Re: [PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
,
Philippe Mathieu-Daudé
,
11:34
Re: [PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
,
Philippe Mathieu-Daudé
,
11:26
Re: [PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Cornelia Huck
,
11:03
Re: [PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Thomas Huth
,
01:26
February 17, 2021
[PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Halil Pasic
,
22:41
Re: [PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
,
Alexander Bulekov
,
10:45
Re: [PATCH] util: fix use-after-free in module_load_one
,
Marc-André Lureau
,
08:23
Re: [PATCH] util: fix use-after-free in module_load_one
,
Daniel P . Berrangé
,
05:49
[PATCH] util: fix use-after-free in module_load_one
,
marcandre . lureau
,
03:24
February 16, 2021
Re: [PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Alexander Bulekov
,
11:14
February 15, 2021
[PATCH v2 6/6] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed
,
Bin Meng
,
22:47
[PATCH v2 5/6] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
,
Bin Meng
,
22:47
[PATCH v2 4/6] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
,
Bin Meng
,
22:47
[PATCH v2 3/6] hw/sd: sdhci: Correctly set the controller status for ADMA
,
Bin Meng
,
22:47
[PATCH v2 2/6] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
,
Bin Meng
,
22:47
[PATCH v2 1/6] hw/sd: sdhci: Don't transfer any data when command time out
,
Bin Meng
,
22:47
[PATCH v2 0/6] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Bin Meng
,
22:47
Re: [PATCH 0/4] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Alexander Bulekov
,
20:29
Re: [PATCH 0/4] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Bin Meng
,
19:55
Re: [PATCH 0/4] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Alexander Bulekov
,
11:48
[PATCH 4/4] hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks()
,
Bin Meng
,
10:11
[PATCH 3/4] hw/sd: sdhci: Correctly set the controller status for ADMA
,
Bin Meng
,
10:11
[PATCH 2/4] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
,
Bin Meng
,
10:11
[PATCH 0/4] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
,
Bin Meng
,
10:11
[PATCH 1/4] hw/sd: sdhci: Don't transfer any data when command time out
,
Bin Meng
,
10:11
[PULL 14/19] util/cutils: Skip "." when looking for next directory component
,
Paolo Bonzini
,
08:16
February 14, 2021
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Bin Meng
,
10:53
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Bin Meng
,
00:56
February 13, 2021
Re: [PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.
,
Laurent Vivier
,
14:22
Re: [PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.
,
Laurent Vivier
,
14:07
February 12, 2021
[PULL 01/14] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Eric Blake
,
15:16
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Mauro Matteo Cascella
,
08:55
February 11, 2021
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Alexander Bulekov
,
16:25
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Philippe Mathieu-Daudé
,
14:48
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Alexander Bulekov
,
11:54
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Alexander Bulekov
,
10:50
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Mauro Matteo Cascella
,
10:22
February 10, 2021
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Alistair Francis
,
17:27
Re: [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Eric Blake
,
17:25
Re: [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Nir Soffer
,
12:12
February 09, 2021
Re: [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Daniel P . Berrangé
,
11:13
Re: [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Eric Blake
,
11:12
Re: [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Richard W.M. Jones
,
11:09
[PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
,
Eric Blake
,
10:28
[PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Bin Meng
,
09:41
Re: [PATCH] hw/sd: sdhci: Do not transfer any data when command fails
,
Philippe Mathieu-Daudé
,
06:03
February 08, 2021
[PULL 34/46] pc-bios/descriptors: fix paths in json files
,
Paolo Bonzini
,
13:24
February 06, 2021
Re: [PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets.
,
Stefan
,
09:11
February 05, 2021
Re: [PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
,
Paolo Bonzini
,
12:27
Re: [PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
,
Alexander Bulekov
,
11:03
[PULL v2 03/16] virtio: move 'use-disabled-flag' property to hw_compat_4_2
,
Michael S. Tsirkin
,
10:03
Re: [PULL 0/5] virtiofs queue: Security fix
,
Peter Maydell
,
05:09
February 04, 2021
Re: [PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
,
Li Qiang
,
23:59
[PATCH v2] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
,
Philippe Mathieu-Daudé
,
17:50
[PATCH] hw/scsi/scsi-disk: Fix out of bounds access in mode_sense_page()
,
Philippe Mathieu-Daudé
,
17:48
Re: [PULL 0/5] virtiofs queue: Security fix
,
Dr. David Alan Gilbert
,
14:40
Re: [PULL 0/5] virtiofs queue: Security fix
,
no-reply
,
14:25
[PULL 5/5] virtiofsd: Add restart_syscall to the seccomp whitelist
,
Dr. David Alan Gilbert (git)
,
13:35
[PULL 4/5] virtiofsd: Add _llseek to the seccomp whitelist
,
Dr. David Alan Gilbert (git)
,
13:35
[PULL 3/5] virtiofsd: prevent opening of special files (CVE-2020-35517)
,
Dr. David Alan Gilbert (git)
,
13:35
[PULL 1/5] virtiofsd: extract lo_do_open() from lo_open()
,
Dr. David Alan Gilbert (git)
,
13:35
[PULL 0/5] virtiofs queue: Security fix
,
Dr. David Alan Gilbert (git)
,
13:35
[PULL 2/5] virtiofsd: optionally return inode pointer from lo_do_lookup()
,
Dr. David Alan Gilbert (git)
,
13:35
February 03, 2021
Re: [Qemu-devel] [PATCH v2] pc: Don't make die-id mandatory unless necessary
,
Philippe Mathieu-Daudé
,
11:07
Re: [QEMU-SECURITY] [PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
,
P J P
,
05:15
February 02, 2021
[PULL 1/9] virtio: move 'use-disabled-flag' property to hw_compat_4_2
,
Michael S. Tsirkin
,
10:12
Re: [QEMU-SECURITY] [PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
,
Alexander Bulekov
,
10:11
Re: [QEMU-SECURITY] [PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
,
P J P
,
09:48
Re: [QEMU-SECURITY] [PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
,
Peter Maydell
,
07:21
Re: [QEMU-SECURITY] [PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
,
Philippe Mathieu-Daudé
,
04:32
February 01, 2021
[PULL 38/38] pc-bios/descriptors: fix paths in json files
,
Paolo Bonzini
,
10:00
Re: [PATCH] vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg
,
Stefano Garzarella
,
08:58
Re: [PATCH] vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg
,
Eugenio Perez Martin
,
08:07
Re: [PATCH] vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg
,
Stefano Garzarella
,
07:00
Re: [PATCH] vhost: Check for valid vdev in vhost_backend_handle_iotlb_msg
,
Jason Wang
,
01:06
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc