Message ID | 20200927163943.614604-1-f4bug@amsat.org |
---|---|
Headers | show |
Series | hw/mips: Code simplifications | expand |
ping? On 9/27/20 6:39 PM, Philippe Mathieu-Daudé wrote: > Doing housekeeping on old branches older than 1 year. > Some patches are still valuable, so post them. > > These patches should not introduce logical change, > they simply rewrite old style code using more recent > API/macros. > > Philippe Mathieu-Daudé (2): > hw/mips: Simplify loading 64-bit ELF kernels > hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) > > include/hw/mips/mips.h | 4 +++- > hw/mips/fuloong2e.c | 3 +-- > hw/mips/malta.c | 6 +++--- > hw/mips/mipssim.c | 9 ++------- > hw/mips/r4k.c | 9 ++------- > 5 files changed, 11 insertions(+), 20 deletions(-) >
On 9/27/20 6:39 PM, Philippe Mathieu-Daudé wrote: > Doing housekeeping on old branches older than 1 year. > Some patches are still valuable, so post them. > > These patches should not introduce logical change, > they simply rewrite old style code using more recent > API/macros. > > Philippe Mathieu-Daudé (2): > hw/mips: Simplify loading 64-bit ELF kernels > hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) > > include/hw/mips/mips.h | 4 +++- > hw/mips/fuloong2e.c | 3 +-- > hw/mips/malta.c | 6 +++--- > hw/mips/mipssim.c | 9 ++------- > hw/mips/r4k.c | 9 ++------- > 5 files changed, 11 insertions(+), 20 deletions(-) Thanks, applied to mips-hw-next.