- 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
- bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 12 years ago
- 457ebdc vga: cleanup after isa_vga_init() and pci_vga_init() conversion by Aurelien Jarno · 13 years ago
- f642dfc mips/r4k: use the new is_vga_init() function by Aurelien Jarno · 13 years ago
- 16094b7 pc: use the new pci_vga_init() and isa_vga_init() functions by Aurelien Jarno · 13 years ago
- f289877 sun/sun4u: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 1ddcae8 ppc/pSeries: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 95fa01f ppc/prep: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 3e20ad3 ppc/oldworld: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- e7a2e96 ppc/newworld: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 606f90c alpha: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 9c59864 mips/malta: use the new pci_vga_init() function by Aurelien Jarno · 13 years ago
- 14e7a64 isa: add a isa_vga_init() function by Aurelien Jarno · 13 years ago
- 129d42f pci: add a pci_vga_init() function by Aurelien Jarno · 13 years ago
- 3605ded vl.c: default to std if cirrus is not available by Aurelien Jarno · 13 years ago
- 879049a vl.c: check for qxl availability by Aurelien Jarno · 13 years ago
- 36b7f27 vl.c: convert *vga_enabled functions to QOM by Aurelien Jarno · 13 years ago
- 6405c86 vga: rename isa_vga_init() to isa_std_vga_init() by Aurelien Jarno · 13 years ago
- a1e4721 vga: rename pci_vga_init() into pci_std_vga_init() by Aurelien Jarno · 13 years ago
- 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
- f783cb2 target-xtensa: de-optimize EXTUI by Aurelien Jarno · 12 years ago
- c9159fe Remove libhw by Stefan Weil · 12 years ago
- b8994fa rtc: implement century byte by Paolo Bonzini · 12 years ago
- e67edb9 rtc: map CMOS index 0x37 to 0x32 on read and writes by Paolo Bonzini · 12 years ago
- b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
- e0fea6b qtest: implement QTEST_STOP by Paolo Bonzini · 12 years ago
- 610b823 qemu-barrier: Fix compiler version check for future gcc versions by Stefan Weil · 12 years ago
- 9b9e3ec doc: update HACKING wrt strncpy/pstrcpy by Jim Meyering · 12 years ago
- 9310b9b hw/r2d: add comment: this strncpy use is ok by Jim Meyering · 12 years ago
- 00ea188 qcow2: mark this file's sole strncpy use as justified by Jim Meyering · 12 years ago
- 3cda346 acpi: remove strzcpy (strncpy-identical) function; just use strncpy by Jim Meyering · 12 years ago
- 2e67978 libcacard/vcard_emul_nss: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
- 1ab516e qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name by Jim Meyering · 12 years ago
- 9d055d8 vscsi: avoid unwarranted strncpy by Jim Meyering · 12 years ago
- 9238c20 virtio-9p: avoid unwarranted uses of strncpy by Jim Meyering · 12 years ago
- e5fda03 bt: replace fragile snprintf use and unwarranted strncpy by Jim Meyering · 12 years ago
- 5847d9e ui/vnc: simplify and avoid strncpy by Jim Meyering · 12 years ago
- 900cfbc linux-user: remove two unchecked uses of strdup by Jim Meyering · 12 years ago
- ae21506 ppc: avoid buffer overrun: use pstrcpy, not strncpy by Jim Meyering · 12 years ago
- 3eadc68 os-posix: avoid buffer overrun by Jim Meyering · 12 years ago
- 1044dc1 lm32: avoid buffer overrun by Jim Meyering · 12 years ago
- a79b5f8 hw/9pfs: avoid buffer overrun by Jim Meyering · 12 years ago
- d66f8e7 vmdk: relative_path: use pstrcpy in place of strncpy by Jim Meyering · 12 years ago
- 3178e27 sheepdog: avoid a few buffer overruns by Jim Meyering · 12 years ago
- c2cba3d block: avoid buffer overrun by using pstrcpy, not strncpy by Jim Meyering · 12 years ago
- bfad673 sparc: use g_strdup in place of unchecked strdup by Jim Meyering · 12 years ago
- a5cf826 scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL by Jim Meyering · 12 years ago
- a14c749 Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging by Anthony Liguori · 12 years ago
- 05d4f2f Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
- 97f3461 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 12 years ago
- 6929cf1 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
- 938406d Merge remote-tracking branch 'kraxel/usb.66' into staging by Anthony Liguori · 12 years ago
- 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
- 8aba7dc xen: Set the vram dirty when an error occur. by Anthony PERARD · 12 years ago
- e226939 exec, memory: Call to xen_modified_memory. by Anthony PERARD · 12 years ago
- 51d7a9e exec: Introduce helper to set dirty flags. by Anthony PERARD · 12 years ago
- 910b38e xen: Introduce xen_modified_memory. by Anthony PERARD · 12 years ago
- 39f4243 QMP, Introduce xen-set-global-dirty-log command. by Anthony PERARD · 12 years ago
- aabc853 qemu/xen: Add 64 bits big bar support on qemu by Xudong Hao · 12 years ago
- bd4982a xen: Fix, no unplug of pt device by platform device. by Anthony PERARD · 12 years ago
- e744c06 fpu/softfloat.c: Return correctly signed values from uint64_to_float32 by Peter Maydell · 12 years ago
- 4be8eea fpu/softfloat.c: Remove pointless shift of always-zero value by Peter Maydell · 12 years ago
- 0f41dc1 vfio_pci: fix build on 32-bit systems by Anthony Liguori · 12 years ago
- 92e1fb5 vfio: Enable vfio-pci and mark supported by Alex Williamson · 12 years ago
- 65501a7 vfio: vfio-pci device assignment driver by Alex Williamson · 12 years ago
- 883f0b8 Update Linux kernel headers by Alex Williamson · 12 years ago
- df8c1b0 Update kernel header script to include vfio by Alex Williamson · 12 years ago
- a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
- 4a19e50 i386: -cpu help: remove reference to specific CPUID leaves/registers by Eduardo Habkost · 13 years ago
- 3b671a4 i386: cpu: eliminate duplicate feature names by Eduardo Habkost · 13 years ago
- 60032ac i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES by Eduardo Habkost · 13 years ago
- 8fad4b4 i386: kvm: use a #define for the set of alias feature bits by Eduardo Habkost · 13 years ago
- b1f4679 i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved by Eduardo Habkost · 13 years ago
- 90f0b71 qemu-iotests: add tests for streaming error handling by Paolo Bonzini · 12 years ago
- 4f45056 qemu-iotests: map underscore to dash in QMP argument names by Paolo Bonzini · 12 years ago
- 8f96b5b blkdebug: process all set_state rules in the old state by Paolo Bonzini · 12 years ago
- 1d80909 stream: add on-error argument by Paolo Bonzini · 12 years ago
- 32c81a4 block: introduce block job error by Paolo Bonzini · 12 years ago
- 3e1caa5 iostatus: reorganize io error code by Paolo Bonzini · 12 years ago
- 1ceee0d iostatus: change is_read to a bool by Paolo Bonzini · 12 years ago
- 92aa5c6 iostatus: move BlockdevOnError declaration to QAPI by Paolo Bonzini · 12 years ago
- ff06f5f iostatus: rename BlockErrorAction, BlockQMPEventAction by Paolo Bonzini · 12 years ago
- 0c81734 qemu-iotests: add test for pausing a streaming operation by Paolo Bonzini · 12 years ago
- 6e37fb8 qmp: add block-job-pause and block-job-resume by Paolo Bonzini · 12 years ago
- 8acc72a block: add support for job pause/resume by Paolo Bonzini · 12 years ago
- 8d65883 qmp: add 'busy' member to BlockJobInfo by Paolo Bonzini · 12 years ago
- 30e628b block: add block_job_query by Paolo Bonzini · 12 years ago
- 2f0c9fe block: move job APIs to separate files by Paolo Bonzini · 12 years ago
- 7e03a93 block: fix documentation of block_job_cancel_sync by Paolo Bonzini · 12 years ago
- 7ef1507 qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE by Paolo Bonzini · 12 years ago
- 747051c qemu-iotests: add initial tests for live block commit by Jeff Cody · 12 years ago
- ed61fc1 QAPI: add command for live block commit, 'block-commit' by Jeff Cody · 12 years ago
- 79fac56 block: helper function, to find the base image of a chain by Jeff Cody · 12 years ago
- 9abf2db blockdev: rename block_stream_cb to a generic block_job_cb by Jeff Cody · 12 years ago
- 747ff60 block: add live block commit functionality by Jeff Cody · 12 years ago
- 6ebdcee block: add support functions for live commit, to find and delete images. by Jeff Cody · 12 years ago
- 8d6d89c block: Support GlusterFS as a QEMU block backend. by Bharata B Rao · 12 years ago
- eb10039 configure: Add a config option for GlusterFS as block backend by Bharata B Rao · 12 years ago
- 2db2bfc aio: Another fix to the walking_handlers logic by Paolo Bonzini · 12 years ago
- ca0defb qemu: URI parsing library by Paolo Bonzini · 12 years ago