qemu/hw
Michael S. Tsirkin d56ec1e98c vhost: skip ROM sections
vhost does not support RO protections on memory at the moment - adding
ROMs would mean that e.g. a buggy guest might change them in-memory - a
condition from which guest reset does not recover. Not nice.

We also definitely don't want to try logging writes into ROMs -
in particular guests set very high addresses for ROM BARs
so logging these writes would waste a lot of memory.

Maybe ROMs could be supported with the iotlb variant -
not sure, but there seems to be no good reason for virtio
to try to do DMA from ROM. So let's just skip ROM memory.

Suggested-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Tested-by: Laurent Vivier <lvivier@redhat.com>
2017-02-01 03:37:18 +02:00
..
9pfs This pull request fixes a 2.9 regression and a long standing bug that can 2017-01-25 17:54:14 +00:00
acpi
adc
alpha
arm * SCSI max_transfer support for scsi-generic (Eric) 2017-01-30 10:23:20 +00:00
audio
block pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
bt chardev: qom-ify 2017-01-27 18:08:00 +01:00
char * SCSI max_transfer support for scsi-generic (Eric) 2017-01-30 10:23:20 +00:00
core char: rename CharDriverState Chardev 2017-01-27 18:07:59 +01:00
cpu Introduce DEVICE_CATEGORY_CPU for CPU devices 2017-01-27 18:07:31 +01:00
cris
display qxl: switch to constants within BUILD_BUG_ON 2017-01-31 15:57:27 +02:00
dma dma: omap: check dma channel data_type 2017-01-27 15:29:08 +00:00
gpio
i2c
i386 hw/i386: check if nvdimm is enabled before plugging 2017-02-01 03:37:17 +02:00
ide
input
intc * SCSI max_transfer support for scsi-generic (Eric) 2017-01-30 10:23:20 +00:00
ipack
ipmi
isa char: rename CharDriverState Chardev 2017-01-27 18:07:59 +01:00
lm32 char: rename CharDriverState Chardev 2017-01-27 18:07:59 +01:00
m68k
mem
microblaze
mips char: rename CharDriverState Chardev 2017-01-27 18:07:59 +01:00
misc pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
moxie
net pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
nios2 nios2: Add Altera 10M50 GHRD emulation 2017-01-24 13:10:35 -08:00
nvram migration: extend VMStateInfo 2017-01-24 17:54:47 +00:00
openrisc
pci pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
pci-bridge pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
pci-host
pcmcia
ppc ppc: switch to constants within BUILD_BUG_ON 2017-02-01 03:37:17 +02:00
s390x hw: Fix typos found by codespell 2017-01-24 23:26:52 +03:00
scsi pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
sd
sh4
smbios
sparc
sparc64
ssi aspeed/smc: handle dummy bytes when doing fast reads in command mode 2017-01-27 15:20:20 +00:00
timer replay: don't use rtc clock on loadvm phase 2017-01-27 18:07:30 +01:00
tpm
tricore
unicore32
usb pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
vfio pci: Convert msix_init() to Error and fix callers 2017-02-01 03:37:18 +02:00
virtio vhost: skip ROM sections 2017-02-01 03:37:18 +02:00
watchdog
xen
xenpv
xtensa
Makefile.objs