OSDN Git Service

qmiga/qemu.git
2023-09-07 Niklas Casselhw/ide/ahci: simplify and document PxCI handling
2023-09-07 Niklas Casselhw/ide/ahci: write D2H FIS when processing NCQ command
2023-09-07 Niklas Casselhw/ide/core: set ERR_STAT in unsupported command completion
2023-09-06 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2023-09-06 Stefan HajnocziMerge tag 'pull-lu-20230901' of https://gitlab.com...
2023-09-06 Stefan HajnocziMerge tag 'pull-aspeed-20230901' of https://github...
2023-09-05 Stefan HajnocziMerge tag 'pull-request-2023-08-31' of https://gitlab...
2023-09-05 Stefan HajnocziMerge tag 'misc-20230831' of https://github.com/philmd...
2023-09-04 Dmitry Frolovui/gtk: fix leaks found wtih fuzzing
2023-09-04 Guoyi Tuui/vdagent: Unregister input handler of mouse during...
2023-09-04 Guoyi Tuui/vdagent: call vdagent_disconnect() when agent connec...
2023-09-04 Bilal Elmoussaouiui/dbus: implement damage regions for GL
2023-09-04 Bilal Elmoussaouiui/dbus: Properly dispose touch/mouse dbus objects
2023-09-04 Philippe Mathieu... ui/vnc-enc-tight: Avoid dynamic stack allocation
2023-09-04 Peter Maydellui/vnc-enc-hextile: Use static rather than dynamic...
2023-09-04 Peter Maydellui/spice-display: Avoid dynamic stack allocation
2023-09-04 Marc-André... ui/vc: change the argument for QemuTextConsole
2023-09-04 Marc-André... ui/vc: do not parse VC-specific options in Spice and GTK
2023-09-04 Marc-André... ui/vc: move text console invalidate in helper
2023-09-04 Marc-André... ui/console: minor stylistic changes
2023-09-04 Marc-André... ui/vc: skip text console resize when possible
2023-09-04 Marc-André... ui/console: fold text_console_update_cursor_timer
2023-09-04 Marc-André... ui/console: assert(surface) where appropriate
2023-09-04 Marc-André... ui/console: rename vga_ functions with qemu_console_
2023-09-04 Marc-André... ui/console: use QEMU_PIXMAN_COLOR helpers
2023-09-04 Marc-André... ui/console: declare console types in console.h
2023-09-04 Marc-André... ui/vc: use common text console surface creation
2023-09-04 Marc-André... ui/console: remove need for g_width/g_height
2023-09-04 Marc-André... ui/console: simplify getting active_console size
2023-09-04 Marc-André... ui/vc: move some text console initialization to qom...
2023-09-04 Marc-André... ui/vc: fold text_console_do_init() in vc_chr_open()
2023-09-04 Marc-André... ui/console: move graphic fields to QemuGraphicConsole
2023-09-04 Marc-André... ui/vc: move text fields to QemuTextConsole
2023-09-04 Marc-André... ui/console: free more QemuConsole resources
2023-09-04 Marc-André... ui/vc: move cursor_timer initialization to QemuTextCons...
2023-09-04 Marc-André... ui/console: allocate ui_timer in QemuConsole
2023-09-04 Marc-André... ui/console: update the head from unused QemuConsole
2023-09-04 Marc-André... ui/console: specialize console_lookup_unused()
2023-09-04 Marc-André... ui/console: remove new_console()
2023-09-04 Marc-André... ui/console: register the console from qemu_console_init()
2023-09-04 Marc-André... ui/console: instantiate a specific console type
2023-09-04 Marc-André... ui/console: introduce different console objects
2023-09-04 Marc-André... ui/console: change new_console() to use object initiali...
2023-09-04 Marc-André... ui/console: use OBJECT_DEFINE_TYPE for QemuConsole
2023-09-04 Marc-André... ui/vc: move VCCharDev specific fields out of QemuConsole
2023-09-04 Marc-André... ui/vc: pass VCCharDev to VC-specific functions
2023-09-04 Marc-André... ui/vc: fold text_update_xy()
2023-09-04 Marc-André... ui/vc: replace variable with static text attributes...
2023-09-04 Marc-André... ui/vc: move VCChardev declaration at the top
2023-09-04 Marc-André... ui/vc: VC always has a DisplayState now
2023-09-04 Marc-André... ui/console: new_console() cannot fail
2023-09-04 Marc-André... ui/console: get the DisplayState from new_console()
2023-09-01 Richard Hendersonlinux-user: Track shm regions with an interval tree
2023-09-01 Richard Hendersonlinux-user: Fix shmdt
2023-09-01 Richard Hendersonlinux-user: Use WITH_MMAP_LOCK_GUARD in target_{shmat...
2023-09-01 Richard Hendersonlinux-user: Move shmat and shmdt implementations to...
2023-09-01 Richard Hendersonlinux-user: Remove ELF_START_MMAP and image_info.start_mmap
2023-09-01 Ilya Leoshkevichlinux-user: Emulate the Anonymous: keyword in /proc...
2023-09-01 Richard Hendersonlinux-user: Show heap address in /proc/pid/maps
2023-09-01 Richard Hendersonlinux-user: Adjust brk for load_bias
2023-09-01 Richard Hendersonlinux-user: Use walk_memory_regions for open_self_maps
2023-09-01 Richard Hendersonutil/selfmap: Use dev_t and ino_t in MapInfo
2023-09-01 Helge Dellerlinux-user: Emulate /proc/cpuinfo for Alpha
2023-09-01 Helge Dellerlinux-user: Emulate /proc/cpuinfo on aarch64 and arm
2023-09-01 Richard Hendersonlinux-user: Split out cpu/target_proc.h
2023-09-01 Marc-André... ui/console: drop have_gfx
2023-09-01 Marc-André... ui/console: call dpy_gfx_update() regardless of have_gfx
2023-09-01 Marc-André... ui/console: console_select() regardless of have_gfx
2023-09-01 Marc-André... ui/vc: drop have_text
2023-09-01 Marc-André... ui/vc: replace vc_chr_write() with generic qemu_chr_write()
2023-09-01 Marc-André... ui/qmp: move screendump to ui-qmp-cmds.c
2023-09-01 Marc-André... ui: remove qemu_pixman_linebuf_copy()
2023-09-01 Marc-André... ui: remove qemu_pixman_color() helper
2023-09-01 Cédric Le Goaterhw/sd: Introduce a "sd-card" SPI variant model
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_SET_BLOCK_COUNT() handler
2023-09-01 Joel Stanleyhw/sd: Add sd_cmd_SEND_TUNING_BLOCK() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_SEND_RELATIVE_ADDR() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_ALL_SEND_CID() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_SEND_OP_CMD() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_GO_IDLE_STATE() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_unimplemented() handler
2023-09-01 Philippe Mathieu... hw/sd: Add sd_cmd_illegal() handler
2023-09-01 Philippe Mathieu... hw/sd: Introduce sd_cmd_handler type
2023-09-01 Philippe Mathieu... hw/sd: Move proto_name to SDProto structure
2023-09-01 Philippe Mathieu... hw/sd: When card is in wrong state, log which spec...
2023-09-01 Philippe Mathieu... hw/sd: When card is in wrong state, log which state...
2023-09-01 Philippe Mathieu... hw/sd/sdcard: Return ILLEGAL for CMD19/CMD23 prior...
2023-09-01 Cédric Le Goateraspeed: Get the BlockBackend of FMC0 from the flash...
2023-09-01 Cédric Le Goaterm25p80: Introduce an helper to retrieve the BlockBacken...
2023-09-01 Cédric Le Goateraspeed: Create flash devices only when defaults are...
2023-09-01 Cédric Le Goaterhw/ssi: Check for duplicate CS indexes
2023-09-01 Cédric Le Goateraspeed/smc: Wire CS lines at reset
2023-09-01 Cédric Le Goaterhw/ssi: Introduce a ssi_get_cs() helper
2023-09-01 Cédric Le Goaterhw/ssi: Add a "cs" property to SSIPeripheral
2023-09-01 Cédric Le Goatertests/avocado/machine_aspeed.py: Update SDK images
2023-09-01 Hang Yuhw/i2c/aspeed: Add support for buffer organization
2023-09-01 Hang Yuhw/i2c/aspeed: Fix TXBUF transmission start position...
2023-09-01 Hang Yuhw/i2c/aspeed: Fix Tx count and Rx size error in buffer...
2023-09-01 Cédric Le Goateraspeed: Introduce helper for 32-bit hosts limitation
2023-08-31 Alexander Grafbuild: Only define OS_OBJECT_USE_OBJC with gcc
next