aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue1-0/+6
2015-06-19qemu-timer: Call clock reset notifiers on forward jumpsPaul Donohue2-1/+10
2015-06-19tests: virtio-scsi: Add test for unaligned WRITE SAMEFam Zheng1-0/+173
2015-06-19ui/cocoa.m: Add machine menu items to change and eject removable drive mediaJohn Arbuckle1-3/+153
2015-06-19ui/cocoa.m: Add Reset and Power Down menu items to Machine menuJohn Arbuckle1-0/+17
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta8-35/+4
2015-06-19pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani4-26/+0
2015-06-19hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()Laszlo Ersek1-10/+6
2015-06-19vhost_net: re-enable when cross endianCédric Le Goater1-19/+0
2015-06-19vhost-net: tell tap backend about the vnet endiannessGreg Kurz1-1/+32
2015-06-19tap: fix non-linux buildMichael S. Tsirkin5-0/+50
2015-06-19ui/cocoa.m: Add Machine menu with pause and resume menu itemsJohn Arbuckle1-0/+67
2015-06-19q35: Re-enable FDC on pc-q35-2.3 and olderEduardo Habkost1-0/+1
2015-06-19scripts: Add support for path as argument of qom-treeMartin Cerveny1-2/+7
2015-06-19tests: Use qtest_add_data_func() consistentlyAndreas Färber6-30/+23
2015-06-19qdev: Free property names after registering gpio aliasesEduardo Habkost1-0/+2
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost1-2/+3
2015-06-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-06-18' into ...Peter Maydell11-194/+212
2015-06-18qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster1-6/+2
2015-06-18qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster1-6/+6
2015-06-18qapi-types: Drop unused members parametersMarkus Armbruster1-7/+7
2015-06-18qapi-types: Don't filter out expressions with 'gen'Markus Armbruster1-1/+0
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster2-11/+2
2015-06-18tests/qapi-schema: New flat union array branch test caseMarkus Armbruster5-1/+25
2015-06-18qapi: Better separate the different kinds of helpersMarkus Armbruster1-54/+74
2015-06-18qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster1-76/+66
2015-06-18qapi: Fix to reject stray 't', 'f' and 'n'Markus Armbruster1-14/+12
2015-06-18qapi: Simplify inclusion cycle detectionMarkus Armbruster1-10/+8
2015-06-18qapi: Fix file name in error messages for included filesMarkus Armbruster3-7/+6
2015-06-18qapi: Improve a couple of confusing variable namesMarkus Armbruster1-22/+23
2015-06-18qapi: Eliminate superfluous QAPISchema attribute input_dirMarkus Armbruster1-2/+2
2015-06-18qapi: Drop bogus command from docsMarkus Armbruster1-2/+0
2015-06-18MAINTAINERS: Fix up QAPI and QAPI schema file patternsMarkus Armbruster1-0/+4
2015-06-18Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae1-1/+1
2015-06-17Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2015-06-17tap: add VNET_LE/VNET_BE operationsGreg Kurz6-0/+78
2015-06-17vhost: set vring endianness for legacy virtioGreg Kurz1-1/+49
2015-06-17virtio: introduce virtio_legacy_is_cross_endian()Greg Kurz1-0/+13
2015-06-17linux-headers: sync vhost.hGreg Kurz1-0/+14
2015-06-17tests: virtio-scsi: Move start/stop to individual test functionsFam Zheng1-6/+22
2015-06-17libqos: Complete virtio device ID definition listFam Zheng1-2/+8
2015-06-17libqos: Allow calling guest_free on NULL pointerFam Zheng1-0/+3
2015-06-17tests: Link libqos virtio object to virtio-scsi-testFam Zheng1-1/+1
2015-06-17i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek1-0/+6
2015-06-17qemu-ga: Building Windows MSI installation with configure/MakefileYossi Hindin2-1/+89
2015-06-17qemu-ga: Introduce Windows MSI scriptYossi Hindin1-0/+145
2015-06-17qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2-1/+2
2015-06-17qemu-ga: adding vss-[un]install optionsYossi Hindin1-1/+9
2015-06-17qemu-log: Open file for logging when specifiedPranith Kumar1-8/+5