Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | qxl: replace pipe signaling with bottom half | Gerd Hoffmann | |
qxl creates a pipe, then writes something to it to wake up the iothread from the spice server thread to raise an irq. These days qemu bottom halves can be scheduled from threads and signals, so there is no reason to do this any more. Time to clean it up. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2013-09-18 | qxl: define qxl operating on 4k pages | Gerd Hoffmann | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |