summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04ui/console: remove need for g_width/g_heightMarc-André Lureau1-5/+3
2023-09-04ui/console: simplify getting active_console sizeMarc-André Lureau1-4/+2
2023-09-04ui/vc: move some text console initialization to qom handlersMarc-André Lureau1-11/+11
2023-09-04ui/vc: fold text_console_do_init() in vc_chr_open()Marc-André Lureau1-49/+31
2023-09-04ui/console: move graphic fields to QemuGraphicConsoleMarc-André Lureau1-46/+64
2023-09-04ui/vc: move text fields to QemuTextConsoleMarc-André Lureau1-86/+91
2023-09-04ui/console: free more QemuConsole resourcesMarc-André Lureau1-1/+4
2023-09-04ui/vc: move cursor_timer initialization to QemuTextConsole classMarc-André Lureau1-2/+4
2023-09-04ui/console: allocate ui_timer in QemuConsoleMarc-André Lureau1-2/+6
2023-09-04ui/console: update the head from unused QemuConsoleMarc-André Lureau1-1/+1
2023-09-04ui/console: specialize console_lookup_unused()Marc-André Lureau2-4/+4
2023-09-04ui/console: remove new_console()Marc-André Lureau1-14/+5
2023-09-04ui/console: register the console from qemu_console_init()Marc-André Lureau1-2/+1
2023-09-04ui/console: instantiate a specific console typeMarc-André Lureau1-28/+19
2023-09-04ui/console: introduce different console objectsMarc-André Lureau1-0/+84
2023-09-04ui/console: change new_console() to use object initializationMarc-André Lureau1-36/+56
2023-09-04ui/console: use OBJECT_DEFINE_TYPE for QemuConsoleMarc-André Lureau1-14/+17
2023-09-04ui/vc: move VCCharDev specific fields out of QemuConsoleMarc-André Lureau1-74/+73
2023-09-04ui/vc: pass VCCharDev to VC-specific functionsMarc-André Lureau1-31/+39
2023-09-04ui/vc: fold text_update_xy()Marc-André Lureau1-9/+4
2023-09-04ui/vc: replace variable with static text attributes defaultMarc-André Lureau1-17/+13
2023-09-04ui/vc: move VCChardev declaration at the topMarc-André Lureau1-6/+6
2023-09-04ui/vc: VC always has a DisplayState nowMarc-André Lureau1-4/+0
2023-09-04ui/console: new_console() cannot failMarc-André Lureau1-5/+0
2023-09-04ui/console: get the DisplayState from new_console()Marc-André Lureau1-19/+8
2023-09-01ui/console: drop have_gfxMarc-André Lureau1-7/+0
2023-09-01ui/console: call dpy_gfx_update() regardless of have_gfxMarc-André Lureau1-1/+1
2023-09-01ui/console: console_select() regardless of have_gfxMarc-André Lureau1-6/+4
2023-09-01ui/vc: drop have_textMarc-André Lureau1-29/+13
2023-09-01ui/vc: replace vc_chr_write() with generic qemu_chr_write()Marc-André Lureau1-3/+3
2023-09-01ui/qmp: move screendump to ui-qmp-cmds.cMarc-André Lureau3-195/+205
2023-09-01ui: remove qemu_pixman_linebuf_copy()Marc-André Lureau2-10/+0
2023-09-01ui: remove qemu_pixman_color() helperMarc-André Lureau2-12/+0
2023-08-31hw/arm: Set number of MPU regions correctly for an505, an521, an524Peter Maydell3-0/+50
2023-08-31hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions propertiesPeter Maydell2-0/+29
2023-08-31target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_initPeter Maydell1-82/+97
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell2-4/+4
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell2-4/+3
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell1-2/+2
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell1-1/+1
2023-08-31target/arm: Catch illegal-exception-return from EL3 with bad NSE/NSPeter Maydell1-0/+9
2023-08-31Add i.MX7 SRC device implementationJean-Christophe Dubois6-2/+356
2023-08-31Add i.MX7 missing TZ devices and memory regionsJean-Christophe Dubois2-0/+70
2023-08-31Refactor i.MX7 processor codeJean-Christophe Dubois2-123/+333
2023-08-31Add i.MX6UL missing devices.Jean-Christophe Dubois2-1/+17
2023-08-31Refactor i.MX6UL processor codeJean-Christophe Dubois2-60/+221
2023-08-31Remove i.MX7 IOMUX GPR device from i.MX6ULJean-Christophe Dubois2-13/+0
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée2-1/+2
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson3-2/+3
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson1-0/+3