aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-23qapi event: convert SPICE eventsWenchao Xia5-107/+91
2014-06-23qapi event: convert VNC eventsWenchao Xia4-146/+108
2014-06-23qapi event: convert NIC_RX_FILTER_CHANGEDWenchao Xia3-27/+18
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia6-99/+110
2014-06-23qapi event: convert BLOCK_IMAGE_CORRUPTEDWenchao Xia3-28/+32
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia6-84/+66
2014-06-23qapi event: convert DEVICE_TRAY_MOVEDWenchao Xia3-32/+21
2014-06-23qapi event: convert DEVICE_DELETEDWenchao Xia3-28/+18
2014-06-23qapi event: convert WATCHDOGWenchao Xia5-36/+47
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia7-30/+20
2014-06-23qapi event: convert WAKEUPWenchao Xia3-13/+10
2014-06-23qapi event: convert SUSPEND_DISKWenchao Xia3-16/+14
2014-06-23qapi event: convert SUSPENDWenchao Xia3-13/+11
2014-06-23qapi event: convert RESUMEWenchao Xia3-14/+11
2014-06-23xen-hvm: Handle machine opt max-ram-below-4gDon Slutz1-12/+23
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz5-2/+96
2014-06-23qapi event: convert STOPWenchao Xia3-13/+12
2014-06-23qapi event: convert RESETWenchao Xia3-13/+10
2014-06-23qapi event: convert POWERDOWNWenchao Xia2-1/+11
2014-06-23qapi event: convert SHUTDOWNWenchao Xia3-16/+15
2014-06-23qapi: add new schema file qapi-event.jsonWenchao Xia3-1/+4
2014-06-23monitor: add an implemention of qapi event emit methodWenchao Xia1-1/+127
2014-06-23qapi: adjust existing definesWenchao Xia16-66/+156
2014-06-23test: add test cases for qapi eventWenchao Xia4-5/+298
2014-06-23qapi script: add event supportWenchao Xia10-5/+413
2014-06-23qapi: add event helper functionsWenchao Xia3-0/+102
2014-06-23qapi: Add includes from qapi/ as dependenciesMax Reitz1-3/+6
2014-06-23os-posix: include sys/time.hWenchao Xia1-0/+2
2014-06-23json-lexer: fix escaped backslash in single-quoted stringPaolo Bonzini2-2/+9
2014-06-23qapi: Suppress unwanted space between type and identifierAmos Kong2-8/+19
2014-06-23qapi: add const prefix to 'char *' insider c_type()Amos Kong2-4/+4
2014-06-23qapi: fix coding style in parameters listAmos Kong1-10/+10
2014-06-23audio: fmopl: drop INLINE macroLuiz Capitulino1-16/+15
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino3-93/+92
2014-06-23xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz5-41/+49
2014-06-23pcie: coding style tweakMichael S. Tsirkin1-5/+3
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum1-5/+24
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum7-2/+62
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum1-1/+1
2014-06-23q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_propsEduardo Habkost1-1/+1
2014-06-23virtio-pci: Report an error when msix vectors init failsFam Zheng1-0/+2
2014-06-23qemu-char: avoid leaking unused fds in tcp_get_msgfds()Stefan Hajnoczi1-0/+7
2014-06-23qemu-char: fix qemu_chr_fe_get_msgfd()Stefan Hajnoczi1-1/+1
2014-06-23qapi/string-output-visitor: fix human outputHu Tao1-1/+1
2014-06-23e1000: factor out checking for auto-negotiation availabilityGabriel L. Somlo1-12/+14
2014-06-23e1000: move e1000_autoneg_timer() to after set_ics()Gabriel L. Somlo1-13/+13
2014-06-23e1000: signal guest on successful link auto-negotiationGabriel L. Somlo1-0/+1
2014-06-23e1000: improve auto-negotiation reporting via mii-toolGabriel L. Somlo2-1/+7
2014-06-23e1000: emulate auto-negotiation during external link status changeGabriel L. Somlo1-16/+19
2014-06-23qtest: fix vhost-user-test unbalanced mutex locksNikolay Nikolaev1-2/+2