summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson1-1/+1
2014-05-12exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell1-1/+1
2014-05-09error: Consistently name Error ** objects errp, and not errMarkus Armbruster1-11/+16
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster1-1/+1
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek1-0/+4
2014-05-08monitor: add Error-propagating monitor_handle_fd_param2()Laszlo Ersek1-0/+1
2014-05-07Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...Peter Maydell3-13/+13
2014-05-07Merge remote-tracking branch 'remotes/sstabellini/xen-140507-2' into stagingPeter Maydell1-0/+7
2014-05-07docs/memory.txt: Fix document on MMIO operationsFam Zheng1-1/+1
2014-05-07glib: move g_poll() replacement into glib-compat.hStefan Hajnoczi2-12/+12
2014-05-07xen_disk: add discard supportOlaf Hering1-0/+7
2014-05-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-9/+22
2014-05-07smbus: return -1 if nothing found at the given addressPaolo Bonzini1-6/+6
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