Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | event notifier: Fix setup for win32 | Jan Kiszka | 2012-11-28 | 1 | -1/+1 |
| | | | | | | | | | The event notifier state is only reset by test_and_clear. But we created the windows event object with auto-reset, which subtly swallowed events. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | event_notifier: add Win32 implementation | Paolo Bonzini | 2012-10-30 | 1 | -0/+59 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |