forked from AFLplusplus/qemu-libafl-bridge
-
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.
MAINTAINERS: Change philmd's email address
The [email protected] email address will stop working on 2022-01-01, change it to my personal email address. Update .mailmap in case anyone wants to send me an email because of some past commit I authored. Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
10 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
FROM ubuntu:16.04 | ||
|
||
MAINTAINER Philippe Mathieu-Daudé <[email protected]> | ||
MAINTAINER Philippe Mathieu-Daudé <[email protected]> | ||
|
||
# Install packages required to build EDK2 | ||
RUN apt update \ | ||
|
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 |
---|---|---|
|
@@ -63,6 +63,7 @@ Paul Burton <[email protected]> <[email protected]> | |
Paul Burton <[email protected]> <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
Philippe Mathieu-Daudé <[email protected]> <[email protected]> | ||
Stefan Brankovic <[email protected]> <[email protected]> | ||
Yongbok Kim <[email protected]> <[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 |
---|---|---|
|
@@ -1630,7 +1630,7 @@ F: pc-bios/bios-microvm.bin | |
Machine core | ||
M: Eduardo Habkost <[email protected]> | ||
M: Marcel Apfelbaum <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Yanan Wang <[email protected]> | ||
S: Supported | ||
F: cpu.c | ||
|
@@ -1811,7 +1811,7 @@ F: docs/virtio-net-failover.rst | |
T: git https://github.com/jasowang/qemu.git net | ||
|
||
Parallel NOR Flash devices | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
T: git https://gitlab.com/philmd/qemu.git pflash-next | ||
S: Maintained | ||
F: hw/block/pflash_cfi*.c | ||
|
@@ -2227,7 +2227,7 @@ F: hw/isa/piix4.c | |
F: include/hw/southbridge/piix.h | ||
|
||
Firmware configuration (fw_cfg) | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
R: Gerd Hoffmann <[email protected]> | ||
S: Supported | ||
F: docs/specs/fw_cfg.txt | ||
|
@@ -2525,7 +2525,7 @@ F: scripts/coccinelle/errp-guard.cocci | |
|
||
GDB stub | ||
M: Alex Bennée <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
S: Maintained | ||
F: gdbstub* | ||
F: include/exec/gdbstub.h | ||
|
@@ -2536,7 +2536,7 @@ Memory API | |
M: Paolo Bonzini <[email protected]> | ||
M: Peter Xu <[email protected]> | ||
M: David Hildenbrand <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
S: Supported | ||
F: include/exec/ioport.h | ||
F: include/exec/memop.h | ||
|
@@ -3030,14 +3030,14 @@ F: include/hw/i2c/smbus_slave.h | |
F: include/hw/i2c/smbus_eeprom.h | ||
|
||
Firmware schema specifications | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
R: Daniel P. Berrange <[email protected]> | ||
R: Kashyap Chamarthy <[email protected]> | ||
S: Maintained | ||
F: docs/interop/firmware.json | ||
|
||
EDK2 Firmware | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
M: Philippe Mathieu-Daudé <[email protected]> | ||
R: Gerd Hoffmann <[email protected]> | ||
S: Supported | ||
F: hw/i386/*ovmf* | ||
|
@@ -3275,7 +3275,7 @@ F: block/null.c | |
NVMe Block Driver | ||
M: Stefan Hajnoczi <[email protected]> | ||
R: Fam Zheng <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/nvme* | ||
|
@@ -3518,7 +3518,7 @@ F: tests/tcg/Makefile.include | |
Integration Testing with the Avocado framework | ||
W: https://trello.com/b/6Qi1pxVn/avocado-qemu | ||
R: Cleber Rosa <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Wainer dos Santos Moschetta <[email protected]> | ||
R: Beraldo Leal <[email protected]> | ||
S: Odd Fixes | ||
|