-
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/mjt/tags/trivial-patches-fetch'…
… into staging trivial patches for 2017-12-18 # gpg: Signature made Mon 18 Dec 2017 14:08:51 GMT # gpg: using RSA key 0x701B4F6B1A693E59 # gpg: Good signature from "Michael Tokarev <[email protected]>" # gpg: aka "Michael Tokarev <[email protected]>" # gpg: aka "Michael Tokarev <[email protected]>" # Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D 4324 457C E0A0 8044 65C5 # Subkey fingerprint: 7B73 BAD6 8BE7 A2C2 8931 4B22 701B 4F6B 1A69 3E59 * remotes/mjt/tags/trivial-patches-fetch: (60 commits) misc: drop old i386 dependency i386/pc: move vmmouse.c to hw/i386/ i386/pc: move vmport.c to hw/i386/ hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h" hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" hw/display/vga: "vga_int.h" requires "ui/console.h" hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h" hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pc hw/acpi: ACPI_PM_* defines are not restricted to i386 arch hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() hw/timer/i8254: rename pit_init() -> i8254_pit_init() hw/unicore32: restrict hw addr defines to source file hw/virtio-balloon: remove old i386 dependency hw/tpm: remove old i386 dependency hw/i2c: remove old i386 dependency hw/ipmi: remove old i386 dependency hw/ide: remove old i386 dependency misc: remove old i386 dependency amd_iommu: avoid needless includes in header file ... Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information
Showing
141 changed files
with
256 additions
and
292 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
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 |
---|---|---|
|
@@ -732,7 +732,11 @@ F: hw/ppc/prep.c | |
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/dma/i82374.c | ||
F: hw/timer/m48t59-isa.c | ||
F: include/hw/timer/m48t59.h | ||
F: pc-bios/ppc_rom.bin | ||
|
||
sPAPR | ||
|
@@ -861,12 +865,13 @@ F: hw/misc/sga.c | |
PC Chipset | ||
M: Michael S. Tsirkin <[email protected]> | ||
M: Paolo Bonzini <[email protected]> | ||
S: Support | ||
S: Supported | ||
F: hw/char/debugcon.c | ||
F: hw/char/parallel.c | ||
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* | ||
|
@@ -875,7 +880,10 @@ 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/i2c/pm_smbus.h | ||
F: include/hw/isa/i8257.h | ||
F: include/hw/timer/hpet.h | ||
F: include/hw/timer/i8254* | ||
F: include/hw/timer/mc146818rtc* | ||
|
@@ -976,7 +984,9 @@ M: Alexander Graf <[email protected]> | |
L: [email protected] | ||
S: Odd Fixes | ||
F: hw/ppc/ppc4*.c | ||
F: hw/i2c/ppc4xx_i2c.c | ||
F: include/hw/ppc/ppc4xx.h | ||
F: include/hw/i2c/ppc4xx_i2c.h | ||
|
||
ppce500 | ||
M: Alexander Graf <[email protected]> | ||
|
@@ -995,6 +1005,7 @@ Network devices | |
M: Jason Wang <[email protected]> | ||
S: Odd Fixes | ||
F: hw/net/ | ||
F: include/hw/net/ | ||
F: tests/virtio-net-test.c | ||
T: git git://github.com/jasowang/qemu.git net | ||
|
||
|
@@ -1538,6 +1549,7 @@ M: Alistair Francis <[email protected]> | |
S: Maintained | ||
F: hw/core/register.c | ||
F: include/hw/register.h | ||
F: include/hw/registerfields.h | ||
|
||
SLIRP | ||
M: Samuel Thibault <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,10 @@ BUILD_DIR=$(CURDIR) | |
# Before including a proper config-host.mak, assume we are in the source tree | ||
SRC_PATH=. | ||
|
||
UNCHECKED_GOALS := %clean TAGS cscope ctags docker docker-% help | ||
UNCHECKED_GOALS := %clean TAGS cscope ctags dist \ | ||
html info pdf txt \ | ||
help check-help \ | ||
docker docker-% vm-test vm-build-% | ||
|
||
# All following code might depend on configuration variables | ||
ifneq ($(wildcard config-host.mak),) | ||
|
@@ -50,7 +53,7 @@ ifneq ($(realpath $(SRC_PATH)),$(realpath .)) | |
ifneq ($(wildcard $(SRC_PATH)/config-host.mak),) | ||
$(error This is an out of tree build but your source tree ($(SRC_PATH)) \ | ||
seems to have been used for an in-tree build. You can fix this by running \ | ||
"make distclean && rm -rf *-linux-user *-softmmu" in your source tree) | ||
"$(MAKE) distclean && rm -rf *-linux-user *-softmmu" in your source tree) | ||
endif | ||
endif | ||
|
||
|
@@ -304,7 +307,7 @@ endif | |
else \ | ||
echo "WARNING: $@ out of date.";\ | ||
fi; \ | ||
echo "Run \"make defconfig\" to regenerate."; \ | ||
echo "Run \"$(MAKE) defconfig\" to regenerate."; \ | ||
rm [email protected]; \ | ||
fi; \ | ||
else \ | ||
|
@@ -934,4 +937,4 @@ ifdef QEMU_GA_MSI_ENABLED | |
endif | ||
@echo '' | ||
endif | ||
@echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' | ||
@echo ' $(MAKE) V=0|1 [targets] 0 => quiet build (default), 1 => verbose build' |
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
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
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
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
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.