Age | Commit message (Expand) | Author | Files | Lines |
2019-02-21 | hw/char/pl011: Use '0x' prefix when logging hex numbers | Peter Maydell | 1 | -2/+2 |
2019-02-21 | hw/char/pl011: Support all interrupt lines | Peter Maydell | 1 | -2/+44 |
2019-02-21 | hw/char/pl011: Allow use as an embedded-struct device | Peter Maydell | 1 | -29/+2 |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth | 1 | -1/+1 |
2019-02-13 | terminal3270: do not use backend timer sources | Marc-André Lureau | 1 | -9/+6 |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini | 2 | -3/+4 |
2019-01-21 | hw/char/stm32f2xx_usart: Do not update data register when device is disabled | Philippe Mathieu-Daudé | 1 | -2/+1 |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant | 1 | -6/+6 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 3 | -39/+39 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -1/+1 |
2018-12-13 | char/grlib_apbuart: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -7/+5 |
2018-11-19 | hw/arm/stm32f205: Fix the UART and Timer region size | Seth Kintigh | 1 | -1/+1 |
2018-11-02 | hw/char: Implement nRF51 SoC UART | Julia Suvorova | 3 | -0/+335 |
2018-10-03 | chardev: mark the calls that allow an implicit mux monitor | Marc-André Lureau | 1 | -1/+5 |
2018-10-02 | virtio: do not take address of packed members | Paolo Bonzini | 1 | -3/+3 |
2018-10-02 | serial: fix DLL writes | Paolo Bonzini | 1 | -2/+2 |
2018-10-02 | hw/char/sh_serial: Add timeout handling to unbreak serial input | Geert Uytterhoeven | 1 | -0/+20 |
2018-08-28 | qapi: Drop qapi_event_send_FOO()'s Error ** argument | Peter Xu | 1 | -2/+1 |
2018-08-20 | imx_serial: Generate interrupt on receive data ready if enabled | Hans-Erik Floryd | 1 | -1/+2 |
2018-07-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -19/+27 |
2018-07-16 | bcm2835_aux: Swap RX and TX interrupt assignments | Guenter Roeck | 1 | -2/+2 |
2018-07-16 | hw/char/serial: retry write if EAGAIN | Marc-André Lureau | 1 | -9/+14 |
2018-07-16 | PC Chipset: Improve serial divisor calculation | Calvin Lee | 1 | -10/+13 |
2018-06-30 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 3 | -5/+24 |
2018-06-29 | hw/char/parallel: Convert from pdebug() macro to trace events | Philippe Mathieu-Daudé | 2 | -3/+17 |
2018-06-29 | hw/char/serial: Convert from DPRINTF macro to trace events | Philippe Mathieu-Daudé | 2 | -2/+7 |
2018-06-28 | hw/char/serial: Only retry if qemu_chr_fe_write returns 0 | Sergio Lopez | 1 | -1/+1 |
2018-06-15 | hw/char/parallel: Convert away from old_mmio | Peter Maydell | 1 | -39/+11 |
2018-06-08 | hw/digic: Add trailing '\n' to qemu_log() calls | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-06-01 | hw: make virtio devices configurable via default-configs/ | Paolo Bonzini | 1 | -1/+1 |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé | 3 | -3/+0 |
2018-05-22 | xen: remove other open-coded use of libxengnttab | Paul Durrant | 1 | -5/+4 |
2018-05-04 | hw/char/cmsdk-apb-uart.c: Accept more input after character read | Patrick Oppenlander | 1 | -0/+1 |
2018-04-26 | serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS | Peter Maydell | 1 | -5/+5 |
2018-04-26 | hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardev | Peter Maydell | 1 | -20/+0 |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 3 | -4/+4 |
2018-04-26 | hw/char/serial: Allow disconnected chardevs | Peter Maydell | 1 | -5/+0 |
2018-04-11 | hw/char/cmsdk-apb-uart.c: Correctly clear INTSTATUS bits on writes | Peter Maydell | 1 | -0/+1 |
2018-04-09 | virtio-serial: fix heap-over-flow | linzhecheng | 1 | -2/+5 |
2018-03-23 | i.MX: Support serial RS-232 break properly | Trent Piepho | 1 | -1/+4 |
2018-03-19 | char: i.MX: Add support for "TX complete" interrupt | Andrey Smirnov | 1 | -3/+17 |
2018-03-19 | char: i.MX: Simplify imx_update() | Andrey Smirnov | 1 | -8/+16 |
2018-03-12 | hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c | Philippe Mathieu-Daudé | 3 | -1/+38 |
2018-03-08 | s390x/sclp: clean up sclp masks | Claudio Imbrenda | 2 | -4/+4 |
2018-03-08 | s390x/sclpconsole: Remove dead code - remove exit handlers | Nia Alarie | 2 | -12/+0 |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-22 | hw/char/stm32f2xx_usart: fix TXE/TC bit handling | Richard Braun | 1 | -4/+8 |
2018-02-16 | hw/char: remove legacy interface escc_init() | Laurent Vivier | 1 | -152/+57 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 2 | -1/+1 |
2018-01-29 | hw: convert the escc device to keycodemapdb | Daniel P. Berrange | 1 | -121/+5 |