Show patches with: Submitter = Eduardo Habkost       |   5276 patches
« 1 2 3 452 53 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
monitor: make 'eject' work when there is no disk on the host drive - - - - --- 2009-11-30 Eduardo Habkost New
[1/2] monitor: allow device to be ejected if no disk is inserted - - - - --- 2009-12-03 Eduardo Habkost New
[2/2] Fix for cdrom un-eject - - - - --- 2009-12-03 Eduardo Habkost New
[v2,STABLE] monitor: allow device to be ejected if no disk is inserted - - - - --- 2009-12-18 Eduardo Habkost New
[1/3] net: remove NICInfo.bootable field - - - - --- 2010-04-06 Eduardo Habkost New
[2/3] net: remove broken net_set_boot_mask() boot device validation - - - - --- 2010-04-06 Eduardo Habkost New
[3/3] boot: remove unused boot_devices_bitmap variable - - - - --- 2010-04-06 Eduardo Habkost New
monitor: allow device to be ejected if no disk is inserted - - - - --- 2010-06-01 Eduardo Habkost New
Disable virtio-balloon memory stats interface 1 - - - --- 2010-09-14 Eduardo Habkost New
disable guest-provided stats on "info balloon" command 2 - - - --- 2010-09-14 Eduardo Habkost New
[for,0.13] disable guest-provided stats on "info balloon" command 1 - - - --- 2010-09-14 Eduardo Habkost New
fix '/' and '|' on russian keymap - - - - --- 2010-10-01 Eduardo Habkost New
[1/2] fix fd leak on one qcow2_create2() error path - - - - --- 2010-10-07 Eduardo Habkost New
[2/2] check for close() errors on qcow2_create() - - - - --- 2010-10-07 Eduardo Habkost New
Re: [PATCH 2/2] check for close() errors on qcow2_create() - - - - --- 2010-10-08 Eduardo Habkost New
[1/4] Add config-devices.h again - - - - --- 2011-02-01 Eduardo Habkost New
[2/4] skip pci_vmsvga_init() calls if CONFIG_VMWARE_VGA is disabled - - - - --- 2011-02-01 Eduardo Habkost New
[3/4] add CONFIG_VMMOUSE option - - - - --- 2011-02-01 Eduardo Habkost New
[4/4] add CONFIG_VMPORT option - - - - --- 2011-02-01 Eduardo Habkost New
[RHEL6,qemu-kvm,01/11] correct archaic CPU model "model" field for Intel CPUs. - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,02/11] Allow an optional qemu_early_init_vcpu() - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,03/11] Add kvm emulated x2apic flag to config defined cpu models (v2) - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,04/11] Support -readconfig "?" to debug config file loading - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,05/11] cpu defs: use Intel flag names for Intel models - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,06/11] cpu defs: remove replicated flags from Intel - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,07/11] cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,08/11] reorder cpuid feature bits on target-x86_64.conf - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,09/11] cpu defs: add pse36, mca, mtrr to AMD CPU definitions - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,10/11] add Westmere as a qemu cpu model - - - - --- 2011-06-02 Eduardo Habkost New
[RHEL6,qemu-kvm,11/11] add "default" pseudo CPU model name - - - - --- 2011-06-02 Eduardo Habkost New
[RFC,01/11] savevm: use qemu_file_set_error() instead of setting last_error directly - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,02/11] QEMUFileCloseFunc: add return value documentation - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,03/11] exec_close(): accept any negative value as qemu_fclose() error - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,04/11] migrate_fd_cleanup: accept any negative qemu_fclose() value as error - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,05/11] qemu_fclose: return last_error if set - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,06/11] stdio_pclose: return -errno on error - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,07/11] stdio_fclose: return -errno on errors - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,08/11] exec_close(): return -errno on errors - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,09/11] fd_close(): check for close() errors too - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,10/11] tcp_close(): check for close() errors too - - - - --- 2011-11-01 Eduardo Habkost New
[RFC,11/11] unix_close(): check for close() errors too - - - - --- 2011-11-01 Eduardo Habkost New
[01/10] savevm: use qemu_file_set_error() instead of setting last_error directly - - - - --- 2011-11-09 Eduardo Habkost New
[02/10] QEMUFileCloseFunc: add return value documentation (v2) - - - - --- 2011-11-09 Eduardo Habkost New
[03/10] exec_close(): accept any negative value as qemu_fclose() error - - - - --- 2011-11-09 Eduardo Habkost New
[04/10] migrate_fd_cleanup: accept any negative qemu_fclose() value as error - - - - --- 2011-11-09 Eduardo Habkost New
[05/10] qemu_fclose: return last_error if set (v2) - - - - --- 2011-11-09 Eduardo Habkost New
[06/10] stdio_pclose: return -errno on error (v2) - - - - --- 2011-11-09 Eduardo Habkost New
[07/10] stdio_fclose: return -errno on errors - - - - --- 2011-11-09 Eduardo Habkost New
[08/10] exec_close(): return -errno on errors - - - - --- 2011-11-09 Eduardo Habkost New
[09/10] tcp_close(): check for close() errors too - - - - --- 2011-11-09 Eduardo Habkost New
[10/10] unix_close(): check for close() errors too - - - - --- 2011-11-09 Eduardo Habkost New
[01/10] savevm: use qemu_file_set_error() instead of setting last_error directly - - - - --- 2011-11-10 Eduardo Habkost New
[02/10] QEMUFileCloseFunc: add return value documentation (v2) - - - - --- 2011-11-10 Eduardo Habkost New
[03/10] exec_close(): accept any negative value as qemu_fclose() error - - - - --- 2011-11-10 Eduardo Habkost New
[04/10] migrate_fd_cleanup: accept any negative qemu_fclose() value as error - - - - --- 2011-11-10 Eduardo Habkost New
[05/10] qemu_fclose: return last_error if set (v3) - - - - --- 2011-11-10 Eduardo Habkost New
[06/10] stdio_pclose: return -errno on error (v3) - - - - --- 2011-11-10 Eduardo Habkost New
[07/10] stdio_fclose: return -errno on errors (v2) - - - - --- 2011-11-10 Eduardo Habkost New
[08/10] exec_close(): return -errno on errors (v2) - - - - --- 2011-11-10 Eduardo Habkost New
[09/10] tcp_close(): check for close() errors too (v2) - - - - --- 2011-11-10 Eduardo Habkost New
[10/10] unix_close(): check for close() errors too (v2) - - - - --- 2011-11-10 Eduardo Habkost New
[1/7] cpu models: reorder flag list to match bit order - - - - --- 2012-02-17 Eduardo Habkost New
[2/7] cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt - - - - --- 2012-02-17 Eduardo Habkost New
[3/7] cpu defs: use Intel flag names for Intel models (v2) - - - - --- 2012-02-17 Eduardo Habkost New
[4/7] cpu defs: add pse36, mca, mtrr to AMD CPU definitions (v2) - - - - --- 2012-02-17 Eduardo Habkost New
[5/7] cpu defs: remove replicated flags from Intel (v2) - - - - --- 2012-02-17 Eduardo Habkost New
[6/7] add Westmere as a qemu cpu model (v2) - - - - --- 2012-02-17 Eduardo Habkost New
[7/7] cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2) - - - - --- 2012-02-17 Eduardo Habkost New
[1/3] add "tsc-deadline" flag name to feature_ecx table - - - - --- 2012-02-27 Eduardo Habkost New
[2/3] add Opteron_G4 CPU model - - - - --- 2012-02-27 Eduardo Habkost New
[3/3] add SandyBridge CPU model - - - - --- 2012-02-27 Eduardo Habkost New
[1/3] add "tsc-deadline" flag name to feature_ecx table - - - - --- 2012-03-06 Eduardo Habkost New
[2/3] add SandyBridge CPU model 1 - - - --- 2012-03-06 Eduardo Habkost New
[3/3] add Opteron_G4 CPU model (v2) - - - - --- 2012-03-06 Eduardo Habkost New
initialize CPU model list after handling -readconfig options - - - - --- 2012-03-09 Eduardo Habkost New
[RFC,1/2] -readconfig: use QemuOpts option format - - - - --- 2012-03-13 Eduardo Habkost New
[RFC,2/2] -readconfig: accept fd=<fd> option - - - - --- 2012-03-13 Eduardo Habkost New
[1/3] Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu - - - - --- 2012-03-19 Eduardo Habkost New
[2/3] qemu-options.hx: refer to confdir instead of sysconfdir on docs - - - - --- 2012-03-19 Eduardo Habkost New
[3/3] configure: make full config dir path configurable - - - - --- 2012-03-19 Eduardo Habkost New
[1/3] qemu-config.h: include qemu-option.h - - - - --- 2012-03-19 Eduardo Habkost New
[2/3] -readconfig: use QemuOpts option format (v2) - - - - --- 2012-03-19 Eduardo Habkost New
[3/3] -readconfig: accept fd=<fd> option (v2) - - - - --- 2012-03-19 Eduardo Habkost New
[RFC,1/3] move list of default config files to qemu-config-arch.c - - - - --- 2012-03-19 Eduardo Habkost New
[RFC,2/3] implement -readconfig help=defconfig option - - - - --- 2012-03-19 Eduardo Habkost New
[RFC,3/3] move cpudef config sections to /usr/share/qemu/cpudefs-x86_64.conf - - - - --- 2012-03-19 Eduardo Habkost New
[1/3] Makefile: use $(confdir) instead of hardcoding $(sysconfdir)/qemu - - 1 - --- 2012-03-20 Eduardo Habkost New
[2/3] qemu-options.hx: refer to confdir instead of sysconfdir on docs - - - - --- 2012-03-20 Eduardo Habkost New
[3/3] configure: add --confsuffix option - - - - --- 2012-03-20 Eduardo Habkost New
fix '-cpu ?' Segfault - - - - --- 2012-03-21 Eduardo Habkost New
[01/14] configure: rename $datadir to $qemu_datadir - - - - --- 2012-03-30 Eduardo Habkost New
[02/14] configure: rename $docdir to $qemu_docdir - - - - --- 2012-03-30 Eduardo Habkost New
[03/14] configure: rename $confdir to $qemu_confdir - - - - --- 2012-03-30 Eduardo Habkost New
[04/14] create_config: separate section for qemu_*dir variables - - - - --- 2012-03-30 Eduardo Habkost New
[05/14] config-host.mak: rename datadir to qemu_datadir - - - - --- 2012-03-30 Eduardo Habkost New
[06/14] config-host.mak: rename confdir to qemu_confdir - - - - --- 2012-03-30 Eduardo Habkost New
[07/14] Makefile: use $(qemu_confdir) instead of $(sysconfdir)/qemu - - - - --- 2012-03-30 Eduardo Habkost New
[08/14] config-host.mak: rename docdir to qemu_docdir - - - - --- 2012-03-30 Eduardo Habkost New
[09/14] config-host.mak: remove CONFIG_QEMU_SHAREDIR - - - - --- 2012-03-30 Eduardo Habkost New
[10/14] config-host.mak: reorder variables a bit - - - - --- 2012-03-30 Eduardo Habkost New
« 1 2 3 452 53 »