aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-16target-ppc: Eliminate Magic Number MSR MasksTom Musta
2014-06-16spapr_pci: Fix number of returned vectors in ibm, change-msiAlexey Kardashevskiy
2014-06-16spapr-pci: remove io ports workaroundGreg Kurz
2014-06-16target-ppc: Remove redundant POWER7 declarationsAlexey Kardashevskiy
2014-06-16target-ppc: Move alias lookup after class lookupAlexey Kardashevskiy
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy
2014-06-16target-ppc: gdbstub allow byte swapping for reading/writing registersThomas Falcon
2014-06-16target-ppc: extract register length calculation in gdbstubThomas Falcon
2014-06-16spapr_nvram: Correct max nvram sizeAlexey Kardashevskiy
2014-06-16Fix typo in eTSEC Ethernet controllerFabien Chouteau
2014-06-16monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE ModeTom Musta
2014-06-16target-ppc: Fix target_disasTom Musta
2014-06-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140616' i...Peter Maydell
2014-06-16QemuOpts: cleanup tmp 'allocated' member from QemuOptsListChunyan Liu
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vmdk.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16ssh.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16sheepdog.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16rbd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw_bsd.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw-win32.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16raw-posix.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16qed.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16qcow2.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16QemuOpts: export qemu_opt_findChunyan Liu
2014-06-16qcow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16nfs.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16iscsi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16gluster.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16cow.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16vvfat.c: handle cross_driver's create_options and create_optsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-16QemuOpts: check NULL input for qemu_opts_delChunyan Liu
2014-06-16QemuOpts: add qemu_opts_append to replace append_option_parametersChunyan Liu
2014-06-16QemuOpts: add conversion between QEMUOptionParameter to QemuOptsChunyan Liu
2014-06-16QemuOpts: add qemu_opts_print_help to replace print_option_helpChunyan Liu
2014-06-16QemuOpts: add qemu_opt_get_*_del functions for replace workChunyan Liu
2014-06-16QemuOpts: move qemu_opt_del ahead for later callingChunyan Liu
2014-06-16QemuOpts: change opt->name|str from (const char *) to (char *)Chunyan Liu
2014-06-16qapi: output def_value_str when query command line optionsChunyan Liu
2014-06-16QemuOpts: add def_value_str to QemuOptDescChunyan Liu
2014-06-16QemuOpts: repurpose qemu_opts_print to replace print_option_parametersChunyan Liu
2014-06-16QemuOpts: move find_desc_by_name ahead for later callingChunyan Liu
2014-06-16block/nfs: fix potential segfault on early callbackPeter Lieven
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster
2014-06-16blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster
2014-06-16blockdev: Move 'serial' option to drive_init()Kevin Wolf