index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-09-04
ui/console: free more QemuConsole resources
Marc-André Lureau
2023-09-04
ui/vc: move cursor_timer initialization to QemuTextConsole class
Marc-André Lureau
2023-09-04
ui/console: allocate ui_timer in QemuConsole
Marc-André Lureau
2023-09-04
ui/console: update the head from unused QemuConsole
Marc-André Lureau
2023-09-04
ui/console: specialize console_lookup_unused()
Marc-André Lureau
2023-09-04
ui/console: remove new_console()
Marc-André Lureau
2023-09-04
ui/console: register the console from qemu_console_init()
Marc-André Lureau
2023-09-04
ui/console: instantiate a specific console type
Marc-André Lureau
2023-09-04
ui/console: introduce different console objects
Marc-André Lureau
2023-09-04
ui/console: change new_console() to use object initialization
Marc-André Lureau
2023-09-04
ui/console: use OBJECT_DEFINE_TYPE for QemuConsole
Marc-André Lureau
2023-09-04
ui/vc: move VCCharDev specific fields out of QemuConsole
Marc-André Lureau
2023-09-04
ui/vc: pass VCCharDev to VC-specific functions
Marc-André Lureau
2023-09-04
ui/vc: fold text_update_xy()
Marc-André Lureau
2023-09-04
ui/vc: replace variable with static text attributes default
Marc-André Lureau
2023-09-04
ui/vc: move VCChardev declaration at the top
Marc-André Lureau
2023-09-04
ui/vc: VC always has a DisplayState now
Marc-André Lureau
2023-09-04
ui/console: new_console() cannot fail
Marc-André Lureau
2023-09-04
ui/console: get the DisplayState from new_console()
Marc-André Lureau
2023-09-01
ui/console: drop have_gfx
Marc-André Lureau
2023-09-01
ui/console: call dpy_gfx_update() regardless of have_gfx
Marc-André Lureau
2023-09-01
ui/console: console_select() regardless of have_gfx
Marc-André Lureau
2023-09-01
ui/vc: drop have_text
Marc-André Lureau
2023-09-01
ui/vc: replace vc_chr_write() with generic qemu_chr_write()
Marc-André Lureau
2023-09-01
ui/qmp: move screendump to ui-qmp-cmds.c
Marc-André Lureau
2023-09-01
ui: remove qemu_pixman_linebuf_copy()
Marc-André Lureau
2023-09-01
ui: remove qemu_pixman_color() helper
Marc-André Lureau
2023-08-31
Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into sta...
Stefan Hajnoczi
2023-08-31
Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
2023-08-31
Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into staging
Stefan Hajnoczi
2023-08-31
Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...
Stefan Hajnoczi
2023-08-31
hw/arm: Set number of MPU regions correctly for an505, an521, an524
Peter Maydell
2023-08-31
hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
Peter Maydell
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
2023-08-31
hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
Peter Maydell
2023-08-31
hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
Peter Maydell
2023-08-31
hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
Peter Maydell
2023-08-31
target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS
Peter Maydell
2023-08-31
Add i.MX7 SRC device implementation
Jean-Christophe Dubois
2023-08-31
Add i.MX7 missing TZ devices and memory regions
Jean-Christophe Dubois
2023-08-31
Refactor i.MX7 processor code
Jean-Christophe Dubois
2023-08-31
Add i.MX6UL missing devices.
Jean-Christophe Dubois
2023-08-31
Refactor i.MX6UL processor code
Jean-Christophe Dubois
2023-08-31
Remove i.MX7 IOMUX GPR device from i.MX6UL
Jean-Christophe Dubois
2023-08-31
target/arm: properly document FEAT_CRC32
Alex Bennée
2023-08-31
target/arm: Implement FEAT_HPDS2 as a no-op
Richard Henderson
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
2023-08-31
target/arm: Apply access checks to neoverse-v1 special registers
Richard Henderson
2023-08-31
target/arm: Apply access checks to neoverse-n1 special registers
Richard Henderson
[next]