-
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 remote-tracking branch 'remotes/bonzini/tags/for-upstream' into…
… staging * Record-replay lockstep execution, log dumper and fixes (Alex, Pavel) * SCSI fix to pass maximum transfer size (Daniel Barboza) * chardev fixes and improved iothread support (Daniel Berrangé, Peter) * checkpatch tweak (Eric) * make help tweak (Marc-André) * make more PCI NICs available with -net or -nic (myself) * change default q35 NIC to e1000e (myself) * SCSI support for NDOB bit (myself) * membarrier system call support (myself) * SuperIO refactoring (Philippe) * miscellaneous cleanups and fixes (Thomas) # gpg: Signature made Mon 12 Mar 2018 16:10:52 GMT # gpg: using RSA key BFFBD25F78C7AE83 # gpg: Good signature from "Paolo Bonzini <[email protected]>" # gpg: aka "Paolo Bonzini <[email protected]>" # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4 E2F7 7E15 100C CD36 69B1 # Subkey fingerprint: F133 3857 4B66 2389 866C 7682 BFFB D25F 78C7 AE83 * remotes/bonzini/tags/for-upstream: (69 commits) tcg: fix cpu_io_recompile replay: update documentation replay: save vmstate of the asynchronous events replay: don't process async events when warping the clock scripts/replay-dump.py: replay log dumper replay: avoid recursive call of checkpoints replay: check return values of fwrite replay: push replay_mutex_lock up the call tree replay: don't destroy mutex at exit replay: make locking visible outside replay code replay/replay-internal.c: track holding of replay_lock replay/replay.c: bump REPLAY_VERSION again replay: save prior value of the host clock replay: added replay log format description replay: fix save/load vm for non-empty queue replay: fixed replay_enable_events replay: fix processing async events cpu-exec: fix exception_index handling hw/i386/pc: Factor out the superio code hw/alpha/dp264: Use the TYPE_SMC37C669_SUPERIO ... Signed-off-by: Peter Maydell <[email protected]> # Conflicts: # default-configs/i386-softmmu.mak # default-configs/x86_64-softmmu.mak
- Loading branch information
Showing
117 changed files
with
1,953 additions
and
729 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 |
---|---|---|
|
@@ -127,7 +127,6 @@ Alpha | |
M: Richard Henderson <[email protected]> | ||
S: Maintained | ||
F: target/alpha/ | ||
F: hw/alpha/ | ||
F: tests/tcg/alpha/ | ||
F: disas/alpha.c | ||
|
||
|
@@ -413,6 +412,12 @@ F: include/*/*win32* | |
X: qga/*win32* | ||
F: qemu.nsi | ||
|
||
Alpha Machines | ||
M: Richard Henderson <[email protected]> | ||
S: Maintained | ||
F: hw/alpha/ | ||
F: hw/isa/smc37c669-superio.c | ||
|
||
ARM Machines | ||
------------ | ||
Allwinner-a10 | ||
|
@@ -700,6 +705,8 @@ Fulong 2E | |
M: Yongbok Kim <[email protected]> | ||
S: Odd Fixes | ||
F: hw/mips/mips_fulong2e.c | ||
F: hw/isa/vt82c686.c | ||
F: include/hw/isa/vt82c686.h | ||
|
||
Boston | ||
M: Paul Burton <[email protected]> | ||
|
@@ -776,9 +783,10 @@ F: hw/ppc/prep_systemio.c | |
F: hw/ppc/rs6000_mc.c | ||
F: hw/pci-host/prep.[hc] | ||
F: hw/isa/i82378.c | ||
F: hw/isa/pc87312.[hc] | ||
F: hw/isa/pc87312.c | ||
F: hw/dma/i82374.c | ||
F: hw/timer/m48t59-isa.c | ||
F: include/hw/isa/pc87312.h | ||
F: include/hw/timer/m48t59.h | ||
F: pc-bios/ppc_rom.bin | ||
|
||
|
@@ -924,23 +932,27 @@ M: Michael S. Tsirkin <[email protected]> | |
M: Paolo Bonzini <[email protected]> | ||
S: Supported | ||
F: hw/char/debugcon.c | ||
F: hw/char/parallel.c | ||
F: hw/char/parallel* | ||
F: hw/char/serial* | ||
F: hw/dma/i8257* | ||
F: hw/i2c/pm_smbus.c | ||
F: hw/input/pckbd.c | ||
F: hw/intc/apic* | ||
F: hw/intc/ioapic* | ||
F: hw/intc/i8259* | ||
F: hw/isa/isa-superio.c | ||
F: hw/misc/debugexit.c | ||
F: hw/misc/pc-testdev.c | ||
F: hw/timer/hpet* | ||
F: hw/timer/i8254* | ||
F: hw/timer/mc146818rtc* | ||
F: hw/watchdog/wdt_ib700.c | ||
F: include/hw/display/vga.h | ||
F: include/hw/char/parallel.h | ||
F: include/hw/dma/i8257.h | ||
F: include/hw/i2c/pm_smbus.h | ||
F: include/hw/isa/i8257.h | ||
F: include/hw/input/i8042.h | ||
F: include/hw/isa/superio.h | ||
F: include/hw/timer/hpet.h | ||
F: include/hw/timer/i8254* | ||
F: include/hw/timer/mc146818rtc* | ||
|
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.