diff options
| author | Peter Maydell | 2014-02-01 22:07:59 +0100 |
|---|---|---|
| committer | Peter Maydell | 2014-02-01 22:08:06 +0100 |
| commit | 850bbe1b94445cb84a2f648bc2e8c35ef6188eb4 (patch) | |
| tree | 1ebfbc2e5f1f00d8c42f033cc4cdadf6c846a33f /include | |
| parent | Merge remote-tracking branch 'remotes/sstabellini/xen-140130' into staging (diff) | |
| parent | vfio: correct debug macro typo (diff) | |
| download | qemu-850bbe1b94445cb84a2f648bc2e8c35ef6188eb4.tar.gz qemu-850bbe1b94445cb84a2f648bc2e8c35ef6188eb4.tar.xz qemu-850bbe1b94445cb84a2f648bc2e8c35ef6188eb4.zip | |
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140128.0' into staging
vfio-pci updates include:
- Destroy MemoryRegions on device teardown
- Print warnings around PCI option ROM failures
- Skip bogus mappings from 64bit BAR sizing
- Act on DMA mapping failures
- Fix alignment to avoid MSI-X table mapping
- Fix debug macro typo
# gpg: Signature made Tue 28 Jan 2014 15:27:47 GMT using RSA key ID 3BB08B22
# gpg: Can't check signature: public key not found
* remotes/awilliam/tags/vfio-pci-for-qemu-20140128.0:
vfio: correct debug macro typo
vfio: fix mapping of MSIX bar
kvm: initialize qemu_host_page_size
vfio-pci: Fail initfn on DMA mapping errors
vfio: Filter out bogus mappings
vfio: Do not reattempt a failed rom read
vfio: warn if host device rom can't be read
vfio: Destroy memory regions
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/exec/exec-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index ea90b649d4..3b03cbfcf8 100644 --- a/include/exec/exec-all.h +++ b/include/exec/exec-all.h @@ -81,6 +81,7 @@ void cpu_gen_init(void); int cpu_gen_code(CPUArchState *env, struct TranslationBlock *tb, int *gen_code_size_ptr); bool cpu_restore_state(CPUArchState *env, uintptr_t searched_pc); +void page_size_init(void); void QEMU_NORETURN cpu_resume_from_signal(CPUArchState *env1, void *puc); void QEMU_NORETURN cpu_io_recompile(CPUArchState *env, uintptr_t retaddr); |
