-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upstream-merge: (575 commits) ssi: Add slave autoconnect helper MAINTAINERS: Added maintainerships for SSI xilinx_zynq: Added SPI controllers + flashes xilinx_spips: Xilinx Zynq SPI cntrlr device model petalogix-ml605: added SPI controller with n25q128 xilinx_spi: Initial impl. of Xilinx SPI controller m25p80: Initial implementation of SPI flash device hw: Added generic FIFO API. stellaris: Removed SSI mux qdev: allow multiple qdev_init_gpio_in() calls ssi: Added create_slave_no_init() ssi: Implemented CS behaviour ssi: Support for multiple attached devices qemu-barrier: Fix compilation on i386 hosts target-sparc: Optimize conditionals using SUBCC target-sparc: Fall through from not-taken trap target-sparc: Cleanup "global" temporary allocation target-sparc: Use movcond for FMOV*R target-sparc: Use movcond in mulscc target-sparc: Move taddcctv and tsubcctv out of line ... Signed-off-by: Marcelo Tosatti <[email protected]>
- Loading branch information
Showing
423 changed files
with
23,160 additions
and
9,507 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
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 |
---|---|---|
|
@@ -268,6 +268,7 @@ S: Maintained | |
F: hw/xilinx_zynq.c | ||
F: hw/zynq_slcr.c | ||
F: hw/cadence_* | ||
F: hw/xilinx_spips.c | ||
|
||
CRIS Machines | ||
------------- | ||
|
@@ -349,9 +350,31 @@ PowerPC Machines | |
405 | ||
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd Fixes | ||
F: hw/ppc405_boards.c | ||
|
||
Bamboo | ||
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: hw/ppc440_bamboo.c | ||
|
||
e500 | ||
M: Alexander Graf <[email protected]> | ||
M: Scott Wood <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: hw/ppc/e500.[hc] | ||
F: hw/ppc/e500plat.c | ||
|
||
mpc8544ds | ||
M: Alexander Graf <[email protected]> | ||
M: Scott Wood <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: hw/ppc/mpc8544ds.c | ||
F: hw/mpc8544_guts.c | ||
|
||
New World | ||
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
|
@@ -374,6 +397,19 @@ S: Odd Fixes | |
F: hw/ppc_prep.c | ||
F: hw/prep_pci.[hc] | ||
|
||
sPAPR | ||
M: David Gibson <[email protected]> | ||
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: hw/spapr* | ||
|
||
virtex_ml507 | ||
M: Edgar E. Iglesias <[email protected]> | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: hw/virtex_ml507.c | ||
|
||
SH4 Machines | ||
------------ | ||
R2D | ||
|
@@ -457,6 +493,19 @@ S: Supported | |
F: hw/pci* | ||
F: hw/piix* | ||
|
||
ppc4xx | ||
M: Alexander Graf <[email protected]> | ||
L: [email protected] | ||
S: Odd Fixes | ||
F: hw/ppc4xx*.[hc] | ||
|
||
ppce500 | ||
M: Alexander Graf <[email protected]> | ||
M: Scott Wood <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: hw/ppce500_* | ||
|
||
SCSI | ||
M: Paolo Bonzini <[email protected]> | ||
S: Supported | ||
|
@@ -469,11 +518,22 @@ M: Paul Brook <[email protected]> | |
S: Odd Fixes | ||
F: hw/lsi53c895a.c | ||
|
||
SSI | ||
M: Peter Crosthwaite <[email protected]> | ||
S: Maintained | ||
F: hw/ssi.* | ||
F: hw/m25p80.c | ||
|
||
USB | ||
M: Gerd Hoffmann <[email protected]> | ||
S: Maintained | ||
F: hw/usb* | ||
|
||
VFIO | ||
M: Alex Williamson <[email protected]> | ||
S: Supported | ||
F: hw/vfio* | ||
|
||
vhost | ||
M: Michael S. Tsirkin <[email protected]> | ||
S: Supported | ||
|
@@ -512,6 +572,7 @@ F: hw/xilinx_intc.c | |
F: hw/xilinx_ethlite.c | ||
F: hw/xilinx_timer.c | ||
F: hw/xilinx.h | ||
F: hw/xilinx_spi.c | ||
|
||
Subsystems | ||
---------- | ||
|
@@ -531,6 +592,12 @@ M: Anthony Liguori <[email protected]> | |
S: Maintained | ||
F: qemu-char.c | ||
|
||
CPU | ||
M: Andreas Färber <[email protected]> | ||
S: Supported | ||
F: qom/cpu.c | ||
F: include/qemu/cpu.h | ||
|
||
Device Tree | ||
M: Peter Crosthwaite <[email protected]> | ||
M: Alexander Graf <[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
This file was deleted.
Oops, something went wrong.
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.