aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hax
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-5/+5
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé1-2/+2
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé1-6/+1
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-2/+3
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana8-19/+31
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2020-12-16i386: move hax accel files into hax/Claudio Fontana11-0/+2993