Sign in
qemu
/
qemu
/
24e822ea4669145c94552cef67751fbd9a42b4c8
/
hw
/
char
1246b25
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
by Stefan Weil
· 11 years ago
29fdedf
spapr: add vio-bus devices to categories
by Alexey Kardashevskiy
· 11 years ago
c77dd5f
milkymist-uart: Use Device::realize instead of SysBusDevice::init
by Antony Pavlov
· 12 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
84faf7c
sh4: Fix serial line access for Linux kernels later than 3.2
by Guenter Roeck
· 12 years ago
6a444f8
s390/sclplmconsole: Add support for SCLP line-mode console
by Heinz Graalfs
· 12 years ago
c3d9f24
s390/eventfacility: allow childs to handle more than 1 event type
by Christian Borntraeger
· 11 years ago
8b8b113
s390/eventfacility: remove unused event_type variable
by Christian Borntraeger
· 11 years ago
3af6de3
s390/sclp: add reset() functions
by Heinz Graalfs
· 12 years ago
cb335be
s390/sclpconsole: Add code to support live migration for sclpconsole
by Heinz Graalfs
· 12 years ago
ea9ad3e
s390/sclpconsole: modify definition of input buffer
by Heinz Graalfs
· 12 years ago
5cff81f
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging
by Anthony Liguori
· 12 years ago
7770b6f
pseries: Fix stalls on hypervisor virtual console
by Anton Blanchard
· 12 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 years ago
77cbb28
ipack: Pass size to ipack_bus_new_inplace()
by Andreas Färber
· 12 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
203439c
virtio-console: Use exitfn for virtserialport, too
by Andreas Färber
· 12 years ago
2e14211
s390/sclpconsole: handle char layer busy conditions
by Heinz Graalfs
· 12 years ago
71ffe1a
pl011: QOM'ify pl011 and pl011_luminary
by Andreas Färber
· 12 years ago
ab640bf
pl011: Rename pl011_state
by Andreas Färber
· 12 years ago
79bbe8b
milkymist-uart: QOM cast cleanup
by Andreas Färber
· 12 years ago
85f3d30
lm32_uart: QOM cast cleanup
by Andreas Färber
· 12 years ago
a0b9792
lm32_juart: QOM cast cleanup
by Andreas Färber
· 12 years ago
0ee1024
lm32_juart: Relocate and tidy header
by Andreas Färber
· 12 years ago
8d8e348
imx_serial: QOM cast cleanup
by Andreas Färber
· 12 years ago
ae8e049
grlib_apbuart: QOM cast cleanup
by Andreas Färber
· 12 years ago
61149ff
exynos4210_uart: QOM cast cleanup
by Andreas Färber
· 12 years ago
81069b2
escc: QOM cast cleanup
by Andreas Färber
· 12 years ago
534f6ff
cadence_uart: QOM cast cleanup
by Andreas Färber
· 12 years ago
24bf6c1
xilinx_uartlite: QOM cast cleanups
by Andreas Färber
· 12 years ago
144712c
xilinx_uartlite: Rename xlx_uartlite to XilinxUARTLite
by Andreas Färber
· 12 years ago
b85423f
etraxfs_ser: QOM cast cleanups
by Andreas Färber
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
db1b58e
pseries: savevm support for PAPR VIO logical tty
by David Gibson
· 12 years ago
9121d02
char/cadence_uart: Fix reset for unattached instances
by Peter Crosthwaite
· 12 years ago
300b1fc
hw/c*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
3cf63ff
escc: rename struct to ESCCState
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
b52df46
cadence_uart: Handle backend tx errors
by Edgar E. Iglesias
· 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
4a17cc4
isa: QOM'ify ISADevice
by Andreas Färber
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
668fca9
debugcon: fix compiler warning when open DEBUG_DEBUGCON
by liguang
· 12 years ago
e6ee284
debugcon: make debug message more readable
by liguang
· 12 years ago
8c1f72d
debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON
by liguang
· 12 years ago
80270a1
virtio-serial: fix command line compatibility.
by KONRAD Frederic
· 12 years ago
eeceb08
serial: QOM'ify ISA serial
by Andreas Färber
· 12 years ago
b0dc5ee
parallel: QOM'ify
by Andreas Färber
· 12 years ago
fd506b4f
pseries: Convert VIO code to QOM style type safe(ish) casts
by David Gibson
· 12 years ago
6a1a8cc
virtio: cleanup: init and exit function.
by KONRAD Frederic
· 12 years ago
181103c
virtio: remove the function pointer.
by KONRAD Frederic
· 12 years ago
c3d6b96
virtio-console: Remove any pending watches on close
by Hans de Goede
· 12 years ago
f9fb053
virtio-console: Also throttle when less was written then requested
by Hans de Goede
· 12 years ago
4ceb193
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
d5990ff
virtio-serial: cleanup: remove qdev field.
by KONRAD Frederic
· 12 years ago
76017fd
virtio-serial: cleanup: use QOM casts.
by KONRAD Frederic
· 12 years ago
34b95b2
virtio-serial: cleanup: init and exit functions.
by KONRAD Frederic
· 12 years ago
2cd2b01
virtio-serial: add the virtio-serial device.
by KONRAD Frederic
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
9944d32
hw: move char devices to hw/char/, configure via default-configs/
by Paolo Bonzini
· 12 years ago
6e79074
hw: move virtio devices to hw/ subdirectories
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
1fd6bb4
hw: make subdirectories for devices
by Paolo Bonzini
· 12 years ago