| [1/2] target-i386: Don't set any KVM flag by default if KVM is disabled |
2013-01-04 |
Eduardo Habkost |
|
New |
| [2/2] target-i386: Disable kvm_mmu_op by default on pc-1.4 |
2013-01-04 |
Eduardo Habkost |
|
New |
| pixman: fix warning |
2013-01-04 |
Gerd Hoffmann |
|
New |
| Fix : Enable qemu-img QED image commit support. |
2013-01-04 |
Onkar N Mahajan |
|
New |
| [1/9] target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features |
2013-01-04 |
Eduardo Habkost |
|
New |
| [2/9] target-i386: kvm: Enable all supported KVM features for -cpu host |
2013-01-04 |
Eduardo Habkost |
|
New |
| [3/9] target-i386: check/enforce: Fix CPUID leaf numbers on error messages |
2013-01-04 |
Eduardo Habkost |
|
New |
| [4/9] target-i386: check/enforce: Do not ignore "hypervisor" flag |
2013-01-04 |
Eduardo Habkost |
|
New |
| [5/9] target-i386: check/enforce: Check all CPUID.80000001H.EDX bits |
2013-01-04 |
Eduardo Habkost |
|
New |
| [6/9] target-i386: check/enforce: Check SVM flag support as well |
2013-01-04 |
Eduardo Habkost |
|
New |
| [7/9] target-i386: check/enforce: Eliminate check_feat field |
2013-01-04 |
Eduardo Habkost |
|
New |
| [8/9] target-i386: Call kvm_check_features_against_host() only if CONFIG_KVM is set |
2013-01-04 |
Eduardo Habkost |
|
New |
| [9/9] target-i386: check/enforce: Check all feature words |
2013-01-04 |
Eduardo Habkost |
|
New |
| [v2] qdev: Don't assume existence of parent bus on unparenting |
2013-01-04 |
Andreas Färber |
|
New |
| [09/20,v3] target-i386: add x86cpu_vendor_words2str() |
2013-01-04 |
Igor Mammedov |
|
New |
| [v3,1/2] ahci: remove unused AHCIDevice fields |
2013-01-04 |
Jason Baron |
|
New |
| [v3,2/2] ahci: add migration support |
2013-01-04 |
Jason Baron |
|
New |
| [RFC,1/6] target-i386: Move CPU object creation to cpu.c |
2013-01-04 |
Eduardo Habkost |
|
New |
| [RFC,2/6] target-i386: Make cpu_x86_create() get Error argument |
2013-01-04 |
Eduardo Habkost |
|
New |
| [RFC,3/6] target-i386: Simplify cpu_x86_find_by_name() logic |
2013-01-04 |
Eduardo Habkost |
|
New |
| [RFC,4/6] target-i386: Set feature string parsing results directly on CPU object |
2013-01-04 |
Eduardo Habkost |
|
New |
| [RFC,5/6] target-i386: Move kvm_features/hypervisor initialization to cpu_x86_find_by_name() |
2013-01-04 |
Eduardo Habkost |
|
New |
| [RFC,6/6] target-i386: CPU model subclasses |
2013-01-04 |
Eduardo Habkost |
|
New |
| [01/10] ppc/newworld: add ISA bus, required by VGA card |
2013-01-04 |
Hervé Poussineau |
|
New |
| [02/10] ppc/oldworld: add ISA bus, required by VGA card |
2013-01-04 |
Hervé Poussineau |
|
New |
| [03/10] uhci: stop using portio lists |
2013-01-04 |
Hervé Poussineau |
|
New |
| [04/10] sun4u: create VGA card after ISA bus |
2013-01-04 |
Hervé Poussineau |
|
New |
| [05/10] xen_platform: do not use old_portio-style callbacks |
2013-01-04 |
Hervé Poussineau |
|
New |
| [06/10] acpi-piix4: do not use old_portio-style callbacks |
2013-01-04 |
Hervé Poussineau |
|
New |
| [07/10] vga/qxl: do not use portio_list_init/portio_list_add |
2013-01-04 |
Hervé Poussineau |
|
New |
| [08/10] isa: use memory regions instead of portio_list_* functions |
2013-01-04 |
Hervé Poussineau |
|
New |
| [09/10] ioport: remove now useless portio_list_* functions |
2013-01-04 |
Hervé Poussineau |
|
New |
| [10/10] memory: remove old_portio-style callbacks support |
2013-01-04 |
Hervé Poussineau |
|
New |
| [qom-cpu,01/11] target-i386: Don't set any KVM flag by default if KVM is disabled |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,02/11] target-i386: Disable kvm_mmu_op by default on pc-1.4 |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,03/11] target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,04/11] target-i386: kvm: Enable all supported KVM features for -cpu host |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,05/11] target-i386: check/enforce: Fix CPUID leaf numbers on error messages |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,06/11] target-i386: check/enforce: Do not ignore "hypervisor" flag |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,07/11] target-i386: check/enforce: Check all CPUID.80000001H.EDX bits |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,08/11] target-i386: check/enforce: Check SVM flag support as well |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,09/11] target-i386: check/enforce: Eliminate check_feat field |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,10/11] target-i386: Call kvm_check_features_against_host() only if CONFIG_KVM is set |
2013-01-04 |
Eduardo Habkost |
|
New |
| [qom-cpu,11/11] target-i386: check/enforce: Check all feature words |
2013-01-04 |
Eduardo Habkost |
|
New |
| [09/20,v4] target-i386: add x86cpu_vendor_words2str() |
2013-01-04 |
Igor Mammedov |
|
New |
| PPC: Bring EPR support closer to reality |
2013-01-04 |
Alexander Graf |
|
New |
| build: change dist target to use xz |
2013-01-05 |
Brad |
|
New |
| Modification to remove a h2g() call and calculate properly instead |
2013-01-05 |
Samuel Seay |
|
New |
| [1/8] fdt: Use bswapN instead of bswap_N |
2013-01-05 |
Richard Henderson |
|
New |
| [2/8] bswap: Tidy base definitions of bswapN |
2013-01-05 |
Richard Henderson |
|
New |
| [3/8] bswap: Add host endian unaligned access functions |
2013-01-05 |
Richard Henderson |
|
New |
| [4/8] bswap: Rewrite all ld<type>_<endian>_p functions |
2013-01-05 |
Richard Henderson |
|
New |
| [5/8] bswap: Rewrite cpu_to_<endian><type>u with {ld, st}<type>_<endian>_p |
2013-01-05 |
Richard Henderson |
|
New |
| [6/8] linux-user: Rewrite __get_user/__put_user with __builtin_choose_expr |
2013-01-05 |
Richard Henderson |
|
New |
| [7/8] alpha-linux-user: Fix sigaction |
2013-01-05 |
Richard Henderson |
|
New |
| [8/8] user: Consider symbolic links as possible directories |
2013-01-05 |
Richard Henderson |
|
New |
| build: change dist target to use xz |
2013-01-05 |
Brad |
|
New |
| raw-posix: Support discard on more filesystems |
2013-01-05 |
Kusanagi Kouichi |
|
New |
| [v2] linux-user/syscall.c: fix copy_to_user_fdset for fds over 30 |
2013-01-05 |
Nickolai Zeldovich |
|
New |
| QEMU build fails with Clang? |
2013-01-05 |
Blue Swirl |
|
New |
| slirp: remove unused field tt |
2013-01-05 |
Blue Swirl |
|
New |
| savevm: use qemu_gettimeofday |
2013-01-05 |
Blue Swirl |
|
New |
| [1/3] qga: add support to get host time |
2013-01-06 |
Lei Li |
|
New |
| [2/3] qga: add guest-get-time command |
2013-01-06 |
Lei Li |
|
New |
| [3/3] qga: add guest-set-time command |
2013-01-06 |
Lei Li |
|
New |
| optionrom: build with discrete CPP and AS steps |
2013-01-06 |
Blue Swirl |
|
New |
| linuxboot optionrom: do not jump into loaded kernel in a big real mode |
2013-01-06 |
Gleb Natapov |
|
New |
| [PATCHv2] linuxboot optionrom: do not jump into loaded kernel in a big real mode |
2013-01-06 |
Gleb Natapov |
|
New |
| [ppc-next,v2,1/2] target-ppc: Slim conversion of model definitions to QOM subclasses |
2013-01-06 |
Andreas Färber |
|
New |
| [ppc-next,v2,2/2] target-ppc: Error out for -cpu host on unknown PVR |
2013-01-06 |
Andreas Färber |
|
New |
| [v2,1/2] qdev: Fold state enum into bool realized |
2013-01-06 |
Andreas Färber |
|
New |
| [v2,2/2] qdev: Prepare "realized" property |
2013-01-06 |
Andreas Färber |
|
New |
| [PULL] target-s390x rewrite |
2013-01-06 |
Richard Henderson |
|
New |
| [PULL] target-s390x rewrite |
2013-01-06 |
Richard Henderson |
|
New |
| unbounded qemu NetQue's ? |
2013-01-06 |
Luigi Rizzo |
|
New |
| [RESEND] pci-assign: Enable MSIX on device to match guest |
2013-01-07 |
Alex Williamson |
|
New |
| [V10,1/4] add def_print_str and use it in qemu_opts_print. |
2013-01-07 |
Robert Wang |
|
New |
| [V10,2/4] Create four opts list related functions |
2013-01-07 |
Robert Wang |
|
New |
| [V10,3/4] Use QemuOpts support in block layer |
2013-01-07 |
Robert Wang |
|
New |
| [V10,4/4] remove QEMUOptionParameter related functions and struct |
2013-01-07 |
Robert Wang |
|
New |
| [V2,01/10] block: export function bdrv_find_snapshot() |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,02/10] block: add function deappend() |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,03/10] error: add function error_set_check() |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,04/10] oslib-win32: add lock for time functions |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,04/10] oslib-win32: add lock for time functions |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,05/10] snapshot: design of internal common API to take snapshots |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,06/10] snapshot: implemention of internal common API to take snapshots |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,07/10] snapshot: qmp use new internal API for external snapshot transaction |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,08/10] snapshot: qmp add internal snapshot transaction interface |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,09/10] snapshot: qmp add blockdev-snapshot-internal-sync interface |
2013-01-07 |
Wayne Xia |
|
New |
| [V2,10/10] snapshot: hmp add internal snapshot support for block device |
2013-01-07 |
Wayne Xia |
|
New |
| [1/1] Added address_space_init2(). |
2013-01-07 |
Alexander Barabash |
|
New |
| [1/1] Support 2**64 bytes memory regions. |
2013-01-07 |
Alexander Barabash |
|
New |
| [v4] s390: Add CPU reset handler |
2013-01-07 |
Jens Freimann |
|
New |
| [1/1] Support abstract socket namespace in AF_UNIX socket family. |
2013-01-07 |
Alexander Barabash |
|
New |
| [1/1] Support gdbstub qXfer:spaces features. |
2013-01-07 |
Alexander Barabash |
|
New |
| [01/11] chardev: add error reporting for qemu_chr_new_from_opts |
2013-01-07 |
Gerd Hoffmann |
|
New |
| [02/11] chardev: fix QemuOpts lifecycle |
2013-01-07 |
Gerd Hoffmann |
|
New |
| [03/11] chardev: reduce chardev ifdef mess a bit |
2013-01-07 |
Gerd Hoffmann |
|
New |
| [04/11] chardev: add qmp hotplug commands, with null chardev support |
2013-01-07 |
Gerd Hoffmann |
|
New |