summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vnc: lift modifier keys on client disconnect.Gerd Hoffmann2012-02-101-0/+25
* vnc: implement shared flag handling.Gerd Hoffmann2012-02-103-0/+127
* vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann2012-02-101-2/+8
* Fix vnc memory corruption with width = 1400Gerd Hoffmann2012-02-101-1/+1
* make: Remove duplicate use of GLIB_CFLAGSStefan Weil2012-02-095-8/+0
* ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell2012-02-093-3/+3
* Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori2012-02-0814-404/+823
|\
| * qdev: remove unused fields from PropertyInfoPaolo Bonzini2012-02-073-60/+1
| * qdev: initialize properties via QOMPaolo Bonzini2012-02-073-21/+23
| * qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini2012-02-071-19/+7
| * qdev: access properties via QOMPaolo Bonzini2012-02-073-28/+59
| * qdev: fix off-by-onePaolo Bonzini2012-02-071-3/+3
| * qdev: let QOM free propertiesPaolo Bonzini2012-02-073-15/+14
| * qdev: remove parse/print methods for pointer propertiesPaolo Bonzini2012-02-071-56/+72
| * qdev: make the non-legacy pci address property accept an integerPaolo Bonzini2012-02-071-19/+9
| * qdev: remove parse/print methods for mac propertiesPaolo Bonzini2012-02-071-19/+42
| * qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini2012-02-073-31/+33
| * qdev: remove parse method for string propertiesPaolo Bonzini2012-02-071-11/+0
| * qdev: allow reusing get/set for legacy propertyPaolo Bonzini2012-02-071-4/+7
| * qdev: remove direct calls to print/parsePaolo Bonzini2012-02-073-29/+36
| * qom: add property get/set wrappers for linksPaolo Bonzini2012-02-072-0/+48
| * qom: fix canonical paths vs. interfacesPaolo Bonzini2012-02-071-0/+10
| * qom: use object_resolve_path_type for linksPaolo Bonzini2012-02-073-14/+24
| * qom: add object_resolve_path_typePaolo Bonzini2012-02-072-10/+41
| * qom: fix off-by-onePaolo Bonzini2012-02-071-5/+2
| * qom: add property get/set wrappers for C typesPaolo Bonzini2012-02-072-9/+180
| * qom: add QObject-based property get/set wrappersPaolo Bonzini2012-02-074-16/+90
| * qom: do not include qdev header filePaolo Bonzini2012-02-071-2/+0
| * qom: avoid useless conversions from string to typePaolo Bonzini2012-02-071-15/+12
| * qom: clean up/optimize object_dynamic_castPaolo Bonzini2012-02-071-24/+38
| * qom: more documentation on subclassingPaolo Bonzini2012-02-071-3/+73
| * qom: clean up cast macrosPaolo Bonzini2012-02-071-7/+15
* | Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori2012-02-088-34/+393
|\ \
| * | hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange2012-01-301-1/+0
| * | hw/9pfs: Update MAINTAINERS fileAneesh Kumar K.V2012-01-301-2/+4
| * | fsdev: Fix parameter parsing for proxy helperM. Mohan Kumar2012-01-301-2/+8
| * | hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V2012-01-301-1/+1
| * | hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2012-01-302-5/+6
| * | hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-195-25/+378
* | | Merge remote-tracking branch 'sweil/w32' into stagingAnthony Liguori2012-02-082-3/+22
|\ \ \
| * | | w32: Initialise critical section before starting thread (fix #922131)Stefan Weil2012-02-071-2/+7
| * | | w32: Build windows and console executablesStefan Weil2012-02-071-1/+15
* | | | Restore consistent formattingmalc2012-02-076-129/+129
|/ / /
* | | s390x: fix qom-ification fall-outAnthony Liguori2012-02-062-1/+6
* | | KVM: Fix breakages of QOM conversionJan Kiszka2012-02-062-0/+2
* | | usb-redir: convert to QOMAnthony Liguori2012-02-061-10/+14
* | | Fix previous commitBlue Swirl2012-02-041-1/+1
* | | usb-bsd: convert to QOMAnthony Liguori2012-02-041-5/+6
* | | vga: improve documentationBlue Swirl2012-02-041-0/+12
* | | vga: use constants from vga.hBlue Swirl2012-02-043-175/+198
OpenPOWER on IntegriCloud