- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
- 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
- ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
- df70796 qdev: Convert uses of qdev_create() manually by Markus Armbruster · 4 years, 9 months ago
- b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
- f602d04 serial: Fix double migration data by Dr. David Alan Gilbert · 5 years ago
- 41e82da hw/char: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- d925917 mips: use sysbus_mmio_get_region() instead of internal fields by Marc-André Lureau · 5 years ago
- 9fac5d8 mips: inline serial_init() by Marc-André Lureau · 5 years ago
- 10315a7 serial: make SerialIO a sysbus device by Marc-André Lureau · 5 years ago
- 9bc7176 serial-mm: use sysbus facilities by Marc-André Lureau · 5 years ago
- 80b2eed serial-mm: add endianness property by Marc-André Lureau · 5 years ago
- 17fd1a6 serial-mm: add "regshift" property by Marc-André Lureau · 5 years ago
- 490a9d9 serial: start making SerialMM a sysbus device by Marc-André Lureau · 5 years ago
- b997500 serial: replace serial_exit_core() with unrealize by Marc-André Lureau · 5 years ago
- c9808d6 serial: realize the serial device by Marc-André Lureau · 5 years ago
- 96651db serial: add "baudbase" property by Marc-André Lureau · 5 years ago
- ff22c58 serial: add "chardev" property by Marc-André Lureau · 5 years ago
- 4cc017e serial: register vmsd with DeviceClass by Marc-André Lureau · 5 years ago
- 7781b88 serial: initial qom-ification by Marc-André Lureau · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- fb06411 qmp hmp: Make system_wakeup check wake-up support and run state by Daniel Henrique Barboza · 6 years ago
- 61a9346 serial: fix DLL writes by Paolo Bonzini · 6 years ago
- f3575af hw/char/serial: retry write if EAGAIN by Marc-André Lureau · 7 years ago
- 0147883 PC Chipset: Improve serial divisor calculation by Calvin Lee · 7 years ago
- 6f4fa09 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 7 years ago
- 0060918 hw/char/serial: Convert from DPRINTF macro to trace events by Philippe Mathieu-Daudé · 7 years ago
- 019288b hw/char/serial: Only retry if qemu_chr_fe_write returns 0 by Sergio Lopez · 7 years ago
- ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 47c4f85 hw/char/serial: Allow disconnected chardevs by Peter Maydell · 7 years ago
- e5a1184 Enable 8-byte wide MMIO for 16550 serial devices by Mike Nawrocki · 7 years ago
- 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
- 1a29cc8 serial: chardev hotswap support by Anton Nefedov · 8 years ago
- 7573584 serial: move TIOCM update to a separate function by Anton Nefedov · 8 years ago
- 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
- 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
- 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
- 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
- 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
- 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
- 8409dc8 serial: fix memory leak in serial exit by Li Qiang · 8 years ago
- 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
- c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
- 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
- 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
- becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
- 3592fe0 char: serial: check divider value against baud base by Prasad J Pandit · 8 years ago
- 9f34a35 serial: reinstate watch after migration by Paolo Bonzini · 9 years ago
- a1df76d serial: remove watch on reset by Paolo Bonzini · 9 years ago
- b0585e7 serial: separate serial_xmit and serial_watch_cb by Paolo Bonzini · 9 years ago
- bce933b serial: simplify tsr_retry reset by Paolo Bonzini · 9 years ago
- 807464d serial: make tsr_retry unsigned by Paolo Bonzini · 9 years ago
- 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
- 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
- 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
- 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
- 92013cf serial: Fix warnings caused by missing 'static' attribute by Stefan Weil · 10 years ago
- e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
- bfa7362 serial: refine serial_thr_ipending_needed by Paolo Bonzini · 10 years ago
- 1645b8e serial: only resample THR interrupt on rising edge of IER.THRI by Paolo Bonzini · 10 years ago
- 023c3a9 serial: update LSR on enabling/disabling FIFOs by Paolo Bonzini · 10 years ago
- 0d931d7 serial: clean up THRE/TEMT handling by Paolo Bonzini · 10 years ago
- 4e02b0f serial: reset thri_pending on IER writes with THRI=0 by Paolo Bonzini · 10 years ago
- a30cf87 serial: check if backed by a physical serial port at realize time by Paolo Bonzini · 11 years ago
- 4df7961 serial: reset state at startup by Paolo Bonzini · 11 years ago
- 7385b27 serial: fixing vmstate for save/restore by Pavel Dovgalyuk · 11 years ago
- f702e62 serial: change retry logic to avoid concurrency by Kirill Batuzov · 11 years ago
- e02bc6d serial: poll the serial console with G_IO_HUP by Roger Pau Monne · 11 years ago
- d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
- dffacd4 char/serial: Fix emptyness handling by Don Slutz · 11 years ago
- 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
- f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
- bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
- 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- b165b0d char/serial: fix copy&paste error (fifo8_is_full vs empty) by Vladimir Senkov · 12 years ago
- 371a775 Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu by Blue Swirl · 12 years ago
- b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 12 years ago
- 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 12 years ago
- 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 12 years ago
- db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/serial.c]
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 8b4a898 serial: Fix debug format strings by Kevin Wolf · 12 years ago
- 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
- fcfb4d6 serial: add flow control to transmit by Anthony Liguori · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- b37a2e4 Revert "serial: fix retry logic" by Michael Tokarev · 12 years ago