summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-07smbus: allow returning an error from readsPaolo Bonzini1-3/+3
2014-05-07apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo2-0/+4
2014-05-07pc: add compat_props placeholder for 2.0 machine typeGabriel L. Somlo1-0/+9
2014-05-07Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...Peter Maydell5-5/+20
2014-05-07Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell5-7/+29
2014-05-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into stagingPeter Maydell2-25/+76
2014-05-05migration: expose xbzrle cache miss rateChenLiang1-0/+1
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang1-0/+1
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert2-2/+1
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert1-0/+5
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-1/+1
2014-05-05machine: Remove QEMUMachine indirection from MachineClassMarcel Apfelbaum1-2/+0
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum5-5/+5
2014-05-05vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgsMarcel Apfelbaum1-2/+3
2014-05-05machine: Copy QEMUMachine's fields to MachineClassMarcel Apfelbaum1-0/+24
2014-05-05machine: Remove obsoleted field from QEMUMachineMarcel Apfelbaum1-1/+0
2014-05-05virtio-net: fix buffer overflow on invalid state loadMichael S. Tsirkin1-2/+2
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin1-0/+8
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin1-0/+1
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo1-1/+4
2014-05-05SMBIOS: Use bitmaps to prevent incompatible comand line optionsGabriel L. Somlo1-0/+2
2014-05-05SMBIOS: Update header file definitionsGabriel L. Somlo1-22/+66
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo1-3/+3
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo1-0/+2
2014-05-02linux-user/elfload.c: Support ARM HWCAP2 flagsPeter Maydell1-0/+1
2014-05-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-1/+1
2014-04-30kvm: add kvm_{vm,vcpu}_enable_capCornelia Huck1-0/+30
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf2-1/+1
2014-04-28tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson1-1/+1
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell1-0/+2
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini1-0/+2
2014-04-25error: Remove some unused headersCole Robinson1-1/+0
2014-04-25qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTEDCole Robinson1-3/+0
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-66/+0
2014-04-25qerror.h: Remove unused error classesCole Robinson1-9/+0
2014-04-25monitor: Remove unused monitor_print_filenameCole Robinson1-1/+0
2014-04-25error: Privatize error_print_locCole Robinson1-1/+0
2014-04-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+3
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-1/+1
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng1-1/+2
2014-04-18int128.h: Avoid undefined behaviours involving signed arithmeticPeter Maydell1-2/+2
2014-04-17allwinner-emac: set autonegotiation complete bit on link upBeniamino Galvani1-0/+1
2014-04-17allwinner-a10-pit: implement prescaler and source selectionBeniamino Galvani1-0/+1
2014-04-17allwinner-a10-pit: avoid generation of spurious interruptsBeniamino Galvani1-2/+10
2014-04-17target-arm: A64: Implement DC ZVAPeter Maydell1-0/+52
2014-04-08PPC: Clean up DECR implementationAlexander Graf1-0/+3
2014-04-08softfloat: Introduce float32_to_uint64_round_to_zeroTom Musta1-0/+1
2014-04-07fw-path-provider: Change GPL version to 2+Alexey Kardashevskiy1-1/+2
2014-04-04iothread: make IOThread struct definition publicStefan Hajnoczi1-1/+11
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf1-0/+1