forked from ceph/qemu-kvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit 'b195043003d90ea4027ea01cc7a6c974ac915108' into upstream…
…-merge * commit 'b195043003d90ea4027ea01cc7a6c974ac915108': (130 commits) vga: convert vga and its derivatives to the memory API vmsvga: don't remember pci BAR address in callback any more pci: add API to get a BAR's mapped address memory: rename PORTIO_END to PORTIO_END_OF_LIST Unbreak the build on ppc32 Fix forcing multicast msgs to loopback on OpenBSD. Use mmap to allocate execute memory Fix network interface tap backend darwin-user: Remove two unused variables TCG: fix copy propagation Remove unused is_softmmu parameter from cpu_handle_mmu_fault Fix handling of conditional branches in delay slot of a conditional branch when overriding default tool names don't add cross-prefix Reorganize and fix monitor resume after migration qdev: Eliminate duplicate reset Avoid allocating TCG resources in non-TCG mode memory: use signed arithmetic memory: synchronize dirty bitmap before unmapping a range sdl: Refactor sdl_send_mouse_event sdl: Factor out event handlers from sdl_refresh ... Conflicts: hw/cirrus_vga.c Signed-off-by: Avi Kivity <avi@redhat.com>
Showing
156 changed files
with
4,868 additions
and
2,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ qemu-io | |
qemu-ga | ||
qemu-monitor.texi | ||
QMP/qmp-commands.txt | ||
test-coroutine | ||
.gdbinit | ||
*.a | ||
*.aux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.