index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
char
/
xen_console.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-09
1
-0
/
+1
*
hw/xen: add support for Xen primary console in emulated mode
David Woodhouse
2023-11-07
1
-20
/
+58
*
hw/xen: update Xen console to XenDevice model
David Woodhouse
2023-11-07
1
-129
/
+403
*
hw/xen: Fix double-free in xen_console store_con_info()
David Woodhouse
2023-04-13
1
-10
/
+3
*
hw/xen: Move xenstore_store_pv_console_info to xen_console.c
David Woodhouse
2023-03-07
1
-2
/
+43
*
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
2023-03-07
1
-1
/
+1
*
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
2023-03-07
1
-4
/
+4
*
hw/xen: Pass grant ref to gnttab unmap operation
David Woodhouse
2023-03-07
1
-1
/
+1
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
xen: Import other xen/io/*.h
Anthony PERARD
2019-06-24
1
-1
/
+1
*
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-13
1
-1
/
+2
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
1
-6
/
+6
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-29
/
+29
*
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
2018-10-03
1
-1
/
+5
*
xen: remove other open-coded use of libxengnttab
Paul Durrant
2018-05-22
1
-5
/
+4
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-1
/
+1
*
misc: remove duplicated includes
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
xen: Rename xen_be_send_notify
Emil Condrea
2016-10-28
1
-2
/
+2
*
xen: Rename xen_be_unbind_evtchn
Emil Condrea
2016-10-28
1
-1
/
+1
*
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
2016-10-28
1
-4
/
+4
*
xen: Fix coding style warnings
Emil Condrea
2016-10-28
1
-1
/
+2
*
xen: Fix coding style errors
Emil Condrea
2016-10-28
1
-10
/
+11
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: make some qemu_chr_fe skip if no driver
Marc-André Lureau
2016-10-24
1
-4
/
+2
*
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
1
-13
/
+3
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-6
/
+8
*
char: remaining switch to CharBackend in frontend
Marc-André Lureau
2016-10-24
1
-16
/
+23
*
char: remove init callback
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
xen: Clean up includes
Peter Maydell
2016-01-29
1
-6
/
+1
*
xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
Ian Campbell
2016-01-26
1
-4
/
+4
*
xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
Ian Campbell
2016-01-26
1
-4
/
+4
*
xen: Switch to libxengnttab interface for compat shims.
Ian Campbell
2016-01-26
1
-2
/
+2
*
xen_console: correctly cleanup primary console on teardown.
Ian Campbell
2016-01-26
1
-5
/
+2
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+305