Age | Commit message (Expand) | Author | Files | Lines |
2014-05-05 | machine: Remove QEMUMachine indirection from MachineClass | Marcel Apfelbaum | 1 | -2/+0 |
2014-05-05 | machine: Replace QEMUMachine by MachineClass in accelerator configuration | Marcel Apfelbaum | 5 | -5/+5 |
2014-05-05 | vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs | Marcel Apfelbaum | 1 | -2/+3 |
2014-05-05 | machine: Copy QEMUMachine's fields to MachineClass | Marcel Apfelbaum | 1 | -0/+24 |
2014-05-05 | machine: Remove obsoleted field from QEMUMachine | Marcel Apfelbaum | 1 | -1/+0 |
2014-05-02 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2 | -1/+1 |
2014-04-30 | kvm: add kvm_{vm,vcpu}_enable_cap | Cornelia Huck | 1 | -0/+30 |
2014-04-30 | block: Unlink temporary files in raw-posix/win32 | Kevin Wolf | 2 | -1/+1 |
2014-04-28 | tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes | Richard Henderson | 1 | -1/+1 |
2014-04-28 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in... | Peter Maydell | 1 | -0/+2 |
2014-04-27 | qemu-option: introduce qemu_find_opts_singleton | Paolo Bonzini | 1 | -0/+2 |
2014-04-25 | error: Remove some unused headers | Cole Robinson | 1 | -1/+0 |
2014-04-25 | qerror.h: Replace QERR_NOT_SUPPORTED with QERR_UNSUPPORTED | Cole Robinson | 1 | -3/+0 |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson | 1 | -66/+0 |
2014-04-25 | qerror.h: Remove unused error classes | Cole Robinson | 1 | -9/+0 |
2014-04-25 | monitor: Remove unused monitor_print_filename | Cole Robinson | 1 | -1/+0 |
2014-04-25 | error: Privatize error_print_loc | Cole Robinson | 1 | -1/+0 |
2014-04-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+3 |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf | 1 | -1/+1 |
2014-04-22 | block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap | Fam Zheng | 1 | -1/+2 |
2014-04-18 | int128.h: Avoid undefined behaviours involving signed arithmetic | Peter Maydell | 1 | -2/+2 |
2014-04-17 | allwinner-emac: set autonegotiation complete bit on link up | Beniamino Galvani | 1 | -0/+1 |
2014-04-17 | allwinner-a10-pit: implement prescaler and source selection | Beniamino Galvani | 1 | -0/+1 |
2014-04-17 | allwinner-a10-pit: avoid generation of spurious interrupts | Beniamino Galvani | 1 | -2/+10 |
2014-04-17 | target-arm: A64: Implement DC ZVA | Peter Maydell | 1 | -0/+52 |
2014-04-08 | PPC: Clean up DECR implementation | Alexander Graf | 1 | -0/+3 |
2014-04-08 | softfloat: Introduce float32_to_uint64_round_to_zero | Tom Musta | 1 | -0/+1 |
2014-04-07 | fw-path-provider: Change GPL version to 2+ | Alexey Kardashevskiy | 1 | -1/+2 |
2014-04-04 | iothread: make IOThread struct definition public | Stefan Hajnoczi | 1 | -1/+11 |
2014-04-04 | block: Fix snapshot=on for protocol parsed from filename | Kevin Wolf | 1 | -0/+1 |
2014-04-03 | bswap: Fix build on FreeBSD 10.0 | Andreas Färber | 1 | -0/+2 |
2014-03-31 | cpu: Avoid QOM casts for CPU() | Andreas Färber | 1 | -1/+6 |
2014-03-27 | util: add qemu_ether_ntoa | Alexey Kardashevskiy | 1 | -0/+2 |
2014-03-24 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -0/+15 |
2014-03-20 | Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging | Peter Maydell | 3 | -3/+55 |
2014-03-20 | qdev: Introduce FWPathProvider interface | Paolo Bonzini | 1 | -0/+47 |
2014-03-20 | vl.c: Extend get_boot_devices_list() to ignore suffixes | Alexey Kardashevskiy | 1 | -1/+1 |
2014-03-20 | spapr_hcall: Fix little-endian resource handling in H_SET_MODE | Alexey Kardashevskiy | 1 | -2/+7 |
2014-03-19 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta... | Peter Maydell | 1 | -1/+6 |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi | 2 | -0/+29 |
2014-03-19 | cpu: Move tcg_exit_req to the end of CPUState | Richard Henderson | 1 | -1/+6 |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi | 1 | -1/+10 |
2014-03-19 | vl.c: Fix OpenBSD compilation issue due to namespace collisions | Marcel Apfelbaum | 1 | -0/+1 |
2014-03-19 | sysemu.h: Document what MAX_CPUMASK_BITS really limits | Eduardo Habkost | 1 | -0/+7 |
2014-03-19 | block: Add error handling to bdrv_invalidate_cache() | Kevin Wolf | 2 | -3/+3 |
2014-03-18 | acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macro | Eduardo Habkost | 1 | -0/+8 |
2014-03-17 | softfloat: export squash_input_denormal functions | Alex Bennée | 1 | -0/+7 |
2014-03-17 | exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder | Peter Maydell | 1 | -1/+1 |
2014-03-17 | gtk: Allow to activate grab-on-hover from the command line | Jan Kiszka | 1 | -1/+1 |
2014-03-14 | scsi: Fix migration of scsi sense data | Fam Zheng | 2 | -0/+4 |