Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-12 | build: move libqemuutil.a components to util/ | Paolo Bonzini | 1 | -59/+0 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -2/+2 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2012-11-28 | event notifier: Fix setup for win32 | Jan Kiszka | 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> | |||||
2012-10-30 | event_notifier: add Win32 implementation | Paolo Bonzini | 1 | -0/+59 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |